Shades of Catskill White #E2E6E0
Tints of Catskill White #E2E6E0
RGB
CMYK
RGB Variations
Color information
#E2E6E0 (or 0xE2E6E0) is known color: Catskill White. HEX triplet: E2, E6 and E0. RGB value is (226,230,224). Sum of RGB (Red+Green+Blue) = 226+230+224=680 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.24% from 680); Green value is 230 (90.23% from 255 or 33.82% from 680); Blue value is 224 (87.89% from 255 or 32.94% from 680); Max value from RGB is 230 - color contains mainly: green. Hex color #E2E6E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2E6E0 is #1D191F. Grayscale: #E4E4E4. Windows color (decimal): -1906976 or 14739170. OLE color: 14739170.
HSL color Cylindrical-coordinate representation of color #E2E6E0: hue angle of 100º degrees, saturation: 0.11, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E2E6E0 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 230 | 224 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.10 |
| HSL | 100º | 0.11% | 0.89% | - |
| HSV(B) | 100º | 0.03% | 0.9% | - |
| XYZ | 73.12 | 78.14 | 81.75 | - |
| YUV | 228.12 | 125.67 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 230 | 224 | 0.02 | 0 | 0.03 | 0.10 | 100 | 0.11 | 0.89 |
| Hex | E2 | E6 | E0 | 2 | 0 | 3 | A | 64 | B | 59 |
| Octal | 342 | 346 | 340 | 2 | 0 | 3 | 12 | 144 | 13 | 131 |
| Binary | 11100010 | 11100110 | 11100000 | 10 | 0 | 11 | 1010 | 1100100 | 1011 | 1011001 |
Color Harmonies of #E2E6E0
Complementary color
Monochromatic Colors of #E2E6E0
Black with #E2E6E0
Text Example
Text Example
White with #E2E6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E6E0; }
p { color: rgb(226,230,224); }
H1.HeaderClassName
{
color: #E2E6E0;
}
.AnyTagClassName
{
color: #E2E6E0;
}
</style>
background-color css
<style>
a { background-color: #E2E6E0; }
a { background-color: rgb(226,230,224); }
div.DivClassName
{
background-color: #E2E6E0;
}
.BgClassName
{
background-color: #E2E6E0;
}
</style>
border-color css
<style>
span { border-color: #E2E6E0; }
span { border-color: rgb(226,230,224); }
td.TdClassName
{
border-color: #E2E6E0;
}
.TagClassName
{
border-color: #E2E6E0;
}
</style>