Shades of Catskill White #E6E9E2
Tints of Catskill White #E6E9E2
RGB
CMYK
RGB Variations
Color information
#E6E9E2 (or 0xE6E9E2) is known color: Catskill White. HEX triplet: E6, E9 and E2. RGB value is (230,233,226). Sum of RGB (Red+Green+Blue) = 230+233+226=689 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.38% from 689); Green value is 233 (91.41% from 255 or 33.82% from 689); Blue value is 226 (88.67% from 255 or 32.80% from 689); Max value from RGB is 233 - color contains mainly: green. Hex color #E6E9E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6E9E2 is #19161D. Grayscale: #E7E7E7. Windows color (decimal): -1644062 or 14871014. OLE color: 14871014.
HSL color Cylindrical-coordinate representation of color #E6E9E2: hue angle of 85.71º degrees, saturation: 0.14, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E6E9E2 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
RGB | 230 | 233 | 226 | - |
CMYK | 0.01 | 0 | 0.03 | 0.09 |
HSL | 85.71º | 0.14% | 0.9% | - |
HSV(B) | 85.71º | 0.03% | 0.91% | - |
XYZ | 75.5 | 80.59 | 83.53 | - |
YUV | 231.31 | 125.01 | 127.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 233 | 226 | 0.01 | 0 | 0.03 | 0.09 | 85.71 | 0.14 | 0.9 |
Hex | E6 | E9 | E2 | 1 | 0 | 3 | 9 | 56 | E | 5A |
Octal | 346 | 351 | 342 | 1 | 0 | 3 | 11 | 126 | 16 | 132 |
Binary | 11100110 | 11101001 | 11100010 | 1 | 0 | 11 | 1001 | 1010110 | 1110 | 1011010 |
Color Harmonies of #E6E9E2
Complementary color
Monochromatic Colors of #E6E9E2
Black with #E6E9E2
Text Example
Text Example
White with #E6E9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E9E2; }
p { color: rgb(230,233,226); }
H1.HeaderClassName
{
color: #E6E9E2;
}
.AnyTagClassName
{
color: #E6E9E2;
}
</style>
background-color css
<style>
a { background-color: #E6E9E2; }
a { background-color: rgb(230,233,226); }
div.DivClassName
{
background-color: #E6E9E2;
}
.BgClassName
{
background-color: #E6E9E2;
}
</style>
border-color css
<style>
span { border-color: #E6E9E2; }
span { border-color: rgb(230,233,226); }
td.TdClassName
{
border-color: #E6E9E2;
}
.TagClassName
{
border-color: #E6E9E2;
}
</style>