Shades of Catskill White #E2E5DE
Tints of Catskill White #E2E5DE
RGB
CMYK
RGB Variations
Color information
#E2E5DE (or 0xE2E5DE) is known color: Catskill White. HEX triplet: E2, E5 and DE. RGB value is (226,229,222). Sum of RGB (Red+Green+Blue) = 226+229+222=677 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.38% from 677); Green value is 229 (89.84% from 255 or 33.83% from 677); Blue value is 222 (87.11% from 255 or 32.79% from 677); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E5DE is #1D1A21. Grayscale: #E3E3E3. Windows color (decimal): -1907234 or 14607842. OLE color: 14607842.
HSL color Cylindrical-coordinate representation of color #E2E5DE: hue angle of 85.71º degrees, saturation: 0.12, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E2E5DE is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
RGB | 226 | 229 | 222 | - |
CMYK | 0.01 | 0 | 0.03 | 0.10 |
HSL | 85.71º | 0.12% | 0.88% | - |
HSV(B) | 85.71º | 0.03% | 0.9% | - |
XYZ | 72.57 | 77.48 | 80.24 | - |
YUV | 227.31 | 125.01 | 127.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 229 | 222 | 0.01 | 0 | 0.03 | 0.10 | 85.71 | 0.12 | 0.88 |
Hex | E2 | E5 | DE | 1 | 0 | 3 | A | 56 | C | 58 |
Octal | 342 | 345 | 336 | 1 | 0 | 3 | 12 | 126 | 14 | 130 |
Binary | 11100010 | 11100101 | 11011110 | 1 | 0 | 11 | 1010 | 1010110 | 1100 | 1011000 |
Color Harmonies of #E2E5DE
Complementary color
Monochromatic Colors of #E2E5DE
Black with #E2E5DE
Text Example
Text Example
White with #E2E5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E5DE; }
p { color: rgb(226,229,222); }
H1.HeaderClassName
{
color: #E2E5DE;
}
.AnyTagClassName
{
color: #E2E5DE;
}
</style>
background-color css
<style>
a { background-color: #E2E5DE; }
a { background-color: rgb(226,229,222); }
div.DivClassName
{
background-color: #E2E5DE;
}
.BgClassName
{
background-color: #E2E5DE;
}
</style>
border-color css
<style>
span { border-color: #E2E5DE; }
span { border-color: rgb(226,229,222); }
td.TdClassName
{
border-color: #E2E5DE;
}
.TagClassName
{
border-color: #E2E5DE;
}
</style>