Shades of Catskill White #E5F0DB
Tints of Catskill White #E5F0DB
RGB
CMYK
RGB Variations
Color information
#E5F0DB (or 0xE5F0DB) is known color: Catskill White. HEX triplet: E5, F0 and DB. RGB value is (229,240,219). Sum of RGB (Red+Green+Blue) = 229+240+219=688 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.28% from 688); Green value is 240 (94.14% from 255 or 34.88% from 688); Blue value is 219 (85.94% from 255 or 31.83% from 688); Max value from RGB is 240 - color contains mainly: green. Hex color #E5F0DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5F0DB is #1A0F24. Grayscale: #EAEAEA. Windows color (decimal): -1707813 or 14414053. OLE color: 14414053.
HSL color Cylindrical-coordinate representation of color #E5F0DB: hue angle of 91.43º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5F0DB is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 240 | 219 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.06 |
| HSL | 91.43º | 0.41% | 0.9% | - |
| HSV(B) | 91.43º | 0.09% | 0.94% | - |
| XYZ | 76.26 | 84.09 | 79.23 | - |
| YUV | 234.32 | 119.36 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 240 | 219 | 0.05 | 0 | 0.09 | 0.06 | 91.43 | 0.41 | 0.9 |
| Hex | E5 | F0 | DB | 5 | 0 | 9 | 6 | 5B | 29 | 5A |
| Octal | 345 | 360 | 333 | 5 | 0 | 11 | 6 | 133 | 51 | 132 |
| Binary | 11100101 | 11110000 | 11011011 | 101 | 0 | 1001 | 110 | 1011011 | 101001 | 1011010 |
Color Harmonies of #E5F0DB
Complementary color
Monochromatic Colors of #E5F0DB
Black with #E5F0DB
Text Example
Text Example
White with #E5F0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F0DB; }
p { color: rgb(229,240,219); }
H1.HeaderClassName
{
color: #E5F0DB;
}
.AnyTagClassName
{
color: #E5F0DB;
}
</style>
background-color css
<style>
a { background-color: #E5F0DB; }
a { background-color: rgb(229,240,219); }
div.DivClassName
{
background-color: #E5F0DB;
}
.BgClassName
{
background-color: #E5F0DB;
}
</style>
border-color css
<style>
span { border-color: #E5F0DB; }
span { border-color: rgb(229,240,219); }
td.TdClassName
{
border-color: #E5F0DB;
}
.TagClassName
{
border-color: #E5F0DB;
}
</style>