Shades of Catskill White #E2E9DD
Tints of Catskill White #E2E9DD
RGB
CMYK
RGB Variations
Color information
#E2E9DD (or 0xE2E9DD) is known color: Catskill White. HEX triplet: E2, E9 and DD. RGB value is (226,233,221). Sum of RGB (Red+Green+Blue) = 226+233+221=680 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.24% from 680); Green value is 233 (91.41% from 255 or 34.26% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 233 - color contains mainly: green. Hex color #E2E9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2E9DD is #1D1622. Grayscale: #E5E5E5. Windows color (decimal): -1906211 or 14543330. OLE color: 14543330.
HSL color Cylindrical-coordinate representation of color #E2E9DD: hue angle of 95º degrees, saturation: 0.21, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E2E9DD is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 233 | 221 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.09 |
| HSL | 95º | 0.21% | 0.89% | - |
| HSV(B) | 95º | 0.05% | 0.91% | - |
| XYZ | 73.55 | 79.67 | 79.91 | - |
| YUV | 229.54 | 123.18 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 233 | 221 | 0.03 | 0 | 0.05 | 0.09 | 95 | 0.21 | 0.89 |
| Hex | E2 | E9 | DD | 3 | 0 | 5 | 9 | 5F | 15 | 59 |
| Octal | 342 | 351 | 335 | 3 | 0 | 5 | 11 | 137 | 25 | 131 |
| Binary | 11100010 | 11101001 | 11011101 | 11 | 0 | 101 | 1001 | 1011111 | 10101 | 1011001 |
Color Harmonies of #E2E9DD
Complementary color
Monochromatic Colors of #E2E9DD
Black with #E2E9DD
Text Example
Text Example
White with #E2E9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E9DD; }
p { color: rgb(226,233,221); }
H1.HeaderClassName
{
color: #E2E9DD;
}
.AnyTagClassName
{
color: #E2E9DD;
}
</style>
background-color css
<style>
a { background-color: #E2E9DD; }
a { background-color: rgb(226,233,221); }
div.DivClassName
{
background-color: #E2E9DD;
}
.BgClassName
{
background-color: #E2E9DD;
}
</style>
border-color css
<style>
span { border-color: #E2E9DD; }
span { border-color: rgb(226,233,221); }
td.TdClassName
{
border-color: #E2E9DD;
}
.TagClassName
{
border-color: #E2E9DD;
}
</style>