Shades of Catskill White #DEE2DB
Tints of Catskill White #DEE2DB
RGB
CMYK
RGB Variations
Color information
#DEE2DB (or 0xDEE2DB) is known color: Catskill White. HEX triplet: DE, E2 and DB. RGB value is (222,226,219). Sum of RGB (Red+Green+Blue) = 222+226+219=667 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.28% from 667); Green value is 226 (88.67% from 255 or 33.88% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE2DB is #211D24. Grayscale: #E0E0E0. Windows color (decimal): -2170149 or 14410462. OLE color: 14410462.
HSL color Cylindrical-coordinate representation of color #DEE2DB: hue angle of 94.29º degrees, saturation: 0.11, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEE2DB is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
RGB | 222 | 226 | 219 | - |
CMYK | 0.02 | 0 | 0.03 | 0.11 |
HSL | 94.29º | 0.11% | 0.87% | - |
HSV(B) | 94.29º | 0.03% | 0.89% | - |
XYZ | 70.11 | 75.04 | 77.81 | - |
YUV | 224.01 | 125.17 | 126.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 226 | 219 | 0.02 | 0 | 0.03 | 0.11 | 94.29 | 0.11 | 0.87 |
Hex | DE | E2 | DB | 2 | 0 | 3 | B | 5E | B | 57 |
Octal | 336 | 342 | 333 | 2 | 0 | 3 | 13 | 136 | 13 | 127 |
Binary | 11011110 | 11100010 | 11011011 | 10 | 0 | 11 | 1011 | 1011110 | 1011 | 1010111 |
Color Harmonies of #DEE2DB
Complementary color
Monochromatic Colors of #DEE2DB
Black with #DEE2DB
Text Example
Text Example
White with #DEE2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE2DB; }
p { color: rgb(222,226,219); }
H1.HeaderClassName
{
color: #DEE2DB;
}
.AnyTagClassName
{
color: #DEE2DB;
}
</style>
background-color css
<style>
a { background-color: #DEE2DB; }
a { background-color: rgb(222,226,219); }
div.DivClassName
{
background-color: #DEE2DB;
}
.BgClassName
{
background-color: #DEE2DB;
}
</style>
border-color css
<style>
span { border-color: #DEE2DB; }
span { border-color: rgb(222,226,219); }
td.TdClassName
{
border-color: #DEE2DB;
}
.TagClassName
{
border-color: #DEE2DB;
}
</style>