Shades of Catskill White #DEE2DA
Tints of Catskill White #DEE2DA
RGB
CMYK
RGB Variations
Color information
#DEE2DA (or 0xDEE2DA) is known color: Catskill White. HEX triplet: DE, E2 and DA. RGB value is (222,226,218). Sum of RGB (Red+Green+Blue) = 222+226+218=666 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.33% from 666); Green value is 226 (88.67% from 255 or 33.93% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE2DA is #211D25. Grayscale: #DFDFDF. Windows color (decimal): -2170150 or 14344926. OLE color: 14344926.
HSL color Cylindrical-coordinate representation of color #DEE2DA: hue angle of 90º degrees, saturation: 0.12, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DEE2DA is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 222 | 226 | 218 | - |
CMYK | 0.02 | 0 | 0.04 | 0.11 |
HSL | 90º | 0.12% | 0.87% | - |
HSV(B) | 90º | 0.04% | 0.89% | - |
XYZ | 69.98 | 74.98 | 77.11 | - |
YUV | 223.89 | 124.67 | 126.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 226 | 218 | 0.02 | 0 | 0.04 | 0.11 | 90 | 0.12 | 0.87 |
Hex | DE | E2 | DA | 2 | 0 | 4 | B | 5A | C | 57 |
Octal | 336 | 342 | 332 | 2 | 0 | 4 | 13 | 132 | 14 | 127 |
Binary | 11011110 | 11100010 | 11011010 | 10 | 0 | 100 | 1011 | 1011010 | 1100 | 1010111 |
Color Harmonies of #DEE2DA
Complementary color
Monochromatic Colors of #DEE2DA
Black with #DEE2DA
Text Example
Text Example
White with #DEE2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE2DA; }
p { color: rgb(222,226,218); }
H1.HeaderClassName
{
color: #DEE2DA;
}
.AnyTagClassName
{
color: #DEE2DA;
}
</style>
background-color css
<style>
a { background-color: #DEE2DA; }
a { background-color: rgb(222,226,218); }
div.DivClassName
{
background-color: #DEE2DA;
}
.BgClassName
{
background-color: #DEE2DA;
}
</style>
border-color css
<style>
span { border-color: #DEE2DA; }
span { border-color: rgb(222,226,218); }
td.TdClassName
{
border-color: #DEE2DA;
}
.TagClassName
{
border-color: #DEE2DA;
}
</style>