Shades of Hint Of Green #E0EDD6
Tints of Hint Of Green #E0EDD6
RGB
CMYK
RGB Variations
Color information
#E0EDD6 (or 0xE0EDD6) is known color: Hint Of Green. HEX triplet: E0, ED and D6. RGB value is (224,237,214). Sum of RGB (Red+Green+Blue) = 224+237+214=675 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.19% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 214 (83.98% from 255 or 31.70% from 675); Max value from RGB is 237 - color contains mainly: green. Hex color #E0EDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EDD6 is #1F1229. Grayscale: #E6E6E6. Windows color (decimal): -2036266 or 14085600. OLE color: 14085600.
HSL color Cylindrical-coordinate representation of color #E0EDD6: hue angle of 93.91º 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 #E0EDD6 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 237 | 214 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.07 |
| HSL | 93.91º | 0.39% | 0.88% | - |
| HSV(B) | 93.91º | 0.1% | 0.93% | - |
| XYZ | 73.16 | 81.27 | 75.45 | - |
| YUV | 230.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 237 | 214 | 0.05 | 0 | 0.10 | 0.07 | 93.91 | 0.39 | 0.88 |
| Hex | E0 | ED | D6 | 5 | 0 | A | 7 | 5E | 27 | 58 |
| Octal | 340 | 355 | 326 | 5 | 0 | 12 | 7 | 136 | 47 | 130 |
| Binary | 11100000 | 11101101 | 11010110 | 101 | 0 | 1010 | 111 | 1011110 | 100111 | 1011000 |
Color Harmonies of #E0EDD6
Complementary color
Monochromatic Colors of #E0EDD6
Black with #E0EDD6
Text Example
Text Example
White with #E0EDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EDD6; }
p { color: rgb(224,237,214); }
H1.HeaderClassName
{
color: #E0EDD6;
}
.AnyTagClassName
{
color: #E0EDD6;
}
</style>
background-color css
<style>
a { background-color: #E0EDD6; }
a { background-color: rgb(224,237,214); }
div.DivClassName
{
background-color: #E0EDD6;
}
.BgClassName
{
background-color: #E0EDD6;
}
</style>
border-color css
<style>
span { border-color: #E0EDD6; }
span { border-color: rgb(224,237,214); }
td.TdClassName
{
border-color: #E0EDD6;
}
.TagClassName
{
border-color: #E0EDD6;
}
</style>