Shades of Light Grey #DEC9C9
Tints of Light Grey #DEC9C9
RGB
CMYK
RGB Variations
Color information
#DEC9C9 (or 0xDEC9C9) is known color: Light Grey. HEX triplet: DE, C9 and C9. RGB value is (222,201,201). Sum of RGB (Red+Green+Blue) = 222+201+201=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 201 (78.91% from 255 or 32.21% from 624); Blue value is 201 (78.91% from 255 or 32.21% from 624); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC9C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC9C9 is #213636. Grayscale: #CFCFCF. Windows color (decimal): -2176567 or 13224414. OLE color: 13224414.
HSL color Cylindrical-coordinate representation of color #DEC9C9: hue angle of 0º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEC9C9 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 201 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.13 |
| HSL | 0º | 0.24% | 0.83% | - |
| HSV(B) | 0º | 0.09% | 0.87% | - |
| XYZ | 61.55 | 61.52 | 63.89 | - |
| YUV | 207.28 | 124.46 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 201 | 0 | 0.09 | 0.09 | 0.13 | 0 | 0.24 | 0.83 |
| Hex | DE | C9 | C9 | 0 | 9 | 9 | D | 0 | 18 | 53 |
| Octal | 336 | 311 | 311 | 0 | 11 | 11 | 15 | 0 | 30 | 123 |
| Binary | 11011110 | 11001001 | 11001001 | 0 | 1001 | 1001 | 1101 | 0 | 11000 | 1010011 |
Color Harmonies of #DEC9C9
Complementary color
Monochromatic Colors of #DEC9C9
Black with #DEC9C9
Text Example
Text Example
White with #DEC9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC9C9; }
p { color: rgb(222,201,201); }
H1.HeaderClassName
{
color: #DEC9C9;
}
.AnyTagClassName
{
color: #DEC9C9;
}
</style>
background-color css
<style>
a { background-color: #DEC9C9; }
a { background-color: rgb(222,201,201); }
div.DivClassName
{
background-color: #DEC9C9;
}
.BgClassName
{
background-color: #DEC9C9;
}
</style>
border-color css
<style>
span { border-color: #DEC9C9; }
span { border-color: rgb(222,201,201); }
td.TdClassName
{
border-color: #DEC9C9;
}
.TagClassName
{
border-color: #DEC9C9;
}
</style>