Shades of Catskill White #E5E9DE
Tints of Catskill White #E5E9DE
RGB
CMYK
RGB Variations
Color information
#E5E9DE (or 0xE5E9DE) is known color: Catskill White. HEX triplet: E5, E9 and DE. RGB value is (229,233,222). Sum of RGB (Red+Green+Blue) = 229+233+222=684 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.48% from 684); Green value is 233 (91.41% from 255 or 34.06% from 684); Blue value is 222 (87.11% from 255 or 32.46% from 684); Max value from RGB is 233 - color contains mainly: green. Hex color #E5E9DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5E9DE is #1A1621. Grayscale: #E6E6E6. Windows color (decimal): -1709602 or 14608869. OLE color: 14608869.
HSL color Cylindrical-coordinate representation of color #E5E9DE: hue angle of 81.82º degrees, saturation: 0.2, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E5E9DE is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
RGB | 229 | 233 | 222 | - |
CMYK | 0.02 | 0 | 0.05 | 0.09 |
HSL | 81.82º | 0.2% | 0.89% | - |
HSV(B) | 81.82º | 0.05% | 0.91% | - |
XYZ | 74.64 | 80.21 | 80.66 | - |
YUV | 230.55 | 123.17 | 126.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 233 | 222 | 0.02 | 0 | 0.05 | 0.09 | 81.82 | 0.2 | 0.89 |
Hex | E5 | E9 | DE | 2 | 0 | 5 | 9 | 52 | 14 | 59 |
Octal | 345 | 351 | 336 | 2 | 0 | 5 | 11 | 122 | 24 | 131 |
Binary | 11100101 | 11101001 | 11011110 | 10 | 0 | 101 | 1001 | 1010010 | 10100 | 1011001 |
Color Harmonies of #E5E9DE
Complementary color
Monochromatic Colors of #E5E9DE
Black with #E5E9DE
Text Example
Text Example
White with #E5E9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E9DE; }
p { color: rgb(229,233,222); }
H1.HeaderClassName
{
color: #E5E9DE;
}
.AnyTagClassName
{
color: #E5E9DE;
}
</style>
background-color css
<style>
a { background-color: #E5E9DE; }
a { background-color: rgb(229,233,222); }
div.DivClassName
{
background-color: #E5E9DE;
}
.BgClassName
{
background-color: #E5E9DE;
}
</style>
border-color css
<style>
span { border-color: #E5E9DE; }
span { border-color: rgb(229,233,222); }
td.TdClassName
{
border-color: #E5E9DE;
}
.TagClassName
{
border-color: #E5E9DE;
}
</style>