Shades of Light Grey #D9CECE
Tints of Light Grey #D9CECE
RGB
CMYK
RGB Variations
Color information
#D9CECE (or 0xD9CECE) is known color: Light Grey. HEX triplet: D9, CE and CE. RGB value is (217,206,206). Sum of RGB (Red+Green+Blue) = 217+206+206=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 206 (80.86% from 255 or 32.75% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CECE is #263131. Grayscale: #D1D1D1. Windows color (decimal): -2502962 or 13553369. OLE color: 13553369.
HSL color Cylindrical-coordinate representation of color #D9CECE: hue angle of 0º degrees, saturation: 0.13, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D9CECE is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 206 | 206 | - |
CMYK | 0 | 0.05 | 0.05 | 0.15 |
HSL | 0º | 0.13% | 0.83% | - |
HSV(B) | 0º | 0.05% | 0.85% | - |
XYZ | 61.83 | 63.35 | 67.36 | - |
YUV | 209.29 | 126.14 | 133.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 206 | 206 | 0 | 0.05 | 0.05 | 0.15 | 0 | 0.13 | 0.83 |
Hex | D9 | CE | CE | 0 | 5 | 5 | F | 0 | D | 53 |
Octal | 331 | 316 | 316 | 0 | 5 | 5 | 17 | 0 | 15 | 123 |
Binary | 11011001 | 11001110 | 11001110 | 0 | 101 | 101 | 1111 | 0 | 1101 | 1010011 |
Color Harmonies of #D9CECE
Complementary color
Monochromatic Colors of #D9CECE
Black with #D9CECE
Text Example
Text Example
White with #D9CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CECE; }
p { color: rgb(217,206,206); }
H1.HeaderClassName
{
color: #D9CECE;
}
.AnyTagClassName
{
color: #D9CECE;
}
</style>
background-color css
<style>
a { background-color: #D9CECE; }
a { background-color: rgb(217,206,206); }
div.DivClassName
{
background-color: #D9CECE;
}
.BgClassName
{
background-color: #D9CECE;
}
</style>
border-color css
<style>
span { border-color: #D9CECE; }
span { border-color: rgb(217,206,206); }
td.TdClassName
{
border-color: #D9CECE;
}
.TagClassName
{
border-color: #D9CECE;
}
</style>