Shades of Catskill White #DEE0DB
Tints of Catskill White #DEE0DB
RGB
CMYK
RGB Variations
Color information
#DEE0DB (or 0xDEE0DB) is known color: Catskill White. HEX triplet: DE, E0 and DB. RGB value is (222,224,219). Sum of RGB (Red+Green+Blue) = 222+224+219=665 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.38% from 665); Green value is 224 (87.89% from 255 or 33.68% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE0DB is #211F24. Grayscale: #DEDEDE. Windows color (decimal): -2170661 or 14409950. OLE color: 14409950.
HSL color Cylindrical-coordinate representation of color #DEE0DB: hue angle of 84º degrees, saturation: 0.07, 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 #DEE0DB is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 219 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.12 |
| HSL | 84º | 0.07% | 0.87% | - |
| HSV(B) | 84º | 0.02% | 0.88% | - |
| XYZ | 69.57 | 73.96 | 77.63 | - |
| YUV | 222.83 | 125.84 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 219 | 0.01 | 0 | 0.02 | 0.12 | 84 | 0.07 | 0.87 |
| Hex | DE | E0 | DB | 1 | 0 | 2 | C | 54 | 7 | 57 |
| Octal | 336 | 340 | 333 | 1 | 0 | 2 | 14 | 124 | 7 | 127 |
| Binary | 11011110 | 11100000 | 11011011 | 1 | 0 | 10 | 1100 | 1010100 | 111 | 1010111 |
Color Harmonies of #DEE0DB
Complementary color
Monochromatic Colors of #DEE0DB
Black with #DEE0DB
Text Example
Text Example
White with #DEE0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE0DB; }
p { color: rgb(222,224,219); }
H1.HeaderClassName
{
color: #DEE0DB;
}
.AnyTagClassName
{
color: #DEE0DB;
}
</style>
background-color css
<style>
a { background-color: #DEE0DB; }
a { background-color: rgb(222,224,219); }
div.DivClassName
{
background-color: #DEE0DB;
}
.BgClassName
{
background-color: #DEE0DB;
}
</style>
border-color css
<style>
span { border-color: #DEE0DB; }
span { border-color: rgb(222,224,219); }
td.TdClassName
{
border-color: #DEE0DB;
}
.TagClassName
{
border-color: #DEE0DB;
}
</style>