Shades of Very Light Grey #DEC8C8
Tints of Very Light Grey #DEC8C8
RGB
CMYK
RGB Variations
Color information
#DEC8C8 (or 0xDEC8C8) is known color: Very Light Grey. HEX triplet: DE, C8 and C8. RGB value is (222,200,200). Sum of RGB (Red+Green+Blue) = 222+200+200=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 200 (78.52% from 255 or 32.15% from 622); Blue value is 200 (78.52% from 255 or 32.15% from 622); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC8C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC8C8 is #213737. Grayscale: #CECECE. Windows color (decimal): -2176824 or 13158622. OLE color: 13158622.
HSL color Cylindrical-coordinate representation of color #DEC8C8: hue angle of 0º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEC8C8 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 200 | 200 | - |
CMYK | 0 | 0.10 | 0.10 | 0.13 |
HSL | 0º | 0.25% | 0.83% | - |
HSV(B) | 0º | 0.1% | 0.87% | - |
XYZ | 61.2 | 61.01 | 63.19 | - |
YUV | 206.58 | 124.29 | 139 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 200 | 200 | 0 | 0.10 | 0.10 | 0.13 | 0 | 0.25 | 0.83 |
Hex | DE | C8 | C8 | 0 | A | A | D | 0 | 19 | 53 |
Octal | 336 | 310 | 310 | 0 | 12 | 12 | 15 | 0 | 31 | 123 |
Binary | 11011110 | 11001000 | 11001000 | 0 | 1010 | 1010 | 1101 | 0 | 11001 | 1010011 |
Color Harmonies of #DEC8C8
Complementary color
Monochromatic Colors of #DEC8C8
Black with #DEC8C8
Text Example
Text Example
White with #DEC8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC8C8; }
p { color: rgb(222,200,200); }
H1.HeaderClassName
{
color: #DEC8C8;
}
.AnyTagClassName
{
color: #DEC8C8;
}
</style>
background-color css
<style>
a { background-color: #DEC8C8; }
a { background-color: rgb(222,200,200); }
div.DivClassName
{
background-color: #DEC8C8;
}
.BgClassName
{
background-color: #DEC8C8;
}
</style>
border-color css
<style>
span { border-color: #DEC8C8; }
span { border-color: rgb(222,200,200); }
td.TdClassName
{
border-color: #DEC8C8;
}
.TagClassName
{
border-color: #DEC8C8;
}
</style>