Shades of Catskill White #E2E9DA
Tints of Catskill White #E2E9DA
RGB
CMYK
RGB Variations
Color information
#E2E9DA (or 0xE2E9DA) is known color: Catskill White. HEX triplet: E2, E9 and DA. RGB value is (226,233,218). Sum of RGB (Red+Green+Blue) = 226+233+218=677 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.38% from 677); Green value is 233 (91.41% from 255 or 34.42% from 677); Blue value is 218 (85.55% from 255 or 32.20% from 677); Max value from RGB is 233 - color contains mainly: green. Hex color #E2E9DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2E9DA is #1D1625. Grayscale: #E5E5E5. Windows color (decimal): -1906214 or 14346722. OLE color: 14346722.
HSL color Cylindrical-coordinate representation of color #E2E9DA: hue angle of 88º degrees, saturation: 0.25, 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 #E2E9DA is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 226 | 233 | 218 | - |
CMYK | 0.03 | 0 | 0.06 | 0.09 |
HSL | 88º | 0.25% | 0.88% | - |
HSV(B) | 88º | 0.06% | 0.91% | - |
XYZ | 73.16 | 79.51 | 77.82 | - |
YUV | 229.2 | 121.68 | 125.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 233 | 218 | 0.03 | 0 | 0.06 | 0.09 | 88 | 0.25 | 0.88 |
Hex | E2 | E9 | DA | 3 | 0 | 6 | 9 | 58 | 19 | 58 |
Octal | 342 | 351 | 332 | 3 | 0 | 6 | 11 | 130 | 31 | 130 |
Binary | 11100010 | 11101001 | 11011010 | 11 | 0 | 110 | 1001 | 1011000 | 11001 | 1011000 |
Color Harmonies of #E2E9DA
Complementary color
Monochromatic Colors of #E2E9DA
Black with #E2E9DA
Text Example
Text Example
White with #E2E9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E9DA; }
p { color: rgb(226,233,218); }
H1.HeaderClassName
{
color: #E2E9DA;
}
.AnyTagClassName
{
color: #E2E9DA;
}
</style>
background-color css
<style>
a { background-color: #E2E9DA; }
a { background-color: rgb(226,233,218); }
div.DivClassName
{
background-color: #E2E9DA;
}
.BgClassName
{
background-color: #E2E9DA;
}
</style>
border-color css
<style>
span { border-color: #E2E9DA; }
span { border-color: rgb(226,233,218); }
td.TdClassName
{
border-color: #E2E9DA;
}
.TagClassName
{
border-color: #E2E9DA;
}
</style>