Color spaces of #d3cbdf
RGB | 211 | 203 | 223 |
---|---|---|---|
HSL | 0.73 | 0.24 | 0.84 |
HSV | 264° | 9° | 87° |
CMYK | 0.05 | 0.09 | 0.00 0.13 |
XYZ | 61.5392 | 61.8885 | 78.5142 |
Yxy | 61.8885 | 0.3047 | 0.3065 |
Hunter Lab | 78.6692 | 1.9609 | -4.1047 |
CIE-Lab | 82.8541 | 6.4596 | -8.9083 |
#d3cbdf color RGB value is (211,203,223).
#d3cbdf hex color red value is 211, green value is 203 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d3cbdf hue: 0.73 , saturation: 0.24 and the lightness value of d3cbdf is 0.84.
The process color (four color CMYK) of #d3cbdf color hex is 0.05, 0.09, 0.00, 0.13. Web safe color of #d3cbdf is #cccccc. Color #d3cbdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 11001011 | 11011111 |
Octal | 323 | 313 | 337 |
Decimal | 211 | 203 | 223 |
Hex | D3 | CB | DF |
Shades of #d3cbdf
Tints of #d3cbdf
RGB Percentages of Color #d3cbdf
CMYK Percentages of Color #d3cbdf
Complementary Color
#d3cbdf | #d7dfcb |
#d3cbdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d3cbdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#d3cbdf Color CSS Codes
.mybgcolor {background-color:#d3cbdf; } .myforecolor {color:#d3cbdf; } .mybordercolor {border:3px solid #d3cbdf; }
#d3cbdf Text Font Color
<p style="color:#d3cbdf">Text here</p>
This sample text font color is #d3cbdf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#d3cbdf Background Color
<div style="background-color:#d3cbdf">
Div content here</div>
This div background color is #d3cbdf
#d3cbdf Border Color
<div style="border:3px solid #d3cbdf">
Div here</div>
This div border color is #d3cbdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,203,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d3cbdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d3cbdf; -webkit-box-shadow: 1px 1px 3px 2px #d3cbdf; box-shadow: 1px 1px 3px 2px #d3cbdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,203,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d3cbdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d3cbdf; -webkit-box-shadow: 1px 1px 3px 2px #d3cbdf; box-shadow: 1px 1px 3px 2px #d3cbdf;">
Div content here</div>
This div box has shadow with color #d3cbdf
Comments
No comments written yet.
Please login to write comment.