Color spaces of #d0cadd
RGB | 208 | 202 | 221 |
---|---|---|---|
HSL | 0.72 | 0.22 | 0.83 |
HSV | 259° | 9° | 87° |
CMYK | 0.06 | 0.09 | 0.00 0.13 |
XYZ | 60.1841 | 60.8714 | 76.9839 |
Yxy | 60.8714 | 0.3039 | 0.3074 |
Hunter Lab | 78.0201 | 1.1583 | -3.8885 |
CIE-Lab | 82.3096 | 5.6081 | -8.6743 |
#d0cadd color RGB value is (208,202,221).
#d0cadd hex color red value is 208, green value is 202 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d0cadd hue: 0.72 , saturation: 0.22 and the lightness value of d0cadd is 0.83.
The process color (four color CMYK) of #d0cadd color hex is 0.06, 0.09, 0.00, 0.13. Web safe color of #d0cadd is #cccccc. Color #d0cadd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 11001010 | 11011101 |
Octal | 320 | 312 | 335 |
Decimal | 208 | 202 | 221 |
Hex | D0 | CA | DD |
Shades of #d0cadd
Tints of #d0cadd
RGB Percentages of Color #d0cadd
CMYK Percentages of Color #d0cadd
Complementary Color
#d0cadd | #d7ddca |
#d0cadd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d0cadd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d0cadd Color CSS Codes
.mybgcolor {background-color:#d0cadd; } .myforecolor {color:#d0cadd; } .mybordercolor {border:3px solid #d0cadd; }
#d0cadd Text Font Color
<p style="color:#d0cadd">Text here</p>
This sample text font color is #d0cadd
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.
#d0cadd Background Color
<div style="background-color:#d0cadd">
Div content here</div>
This div background color is #d0cadd
#d0cadd Border Color
<div style="border:3px solid #d0cadd">
Div here</div>
This div border color is #d0cadd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,202,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d0cadd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d0cadd; -webkit-box-shadow: 1px 1px 3px 2px #d0cadd; box-shadow: 1px 1px 3px 2px #d0cadd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,202,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d0cadd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d0cadd; -webkit-box-shadow: 1px 1px 3px 2px #d0cadd; box-shadow: 1px 1px 3px 2px #d0cadd;">
Div content here</div>
This div box has shadow with color #d0cadd
Comments
No comments written yet.
Please login to write comment.