Shades of Catskill White #E2EDD6
Tints of Catskill White #E2EDD6
RGB
CMYK
RGB Variations
Color information
#E2EDD6 (or 0xE2EDD6) is known color: Catskill White. HEX triplet: E2, ED and D6. RGB value is (226,237,214). Sum of RGB (Red+Green+Blue) = 226+237+214=677 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.38% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 214 (83.98% from 255 or 31.61% from 677); Max value from RGB is 237 - color contains mainly: green. Hex color #E2EDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EDD6 is #1D1229. Grayscale: #E7E7E7. Windows color (decimal): -1905194 or 14085602. OLE color: 14085602.
HSL color Cylindrical-coordinate representation of color #E2EDD6: hue angle of 88.7º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2EDD6 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 226 | 237 | 214 | - |
CMYK | 0.05 | 0 | 0.10 | 0.07 |
HSL | 88.7º | 0.39% | 0.88% | - |
HSV(B) | 88.7º | 0.1% | 0.93% | - |
XYZ | 73.79 | 81.59 | 75.48 | - |
YUV | 231.09 | 118.36 | 124.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 237 | 214 | 0.05 | 0 | 0.10 | 0.07 | 88.7 | 0.39 | 0.88 |
Hex | E2 | ED | D6 | 5 | 0 | A | 7 | 59 | 27 | 58 |
Octal | 342 | 355 | 326 | 5 | 0 | 12 | 7 | 131 | 47 | 130 |
Binary | 11100010 | 11101101 | 11010110 | 101 | 0 | 1010 | 111 | 1011001 | 100111 | 1011000 |
Color Harmonies of #E2EDD6
Complementary color
Monochromatic Colors of #E2EDD6
Black with #E2EDD6
Text Example
Text Example
White with #E2EDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EDD6; }
p { color: rgb(226,237,214); }
H1.HeaderClassName
{
color: #E2EDD6;
}
.AnyTagClassName
{
color: #E2EDD6;
}
</style>
background-color css
<style>
a { background-color: #E2EDD6; }
a { background-color: rgb(226,237,214); }
div.DivClassName
{
background-color: #E2EDD6;
}
.BgClassName
{
background-color: #E2EDD6;
}
</style>
border-color css
<style>
span { border-color: #E2EDD6; }
span { border-color: rgb(226,237,214); }
td.TdClassName
{
border-color: #E2EDD6;
}
.TagClassName
{
border-color: #E2EDD6;
}
</style>