Shades of Catskill White #E2ECD6
Tints of Catskill White #E2ECD6
RGB
CMYK
RGB Variations
Color information
#E2ECD6 (or 0xE2ECD6) is known color: Catskill White. HEX triplet: E2, EC and D6. RGB value is (226,236,214). Sum of RGB (Red+Green+Blue) = 226+236+214=676 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.43% from 676); Green value is 236 (92.58% from 255 or 34.91% from 676); Blue value is 214 (83.98% from 255 or 31.66% from 676); Max value from RGB is 236 - color contains mainly: green. Hex color #E2ECD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2ECD6 is #1D1329. Grayscale: #E6E6E6. Windows color (decimal): -1905450 or 14085346. OLE color: 14085346.
HSL color Cylindrical-coordinate representation of color #E2ECD6: hue angle of 87.27º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2ECD6 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 236 | 214 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.07 |
| HSL | 87.27º | 0.37% | 0.88% | - |
| HSV(B) | 87.27º | 0.09% | 0.93% | - |
| XYZ | 73.5 | 81.01 | 75.38 | - |
| YUV | 230.5 | 118.69 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 236 | 214 | 0.04 | 0 | 0.09 | 0.07 | 87.27 | 0.37 | 0.88 |
| Hex | E2 | EC | D6 | 4 | 0 | 9 | 7 | 57 | 25 | 58 |
| Octal | 342 | 354 | 326 | 4 | 0 | 11 | 7 | 127 | 45 | 130 |
| Binary | 11100010 | 11101100 | 11010110 | 100 | 0 | 1001 | 111 | 1010111 | 100101 | 1011000 |
Color Harmonies of #E2ECD6
Complementary color
Monochromatic Colors of #E2ECD6
Black with #E2ECD6
Text Example
Text Example
White with #E2ECD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ECD6; }
p { color: rgb(226,236,214); }
H1.HeaderClassName
{
color: #E2ECD6;
}
.AnyTagClassName
{
color: #E2ECD6;
}
</style>
background-color css
<style>
a { background-color: #E2ECD6; }
a { background-color: rgb(226,236,214); }
div.DivClassName
{
background-color: #E2ECD6;
}
.BgClassName
{
background-color: #E2ECD6;
}
</style>
border-color css
<style>
span { border-color: #E2ECD6; }
span { border-color: rgb(226,236,214); }
td.TdClassName
{
border-color: #E2ECD6;
}
.TagClassName
{
border-color: #E2ECD6;
}
</style>