Shades of Very Light Grey #D2CECE
Tints of Very Light Grey #D2CECE
RGB
CMYK
RGB Variations
Color information
#D2CECE (or 0xD2CECE) is known color: Very Light Grey. HEX triplet: D2, CE and CE. RGB value is (210,206,206). Sum of RGB (Red+Green+Blue) = 210+206+206=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 206 (80.86% from 255 or 33.12% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CECE is #2D3131. Grayscale: #CFCFCF. Windows color (decimal): -2961714 or 13553362. OLE color: 13553362.
HSL color Cylindrical-coordinate representation of color #D2CECE: hue angle of 0º degrees, saturation: 0.04, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D2CECE is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
RGB | 210 | 206 | 206 | - |
CMYK | 0 | 0.02 | 0.02 | 0.18 |
HSL | 0º | 0.04% | 0.82% | - |
HSV(B) | 0º | 0.02% | 0.82% | - |
XYZ | 59.79 | 62.3 | 67.27 | - |
YUV | 207.2 | 127.33 | 130 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 206 | 206 | 0 | 0.02 | 0.02 | 0.18 | 0 | 0.04 | 0.82 |
Hex | D2 | CE | CE | 0 | 2 | 2 | 12 | 0 | 4 | 52 |
Octal | 322 | 316 | 316 | 0 | 2 | 2 | 22 | 0 | 4 | 122 |
Binary | 11010010 | 11001110 | 11001110 | 0 | 10 | 10 | 10010 | 0 | 100 | 1010010 |
Color Harmonies of #D2CECE
Complementary color
Monochromatic Colors of #D2CECE
Black with #D2CECE
Text Example
Text Example
White with #D2CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CECE; }
p { color: rgb(210,206,206); }
H1.HeaderClassName
{
color: #D2CECE;
}
.AnyTagClassName
{
color: #D2CECE;
}
</style>
background-color css
<style>
a { background-color: #D2CECE; }
a { background-color: rgb(210,206,206); }
div.DivClassName
{
background-color: #D2CECE;
}
.BgClassName
{
background-color: #D2CECE;
}
</style>
border-color css
<style>
span { border-color: #D2CECE; }
span { border-color: rgb(210,206,206); }
td.TdClassName
{
border-color: #D2CECE;
}
.TagClassName
{
border-color: #D2CECE;
}
</style>