Shades of Catskill White #E2EADA
Tints of Catskill White #E2EADA
RGB
CMYK
RGB Variations
Color information
#E2EADA (or 0xE2EADA) is known color: Catskill White. HEX triplet: E2, EA and DA. RGB value is (226,234,218). Sum of RGB (Red+Green+Blue) = 226+234+218=678 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.33% from 678); Green value is 234 (91.80% from 255 or 34.51% from 678); Blue value is 218 (85.55% from 255 or 32.15% from 678); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EADA is #1D1525. Grayscale: #E5E5E5. Windows color (decimal): -1905958 or 14346978. OLE color: 14346978.
HSL color Cylindrical-coordinate representation of color #E2EADA: hue angle of 90º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E2EADA is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 234 | 218 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.08 |
| HSL | 90º | 0.28% | 0.89% | - |
| HSV(B) | 90º | 0.07% | 0.92% | - |
| XYZ | 73.44 | 80.08 | 77.92 | - |
| YUV | 229.78 | 121.35 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 234 | 218 | 0.03 | 0 | 0.07 | 0.08 | 90 | 0.28 | 0.89 |
| Hex | E2 | EA | DA | 3 | 0 | 7 | 8 | 5A | 1C | 59 |
| Octal | 342 | 352 | 332 | 3 | 0 | 7 | 10 | 132 | 34 | 131 |
| Binary | 11100010 | 11101010 | 11011010 | 11 | 0 | 111 | 1000 | 1011010 | 11100 | 1011001 |
Color Harmonies of #E2EADA
Complementary color
Monochromatic Colors of #E2EADA
Black with #E2EADA
Text Example
Text Example
White with #E2EADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EADA; }
p { color: rgb(226,234,218); }
H1.HeaderClassName
{
color: #E2EADA;
}
.AnyTagClassName
{
color: #E2EADA;
}
</style>
background-color css
<style>
a { background-color: #E2EADA; }
a { background-color: rgb(226,234,218); }
div.DivClassName
{
background-color: #E2EADA;
}
.BgClassName
{
background-color: #E2EADA;
}
</style>
border-color css
<style>
span { border-color: #E2EADA; }
span { border-color: rgb(226,234,218); }
td.TdClassName
{
border-color: #E2EADA;
}
.TagClassName
{
border-color: #E2EADA;
}
</style>