Shades of Catskill White #E0E4DB
Tints of Catskill White #E0E4DB
RGB
CMYK
RGB Variations
Color information
#E0E4DB (or 0xE0E4DB) is known color: Catskill White. HEX triplet: E0, E4 and DB. RGB value is (224,228,219). Sum of RGB (Red+Green+Blue) = 224+228+219=671 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.38% from 671); Green value is 228 (89.45% from 255 or 33.98% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 228 - color contains mainly: green. Hex color #E0E4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E4DB is #1F1B24. Grayscale: #E1E1E1. Windows color (decimal): -2038565 or 14410976. OLE color: 14410976.
HSL color Cylindrical-coordinate representation of color #E0E4DB: hue angle of 86.67º degrees, saturation: 0.14, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E0E4DB is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 228 | 219 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.11 |
| HSL | 86.67º | 0.14% | 0.88% | - |
| HSV(B) | 86.67º | 0.04% | 0.89% | - |
| XYZ | 71.27 | 76.45 | 78.02 | - |
| YUV | 225.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 228 | 219 | 0.02 | 0 | 0.04 | 0.11 | 86.67 | 0.14 | 0.88 |
| Hex | E0 | E4 | DB | 2 | 0 | 4 | B | 57 | E | 58 |
| Octal | 340 | 344 | 333 | 2 | 0 | 4 | 13 | 127 | 16 | 130 |
| Binary | 11100000 | 11100100 | 11011011 | 10 | 0 | 100 | 1011 | 1010111 | 1110 | 1011000 |
Color Harmonies of #E0E4DB
Complementary color
Monochromatic Colors of #E0E4DB
Black with #E0E4DB
Text Example
Text Example
White with #E0E4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E4DB; }
p { color: rgb(224,228,219); }
H1.HeaderClassName
{
color: #E0E4DB;
}
.AnyTagClassName
{
color: #E0E4DB;
}
</style>
background-color css
<style>
a { background-color: #E0E4DB; }
a { background-color: rgb(224,228,219); }
div.DivClassName
{
background-color: #E0E4DB;
}
.BgClassName
{
background-color: #E0E4DB;
}
</style>
border-color css
<style>
span { border-color: #E0E4DB; }
span { border-color: rgb(224,228,219); }
td.TdClassName
{
border-color: #E0E4DB;
}
.TagClassName
{
border-color: #E0E4DB;
}
</style>