Shades of Catskill White #DEE0DD
Tints of Catskill White #DEE0DD
RGB
CMYK
RGB Variations
Color information
#DEE0DD (or 0xDEE0DD) is known color: Catskill White. HEX triplet: DE, E0 and DD. RGB value is (222,224,221). Sum of RGB (Red+Green+Blue) = 222+224+221=667 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.28% from 667); Green value is 224 (87.89% from 255 or 33.58% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE0DD is #211F22. Grayscale: #DFDFDF. Windows color (decimal): -2170659 or 14541022. OLE color: 14541022.
HSL color Cylindrical-coordinate representation of color #DEE0DD: hue angle of 100º degrees, saturation: 0.05, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DEE0DD is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
RGB | 222 | 224 | 221 | - |
CMYK | 0.01 | 0 | 0.01 | 0.12 |
HSL | 100º | 0.05% | 0.87% | - |
HSV(B) | 100º | 0.01% | 0.88% | - |
XYZ | 69.83 | 74.06 | 79.02 | - |
YUV | 223.06 | 126.84 | 127.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 224 | 221 | 0.01 | 0 | 0.01 | 0.12 | 100 | 0.05 | 0.87 |
Hex | DE | E0 | DD | 1 | 0 | 1 | C | 64 | 5 | 57 |
Octal | 336 | 340 | 335 | 1 | 0 | 1 | 14 | 144 | 5 | 127 |
Binary | 11011110 | 11100000 | 11011101 | 1 | 0 | 1 | 1100 | 1100100 | 101 | 1010111 |
Color Harmonies of #DEE0DD
Complementary color
Monochromatic Colors of #DEE0DD
Black with #DEE0DD
Text Example
Text Example
White with #DEE0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE0DD; }
p { color: rgb(222,224,221); }
H1.HeaderClassName
{
color: #DEE0DD;
}
.AnyTagClassName
{
color: #DEE0DD;
}
</style>
background-color css
<style>
a { background-color: #DEE0DD; }
a { background-color: rgb(222,224,221); }
div.DivClassName
{
background-color: #DEE0DD;
}
.BgClassName
{
background-color: #DEE0DD;
}
</style>
border-color css
<style>
span { border-color: #DEE0DD; }
span { border-color: rgb(222,224,221); }
td.TdClassName
{
border-color: #DEE0DD;
}
.TagClassName
{
border-color: #DEE0DD;
}
</style>