Shades of Catskill White #E2E9D9
Tints of Catskill White #E2E9D9
RGB
CMYK
RGB Variations
Color information
#E2E9D9 (or 0xE2E9D9) is known color: Catskill White. HEX triplet: E2, E9 and D9. RGB value is (226,233,217). Sum of RGB (Red+Green+Blue) = 226+233+217=676 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.43% from 676); Green value is 233 (91.41% from 255 or 34.47% from 676); Blue value is 217 (85.16% from 255 or 32.10% from 676); Max value from RGB is 233 - color contains mainly: green. Hex color #E2E9D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2E9D9 is #1D1626. Grayscale: #E5E5E5. Windows color (decimal): -1906215 or 14281186. OLE color: 14281186.
HSL color Cylindrical-coordinate representation of color #E2E9D9: hue angle of 86.25º degrees, saturation: 0.27, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E2E9D9 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 233 | 217 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.09 |
| HSL | 86.25º | 0.27% | 0.88% | - |
| HSV(B) | 86.25º | 0.07% | 0.91% | - |
| XYZ | 73.03 | 79.46 | 77.13 | - |
| YUV | 229.08 | 121.18 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 233 | 217 | 0.03 | 0 | 0.07 | 0.09 | 86.25 | 0.27 | 0.88 |
| Hex | E2 | E9 | D9 | 3 | 0 | 7 | 9 | 56 | 1B | 58 |
| Octal | 342 | 351 | 331 | 3 | 0 | 7 | 11 | 126 | 33 | 130 |
| Binary | 11100010 | 11101001 | 11011001 | 11 | 0 | 111 | 1001 | 1010110 | 11011 | 1011000 |
Color Harmonies of #E2E9D9
Complementary color
Monochromatic Colors of #E2E9D9
Black with #E2E9D9
Text Example
Text Example
White with #E2E9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E9D9; }
p { color: rgb(226,233,217); }
H1.HeaderClassName
{
color: #E2E9D9;
}
.AnyTagClassName
{
color: #E2E9D9;
}
</style>
background-color css
<style>
a { background-color: #E2E9D9; }
a { background-color: rgb(226,233,217); }
div.DivClassName
{
background-color: #E2E9D9;
}
.BgClassName
{
background-color: #E2E9D9;
}
</style>
border-color css
<style>
span { border-color: #E2E9D9; }
span { border-color: rgb(226,233,217); }
td.TdClassName
{
border-color: #E2E9D9;
}
.TagClassName
{
border-color: #E2E9D9;
}
</style>