Shades of Very Light Grey #D0CECE
Tints of Very Light Grey #D0CECE
RGB
CMYK
RGB Variations
Color information
#D0CECE (or 0xD0CECE) is known color: Very Light Grey. HEX triplet: D0, CE and CE. RGB value is (208,206,206). Sum of RGB (Red+Green+Blue) = 208+206+206=620 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.55% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CECE is #2F3131. Grayscale: #CECECE. Windows color (decimal): -3092786 or 13553360. OLE color: 13553360.
HSL color Cylindrical-coordinate representation of color #D0CECE: hue angle of 0º degrees, saturation: 0.02, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D0CECE is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 206 | 206 | - |
CMYK | 0 | 0.01 | 0.01 | 0.18 |
HSL | 0º | 0.02% | 0.81% | - |
HSV(B) | 0º | 0.01% | 0.82% | - |
XYZ | 59.22 | 62.01 | 67.24 | - |
YUV | 206.6 | 127.66 | 129 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 206 | 206 | 0 | 0.01 | 0.01 | 0.18 | 0 | 0.02 | 0.81 |
Hex | D0 | CE | CE | 0 | 1 | 1 | 12 | 0 | 2 | 51 |
Octal | 320 | 316 | 316 | 0 | 1 | 1 | 22 | 0 | 2 | 121 |
Binary | 11010000 | 11001110 | 11001110 | 0 | 1 | 1 | 10010 | 0 | 10 | 1010001 |
Color Harmonies of #D0CECE
Complementary color
Monochromatic Colors of #D0CECE
Black with #D0CECE
Text Example
Text Example
White with #D0CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CECE; }
p { color: rgb(208,206,206); }
H1.HeaderClassName
{
color: #D0CECE;
}
.AnyTagClassName
{
color: #D0CECE;
}
</style>
background-color css
<style>
a { background-color: #D0CECE; }
a { background-color: rgb(208,206,206); }
div.DivClassName
{
background-color: #D0CECE;
}
.BgClassName
{
background-color: #D0CECE;
}
</style>
border-color css
<style>
span { border-color: #D0CECE; }
span { border-color: rgb(208,206,206); }
td.TdClassName
{
border-color: #D0CECE;
}
.TagClassName
{
border-color: #D0CECE;
}
</style>