Shades of Catskill White #E2ECD8
Tints of Catskill White #E2ECD8
RGB
CMYK
RGB Variations
Color information
#E2ECD8 (or 0xE2ECD8) is known color: Catskill White. HEX triplet: E2, EC and D8. RGB value is (226,236,216). Sum of RGB (Red+Green+Blue) = 226+236+216=678 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.33% from 678); Green value is 236 (92.58% from 255 or 34.81% from 678); Blue value is 216 (84.77% from 255 or 31.86% from 678); Max value from RGB is 236 - color contains mainly: green. Hex color #E2ECD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2ECD8 is #1D1327. Grayscale: #E6E6E6. Windows color (decimal): -1905448 or 14216418. OLE color: 14216418.
HSL color Cylindrical-coordinate representation of color #E2ECD8: hue angle of 90º degrees, saturation: 0.34, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2ECD8 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 236 | 216 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.07 |
| HSL | 90º | 0.34% | 0.89% | - |
| HSV(B) | 90º | 0.08% | 0.93% | - |
| XYZ | 73.75 | 81.12 | 76.74 | - |
| YUV | 230.73 | 119.69 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 236 | 216 | 0.04 | 0 | 0.08 | 0.07 | 90 | 0.34 | 0.89 |
| Hex | E2 | EC | D8 | 4 | 0 | 8 | 7 | 5A | 22 | 59 |
| Octal | 342 | 354 | 330 | 4 | 0 | 10 | 7 | 132 | 42 | 131 |
| Binary | 11100010 | 11101100 | 11011000 | 100 | 0 | 1000 | 111 | 1011010 | 100010 | 1011001 |
Color Harmonies of #E2ECD8
Complementary color
Monochromatic Colors of #E2ECD8
Black with #E2ECD8
Text Example
Text Example
White with #E2ECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ECD8; }
p { color: rgb(226,236,216); }
H1.HeaderClassName
{
color: #E2ECD8;
}
.AnyTagClassName
{
color: #E2ECD8;
}
</style>
background-color css
<style>
a { background-color: #E2ECD8; }
a { background-color: rgb(226,236,216); }
div.DivClassName
{
background-color: #E2ECD8;
}
.BgClassName
{
background-color: #E2ECD8;
}
</style>
border-color css
<style>
span { border-color: #E2ECD8; }
span { border-color: rgb(226,236,216); }
td.TdClassName
{
border-color: #E2ECD8;
}
.TagClassName
{
border-color: #E2ECD8;
}
</style>