Shades of Catskill White #DEE0DC
Tints of Catskill White #DEE0DC
RGB
CMYK
RGB Variations
Color information
#DEE0DC (or 0xDEE0DC) is known color: Catskill White. HEX triplet: DE, E0 and DC. RGB value is (222,224,220). Sum of RGB (Red+Green+Blue) = 222+224+220=666 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.33% from 666); Green value is 224 (87.89% from 255 or 33.63% from 666); Blue value is 220 (86.33% from 255 or 33.03% from 666); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE0DC is #211F23. Grayscale: #DEDEDE. Windows color (decimal): -2170660 or 14475486. OLE color: 14475486.
HSL color Cylindrical-coordinate representation of color #DEE0DC: hue angle of 90º degrees, saturation: 0.06, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DEE0DC is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
RGB | 222 | 224 | 220 | - |
CMYK | 0.01 | 0 | 0.02 | 0.12 |
HSL | 90º | 0.06% | 0.87% | - |
HSV(B) | 90º | 0.02% | 0.88% | - |
XYZ | 69.7 | 74.01 | 78.32 | - |
YUV | 222.95 | 126.34 | 127.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 224 | 220 | 0.01 | 0 | 0.02 | 0.12 | 90 | 0.06 | 0.87 |
Hex | DE | E0 | DC | 1 | 0 | 2 | C | 5A | 6 | 57 |
Octal | 336 | 340 | 334 | 1 | 0 | 2 | 14 | 132 | 6 | 127 |
Binary | 11011110 | 11100000 | 11011100 | 1 | 0 | 10 | 1100 | 1011010 | 110 | 1010111 |
Color Harmonies of #DEE0DC
Complementary color
Monochromatic Colors of #DEE0DC
Black with #DEE0DC
Text Example
Text Example
White with #DEE0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE0DC; }
p { color: rgb(222,224,220); }
H1.HeaderClassName
{
color: #DEE0DC;
}
.AnyTagClassName
{
color: #DEE0DC;
}
</style>
background-color css
<style>
a { background-color: #DEE0DC; }
a { background-color: rgb(222,224,220); }
div.DivClassName
{
background-color: #DEE0DC;
}
.BgClassName
{
background-color: #DEE0DC;
}
</style>
border-color css
<style>
span { border-color: #DEE0DC; }
span { border-color: rgb(222,224,220); }
td.TdClassName
{
border-color: #DEE0DC;
}
.TagClassName
{
border-color: #DEE0DC;
}
</style>