Shades of Catskill White #DEE5D9
Tints of Catskill White #DEE5D9
RGB
CMYK
RGB Variations
Color information
#DEE5D9 (or 0xDEE5D9) is known color: Catskill White. HEX triplet: DE, E5 and D9. RGB value is (222,229,217). Sum of RGB (Red+Green+Blue) = 222+229+217=668 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.23% from 668); Green value is 229 (89.84% from 255 or 34.28% from 668); Blue value is 217 (85.16% from 255 or 32.49% from 668); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE5D9 is #211A26. Grayscale: #E1E1E1. Windows color (decimal): -2169383 or 14280158. OLE color: 14280158.
HSL color Cylindrical-coordinate representation of color #DEE5D9: hue angle of 95º degrees, saturation: 0.19, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DEE5D9 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 222 | 229 | 217 | - |
CMYK | 0.03 | 0 | 0.05 | 0.10 |
HSL | 95º | 0.19% | 0.87% | - |
HSV(B) | 95º | 0.05% | 0.9% | - |
XYZ | 70.67 | 76.58 | 76.7 | - |
YUV | 225.54 | 123.18 | 125.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 229 | 217 | 0.03 | 0 | 0.05 | 0.10 | 95 | 0.19 | 0.87 |
Hex | DE | E5 | D9 | 3 | 0 | 5 | A | 5F | 13 | 57 |
Octal | 336 | 345 | 331 | 3 | 0 | 5 | 12 | 137 | 23 | 127 |
Binary | 11011110 | 11100101 | 11011001 | 11 | 0 | 101 | 1010 | 1011111 | 10011 | 1010111 |
Color Harmonies of #DEE5D9
Complementary color
Monochromatic Colors of #DEE5D9
Black with #DEE5D9
Text Example
Text Example
White with #DEE5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE5D9; }
p { color: rgb(222,229,217); }
H1.HeaderClassName
{
color: #DEE5D9;
}
.AnyTagClassName
{
color: #DEE5D9;
}
</style>
background-color css
<style>
a { background-color: #DEE5D9; }
a { background-color: rgb(222,229,217); }
div.DivClassName
{
background-color: #DEE5D9;
}
.BgClassName
{
background-color: #DEE5D9;
}
</style>
border-color css
<style>
span { border-color: #DEE5D9; }
span { border-color: rgb(222,229,217); }
td.TdClassName
{
border-color: #DEE5D9;
}
.TagClassName
{
border-color: #DEE5D9;
}
</style>