Shades of Catskill White #DEE6D9
Tints of Catskill White #DEE6D9
RGB
CMYK
RGB Variations
Color information
#DEE6D9 (or 0xDEE6D9) is known color: Catskill White. HEX triplet: DE, E6 and D9. RGB value is (222,230,217). Sum of RGB (Red+Green+Blue) = 222+230+217=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 230 (90.23% from 255 or 34.38% from 669); Blue value is 217 (85.16% from 255 or 32.44% from 669); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE6D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE6D9 is #211926. Grayscale: #E2E2E2. Windows color (decimal): -2169127 or 14280414. OLE color: 14280414.
HSL color Cylindrical-coordinate representation of color #DEE6D9: hue angle of 96.92º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DEE6D9 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
RGB | 222 | 230 | 217 | - |
CMYK | 0.03 | 0 | 0.06 | 0.10 |
HSL | 96.92º | 0.21% | 0.88% | - |
HSV(B) | 96.92º | 0.06% | 0.9% | - |
XYZ | 70.95 | 77.13 | 76.79 | - |
YUV | 226.13 | 122.85 | 125.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 230 | 217 | 0.03 | 0 | 0.06 | 0.10 | 96.92 | 0.21 | 0.88 |
Hex | DE | E6 | D9 | 3 | 0 | 6 | A | 61 | 15 | 58 |
Octal | 336 | 346 | 331 | 3 | 0 | 6 | 12 | 141 | 25 | 130 |
Binary | 11011110 | 11100110 | 11011001 | 11 | 0 | 110 | 1010 | 1100001 | 10101 | 1011000 |
Color Harmonies of #DEE6D9
Complementary color
Monochromatic Colors of #DEE6D9
Black with #DEE6D9
Text Example
Text Example
White with #DEE6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE6D9; }
p { color: rgb(222,230,217); }
H1.HeaderClassName
{
color: #DEE6D9;
}
.AnyTagClassName
{
color: #DEE6D9;
}
</style>
background-color css
<style>
a { background-color: #DEE6D9; }
a { background-color: rgb(222,230,217); }
div.DivClassName
{
background-color: #DEE6D9;
}
.BgClassName
{
background-color: #DEE6D9;
}
</style>
border-color css
<style>
span { border-color: #DEE6D9; }
span { border-color: rgb(222,230,217); }
td.TdClassName
{
border-color: #DEE6D9;
}
.TagClassName
{
border-color: #DEE6D9;
}
</style>