Color spaces of #d0ccca
RGB | 208 | 204 | 202 |
---|---|---|---|
HSL | 0.06 | 0.06 | 0.80 |
HSV | 20° | 3° | 82° |
CMYK | 0.00 | 0.02 | 0.03 0.18 |
XYZ | 58.2660 | 60.8599 | 64.5533 |
Yxy | 60.8599 | 0.3172 | 0.3313 |
Hunter Lab | 78.0128 | -3.2046 | 5.5482 |
CIE-Lab | 82.3034 | 1.0242 | 1.4730 |
#d0ccca color RGB value is (208,204,202).
#d0ccca hex color red value is 208, green value is 204 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d0ccca hue: 0.06 , saturation: 0.06 and the lightness value of d0ccca is 0.80.
The process color (four color CMYK) of #d0ccca color hex is 0.00, 0.02, 0.03, 0.18. Web safe color of #d0ccca is #cccccc. Color #d0ccca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 11001100 | 11001010 |
Octal | 320 | 314 | 312 |
Decimal | 208 | 204 | 202 |
Hex | D0 | CC | CA |
Shades of #d0ccca
Tints of #d0ccca
RGB Percentages of Color #d0ccca
CMYK Percentages of Color #d0ccca
Complementary Color
#d0ccca | #caced0 |
#d0ccca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d0ccca Color Preview on White Background
Lorem ipsum dolor sit amet.
#d0ccca Color CSS Codes
.mybgcolor {background-color:#d0ccca; } .myforecolor {color:#d0ccca; } .mybordercolor {border:3px solid #d0ccca; }
#d0ccca Text Font Color
<p style="color:#d0ccca">Text here</p>
This sample text font color is #d0ccca
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.
#d0ccca Background Color
<div style="background-color:#d0ccca">
Div content here</div>
This div background color is #d0ccca
#d0ccca Border Color
<div style="border:3px solid #d0ccca">
Div here</div>
This div border color is #d0ccca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,204,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d0ccca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d0ccca; -webkit-box-shadow: 1px 1px 3px 2px #d0ccca; box-shadow: 1px 1px 3px 2px #d0ccca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,204,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d0ccca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d0ccca; -webkit-box-shadow: 1px 1px 3px 2px #d0ccca; box-shadow: 1px 1px 3px 2px #d0ccca;">
Div content here</div>
This div box has shadow with color #d0ccca
#d0ccca Color Palettes
Comments
No comments written yet.
Please login to write comment.