Shades of Catskill White #E2EDD5
Tints of Catskill White #E2EDD5
RGB
CMYK
RGB Variations
Color information
#E2EDD5 (or 0xE2EDD5) is known color: Catskill White. HEX triplet: E2, ED and D5. RGB value is (226,237,213). Sum of RGB (Red+Green+Blue) = 226+237+213=676 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.43% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 213 (83.59% from 255 or 31.51% from 676); Max value from RGB is 237 - color contains mainly: green. Hex color #E2EDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EDD5 is #1D122A. Grayscale: #E7E7E7. Windows color (decimal): -1905195 or 14020066. OLE color: 14020066.
HSL color Cylindrical-coordinate representation of color #E2EDD5: hue angle of 87.5º degrees, saturation: 0.4, 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 #E2EDD5 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 226 | 237 | 213 | - |
CMYK | 0.05 | 0 | 0.10 | 0.07 |
HSL | 87.5º | 0.4% | 0.88% | - |
HSV(B) | 87.5º | 0.1% | 0.93% | - |
XYZ | 73.66 | 81.54 | 74.81 | - |
YUV | 230.98 | 117.86 | 124.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 237 | 213 | 0.05 | 0 | 0.10 | 0.07 | 87.5 | 0.4 | 0.88 |
Hex | E2 | ED | D5 | 5 | 0 | A | 7 | 57 | 28 | 58 |
Octal | 342 | 355 | 325 | 5 | 0 | 12 | 7 | 127 | 50 | 130 |
Binary | 11100010 | 11101101 | 11010101 | 101 | 0 | 1010 | 111 | 1010111 | 101000 | 1011000 |
Color Harmonies of #E2EDD5
Complementary color
Monochromatic Colors of #E2EDD5
Black with #E2EDD5
Text Example
Text Example
White with #E2EDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EDD5; }
p { color: rgb(226,237,213); }
H1.HeaderClassName
{
color: #E2EDD5;
}
.AnyTagClassName
{
color: #E2EDD5;
}
</style>
background-color css
<style>
a { background-color: #E2EDD5; }
a { background-color: rgb(226,237,213); }
div.DivClassName
{
background-color: #E2EDD5;
}
.BgClassName
{
background-color: #E2EDD5;
}
</style>
border-color css
<style>
span { border-color: #E2EDD5; }
span { border-color: rgb(226,237,213); }
td.TdClassName
{
border-color: #E2EDD5;
}
.TagClassName
{
border-color: #E2EDD5;
}
</style>