Shades of Catskill White #E0E8DA
Tints of Catskill White #E0E8DA
RGB
CMYK
RGB Variations
Color information
#E0E8DA (or 0xE0E8DA) is known color: Catskill White. HEX triplet: E0, E8 and DA. RGB value is (224,232,218). Sum of RGB (Red+Green+Blue) = 224+232+218=674 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.23% from 674); Green value is 232 (91.02% from 255 or 34.42% from 674); Blue value is 218 (85.55% from 255 or 32.34% from 674); Max value from RGB is 232 - color contains mainly: green. Hex color #E0E8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0E8DA is #1F1725. Grayscale: #E4E4E4. Windows color (decimal): -2037542 or 14346464. OLE color: 14346464.
HSL color Cylindrical-coordinate representation of color #E0E8DA: hue angle of 94.29º degrees, saturation: 0.23, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E0E8DA is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 232 | 218 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.09 |
| HSL | 94.29º | 0.23% | 0.88% | - |
| HSV(B) | 94.29º | 0.06% | 0.91% | - |
| XYZ | 72.25 | 78.62 | 77.7 | - |
| YUV | 228.01 | 122.35 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 232 | 218 | 0.03 | 0 | 0.06 | 0.09 | 94.29 | 0.23 | 0.88 |
| Hex | E0 | E8 | DA | 3 | 0 | 6 | 9 | 5E | 17 | 58 |
| Octal | 340 | 350 | 332 | 3 | 0 | 6 | 11 | 136 | 27 | 130 |
| Binary | 11100000 | 11101000 | 11011010 | 11 | 0 | 110 | 1001 | 1011110 | 10111 | 1011000 |
Color Harmonies of #E0E8DA
Complementary color
Monochromatic Colors of #E0E8DA
Black with #E0E8DA
Text Example
Text Example
White with #E0E8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E8DA; }
p { color: rgb(224,232,218); }
H1.HeaderClassName
{
color: #E0E8DA;
}
.AnyTagClassName
{
color: #E0E8DA;
}
</style>
background-color css
<style>
a { background-color: #E0E8DA; }
a { background-color: rgb(224,232,218); }
div.DivClassName
{
background-color: #E0E8DA;
}
.BgClassName
{
background-color: #E0E8DA;
}
</style>
border-color css
<style>
span { border-color: #E0E8DA; }
span { border-color: rgb(224,232,218); }
td.TdClassName
{
border-color: #E0E8DA;
}
.TagClassName
{
border-color: #E0E8DA;
}
</style>