Shades of Catskill White #E2ECDA
Tints of Catskill White #E2ECDA
RGB
CMYK
RGB Variations
Color information
#E2ECDA (or 0xE2ECDA) is known color: Catskill White. HEX triplet: E2, EC and DA. RGB value is (226,236,218). Sum of RGB (Red+Green+Blue) = 226+236+218=680 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.24% from 680); Green value is 236 (92.58% from 255 or 34.71% from 680); Blue value is 218 (85.55% from 255 or 32.06% from 680); Max value from RGB is 236 - color contains mainly: green. Hex color #E2ECDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2ECDA is #1D1325. Grayscale: #E7E7E7. Windows color (decimal): -1905446 or 14347490. OLE color: 14347490.
HSL color Cylindrical-coordinate representation of color #E2ECDA: hue angle of 93.33º degrees, saturation: 0.32, 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 #E2ECDA is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 236 | 218 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.07 |
| HSL | 93.33º | 0.32% | 0.89% | - |
| HSV(B) | 93.33º | 0.08% | 0.93% | - |
| XYZ | 74.01 | 81.22 | 78.11 | - |
| YUV | 230.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 236 | 218 | 0.04 | 0 | 0.08 | 0.07 | 93.33 | 0.32 | 0.89 |
| Hex | E2 | EC | DA | 4 | 0 | 8 | 7 | 5D | 20 | 59 |
| Octal | 342 | 354 | 332 | 4 | 0 | 10 | 7 | 135 | 40 | 131 |
| Binary | 11100010 | 11101100 | 11011010 | 100 | 0 | 1000 | 111 | 1011101 | 100000 | 1011001 |
Color Harmonies of #E2ECDA
Complementary color
Monochromatic Colors of #E2ECDA
Black with #E2ECDA
Text Example
Text Example
White with #E2ECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ECDA; }
p { color: rgb(226,236,218); }
H1.HeaderClassName
{
color: #E2ECDA;
}
.AnyTagClassName
{
color: #E2ECDA;
}
</style>
background-color css
<style>
a { background-color: #E2ECDA; }
a { background-color: rgb(226,236,218); }
div.DivClassName
{
background-color: #E2ECDA;
}
.BgClassName
{
background-color: #E2ECDA;
}
</style>
border-color css
<style>
span { border-color: #E2ECDA; }
span { border-color: rgb(226,236,218); }
td.TdClassName
{
border-color: #E2ECDA;
}
.TagClassName
{
border-color: #E2ECDA;
}
</style>