Shades of Catskill White #E2EDD8
Tints of Catskill White #E2EDD8
RGB
CMYK
RGB Variations
Color information
#E2EDD8 (or 0xE2EDD8) is known color: Catskill White. HEX triplet: E2, ED and D8. RGB value is (226,237,216). Sum of RGB (Red+Green+Blue) = 226+237+216=679 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.28% from 679); Green value is 237 (92.97% from 255 or 34.90% from 679); Blue value is 216 (84.77% from 255 or 31.81% from 679); Max value from RGB is 237 - color contains mainly: green. Hex color #E2EDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EDD8 is #1D1227. Grayscale: #E7E7E7. Windows color (decimal): -1905192 or 14216674. OLE color: 14216674.
HSL color Cylindrical-coordinate representation of color #E2EDD8: hue angle of 91.43º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2EDD8 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
RGB | 226 | 237 | 216 | - |
CMYK | 0.05 | 0 | 0.09 | 0.07 |
HSL | 91.43º | 0.37% | 0.89% | - |
HSV(B) | 91.43º | 0.09% | 0.93% | - |
XYZ | 74.04 | 81.69 | 76.83 | - |
YUV | 231.32 | 119.36 | 124.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 237 | 216 | 0.05 | 0 | 0.09 | 0.07 | 91.43 | 0.37 | 0.89 |
Hex | E2 | ED | D8 | 5 | 0 | 9 | 7 | 5B | 25 | 59 |
Octal | 342 | 355 | 330 | 5 | 0 | 11 | 7 | 133 | 45 | 131 |
Binary | 11100010 | 11101101 | 11011000 | 101 | 0 | 1001 | 111 | 1011011 | 100101 | 1011001 |
Color Harmonies of #E2EDD8
Complementary color
Monochromatic Colors of #E2EDD8
Black with #E2EDD8
Text Example
Text Example
White with #E2EDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EDD8; }
p { color: rgb(226,237,216); }
H1.HeaderClassName
{
color: #E2EDD8;
}
.AnyTagClassName
{
color: #E2EDD8;
}
</style>
background-color css
<style>
a { background-color: #E2EDD8; }
a { background-color: rgb(226,237,216); }
div.DivClassName
{
background-color: #E2EDD8;
}
.BgClassName
{
background-color: #E2EDD8;
}
</style>
border-color css
<style>
span { border-color: #E2EDD8; }
span { border-color: rgb(226,237,216); }
td.TdClassName
{
border-color: #E2EDD8;
}
.TagClassName
{
border-color: #E2EDD8;
}
</style>