Color spaces of #d2ccde
RGB | 210 | 204 | 222 |
---|---|---|---|
HSL | 0.72 | 0.21 | 0.84 |
HSV | 260° | 8° | 87° |
CMYK | 0.05 | 0.08 | 0.00 0.13 |
XYZ | 61.3560 | 62.1613 | 77.8718 |
Yxy | 62.1613 | 0.3047 | 0.3087 |
Hunter Lab | 78.8424 | 0.9363 | -3.3704 |
CIE-Lab | 82.9991 | 5.4048 | -8.1678 |
#d2ccde color RGB value is (210,204,222).
#d2ccde hex color red value is 210, green value is 204 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d2ccde hue: 0.72 , saturation: 0.21 and the lightness value of d2ccde is 0.84.
The process color (four color CMYK) of #d2ccde color hex is 0.05, 0.08, 0.00, 0.13. Web safe color of #d2ccde is #cccccc. Color #d2ccde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 11001100 | 11011110 |
Octal | 322 | 314 | 336 |
Decimal | 210 | 204 | 222 |
Hex | D2 | CC | DE |
Shades of #d2ccde
Tints of #d2ccde
RGB Percentages of Color #d2ccde
CMYK Percentages of Color #d2ccde
Complementary Color
#d2ccde | #d8decc |
#d2ccde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d2ccde Color Preview on White Background
Lorem ipsum dolor sit amet.
#d2ccde Color CSS Codes
.mybgcolor {background-color:#d2ccde; } .myforecolor {color:#d2ccde; } .mybordercolor {border:3px solid #d2ccde; }
#d2ccde Text Font Color
<p style="color:#d2ccde">Text here</p>
This sample text font color is #d2ccde
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.
#d2ccde Background Color
<div style="background-color:#d2ccde">
Div content here</div>
This div background color is #d2ccde
#d2ccde Border Color
<div style="border:3px solid #d2ccde">
Div here</div>
This div border color is #d2ccde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,204,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d2ccde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d2ccde; -webkit-box-shadow: 1px 1px 3px 2px #d2ccde; box-shadow: 1px 1px 3px 2px #d2ccde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,204,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d2ccde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d2ccde; -webkit-box-shadow: 1px 1px 3px 2px #d2ccde; box-shadow: 1px 1px 3px 2px #d2ccde;">
Div content here</div>
This div box has shadow with color #d2ccde
Comments
No comments written yet.
Please login to write comment.