Shades of Catskill White #E2E6DD
Tints of Catskill White #E2E6DD
RGB
CMYK
RGB Variations
Color information
#E2E6DD (or 0xE2E6DD) is known color: Catskill White. HEX triplet: E2, E6 and DD. RGB value is (226,230,221). Sum of RGB (Red+Green+Blue) = 226+230+221=677 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.38% from 677); Green value is 230 (90.23% from 255 or 33.97% from 677); Blue value is 221 (86.72% from 255 or 32.64% from 677); Max value from RGB is 230 - color contains mainly: green. Hex color #E2E6DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2E6DD is #1D1922. Grayscale: #E3E3E3. Windows color (decimal): -1906979 or 14542562. OLE color: 14542562.
HSL color Cylindrical-coordinate representation of color #E2E6DD: hue angle of 86.67º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E2E6DD is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
RGB | 226 | 230 | 221 | - |
CMYK | 0.02 | 0 | 0.04 | 0.10 |
HSL | 86.67º | 0.15% | 0.88% | - |
HSV(B) | 86.67º | 0.04% | 0.9% | - |
XYZ | 72.71 | 77.98 | 79.63 | - |
YUV | 227.78 | 124.17 | 126.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 230 | 221 | 0.02 | 0 | 0.04 | 0.10 | 86.67 | 0.15 | 0.88 |
Hex | E2 | E6 | DD | 2 | 0 | 4 | A | 57 | F | 58 |
Octal | 342 | 346 | 335 | 2 | 0 | 4 | 12 | 127 | 17 | 130 |
Binary | 11100010 | 11100110 | 11011101 | 10 | 0 | 100 | 1010 | 1010111 | 1111 | 1011000 |
Color Harmonies of #E2E6DD
Complementary color
Monochromatic Colors of #E2E6DD
Black with #E2E6DD
Text Example
Text Example
White with #E2E6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E6DD; }
p { color: rgb(226,230,221); }
H1.HeaderClassName
{
color: #E2E6DD;
}
.AnyTagClassName
{
color: #E2E6DD;
}
</style>
background-color css
<style>
a { background-color: #E2E6DD; }
a { background-color: rgb(226,230,221); }
div.DivClassName
{
background-color: #E2E6DD;
}
.BgClassName
{
background-color: #E2E6DD;
}
</style>
border-color css
<style>
span { border-color: #E2E6DD; }
span { border-color: rgb(226,230,221); }
td.TdClassName
{
border-color: #E2E6DD;
}
.TagClassName
{
border-color: #E2E6DD;
}
</style>