Shades of Catskill White #E0E6D9
Tints of Catskill White #E0E6D9
RGB
CMYK
RGB Variations
Color information
#E0E6D9 (or 0xE0E6D9) is known color: Catskill White. HEX triplet: E0, E6 and D9. RGB value is (224,230,217). Sum of RGB (Red+Green+Blue) = 224+230+217=671 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.38% from 671); Green value is 230 (90.23% from 255 or 34.28% from 671); Blue value is 217 (85.16% from 255 or 32.34% from 671); Max value from RGB is 230 - color contains mainly: green. Hex color #E0E6D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0E6D9 is #1F1926. Grayscale: #E2E2E2. Windows color (decimal): -2038055 or 14280416. OLE color: 14280416.
HSL color Cylindrical-coordinate representation of color #E0E6D9: hue angle of 87.69º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E0E6D9 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 230 | 217 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.10 |
| HSL | 87.69º | 0.21% | 0.88% | - |
| HSV(B) | 87.69º | 0.06% | 0.9% | - |
| XYZ | 71.56 | 77.45 | 76.82 | - |
| YUV | 226.72 | 122.51 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 230 | 217 | 0.03 | 0 | 0.06 | 0.10 | 87.69 | 0.21 | 0.88 |
| Hex | E0 | E6 | D9 | 3 | 0 | 6 | A | 58 | 15 | 58 |
| Octal | 340 | 346 | 331 | 3 | 0 | 6 | 12 | 130 | 25 | 130 |
| Binary | 11100000 | 11100110 | 11011001 | 11 | 0 | 110 | 1010 | 1011000 | 10101 | 1011000 |
Color Harmonies of #E0E6D9
Complementary color
Monochromatic Colors of #E0E6D9
Black with #E0E6D9
Text Example
Text Example
White with #E0E6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E6D9; }
p { color: rgb(224,230,217); }
H1.HeaderClassName
{
color: #E0E6D9;
}
.AnyTagClassName
{
color: #E0E6D9;
}
</style>
background-color css
<style>
a { background-color: #E0E6D9; }
a { background-color: rgb(224,230,217); }
div.DivClassName
{
background-color: #E0E6D9;
}
.BgClassName
{
background-color: #E0E6D9;
}
</style>
border-color css
<style>
span { border-color: #E0E6D9; }
span { border-color: rgb(224,230,217); }
td.TdClassName
{
border-color: #E0E6D9;
}
.TagClassName
{
border-color: #E0E6D9;
}
</style>