Shades of Catskill White #E2EADC
Tints of Catskill White #E2EADC
RGB
CMYK
RGB Variations
Color information
#E2EADC (or 0xE2EADC) is known color: Catskill White. HEX triplet: E2, EA and DC. RGB value is (226,234,220). Sum of RGB (Red+Green+Blue) = 226+234+220=680 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.24% from 680); Green value is 234 (91.80% from 255 or 34.41% from 680); Blue value is 220 (86.33% from 255 or 32.35% from 680); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EADC is #1D1523. Grayscale: #E6E6E6. Windows color (decimal): -1905956 or 14478050. OLE color: 14478050.
HSL color Cylindrical-coordinate representation of color #E2EADC: hue angle of 94.29º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E2EADC is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
RGB | 226 | 234 | 220 | - |
CMYK | 0.03 | 0 | 0.06 | 0.08 |
HSL | 94.29º | 0.25% | 0.89% | - |
HSV(B) | 94.29º | 0.06% | 0.92% | - |
XYZ | 73.71 | 80.18 | 79.3 | - |
YUV | 230.01 | 122.35 | 125.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 234 | 220 | 0.03 | 0 | 0.06 | 0.08 | 94.29 | 0.25 | 0.89 |
Hex | E2 | EA | DC | 3 | 0 | 6 | 8 | 5E | 19 | 59 |
Octal | 342 | 352 | 334 | 3 | 0 | 6 | 10 | 136 | 31 | 131 |
Binary | 11100010 | 11101010 | 11011100 | 11 | 0 | 110 | 1000 | 1011110 | 11001 | 1011001 |
Color Harmonies of #E2EADC
Complementary color
Monochromatic Colors of #E2EADC
Black with #E2EADC
Text Example
Text Example
White with #E2EADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EADC; }
p { color: rgb(226,234,220); }
H1.HeaderClassName
{
color: #E2EADC;
}
.AnyTagClassName
{
color: #E2EADC;
}
</style>
background-color css
<style>
a { background-color: #E2EADC; }
a { background-color: rgb(226,234,220); }
div.DivClassName
{
background-color: #E2EADC;
}
.BgClassName
{
background-color: #E2EADC;
}
</style>
border-color css
<style>
span { border-color: #E2EADC; }
span { border-color: rgb(226,234,220); }
td.TdClassName
{
border-color: #E2EADC;
}
.TagClassName
{
border-color: #E2EADC;
}
</style>