Shades of Hint Of Green #E1EDDC
Tints of Hint Of Green #E1EDDC
RGB
CMYK
RGB Variations
Color information
#E1EDDC (or 0xE1EDDC) is known color: Hint Of Green. HEX triplet: E1, ED and DC. RGB value is (225,237,220). Sum of RGB (Red+Green+Blue) = 225+237+220=682 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.99% from 682); Green value is 237 (92.97% from 255 or 34.75% from 682); Blue value is 220 (86.33% from 255 or 32.26% from 682); Max value from RGB is 237 - color contains mainly: green. Hex color #E1EDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EDDC is #1E1223. Grayscale: #E7E7E7. Windows color (decimal): -1970724 or 14478817. OLE color: 14478817.
HSL color Cylindrical-coordinate representation of color #E1EDDC: hue angle of 102.35º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E1EDDC is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 237 | 220 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.07 |
| HSL | 102.35º | 0.32% | 0.9% | - |
| HSV(B) | 102.35º | 0.07% | 0.93% | - |
| XYZ | 74.25 | 81.74 | 79.57 | - |
| YUV | 231.47 | 121.52 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 237 | 220 | 0.05 | 0 | 0.07 | 0.07 | 102.35 | 0.32 | 0.9 |
| Hex | E1 | ED | DC | 5 | 0 | 7 | 7 | 66 | 20 | 5A |
| Octal | 341 | 355 | 334 | 5 | 0 | 7 | 7 | 146 | 40 | 132 |
| Binary | 11100001 | 11101101 | 11011100 | 101 | 0 | 111 | 111 | 1100110 | 100000 | 1011010 |
Color Harmonies of #E1EDDC
Complementary color
Monochromatic Colors of #E1EDDC
Black with #E1EDDC
Text Example
Text Example
White with #E1EDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EDDC; }
p { color: rgb(225,237,220); }
H1.HeaderClassName
{
color: #E1EDDC;
}
.AnyTagClassName
{
color: #E1EDDC;
}
</style>
background-color css
<style>
a { background-color: #E1EDDC; }
a { background-color: rgb(225,237,220); }
div.DivClassName
{
background-color: #E1EDDC;
}
.BgClassName
{
background-color: #E1EDDC;
}
</style>
border-color css
<style>
span { border-color: #E1EDDC; }
span { border-color: rgb(225,237,220); }
td.TdClassName
{
border-color: #E1EDDC;
}
.TagClassName
{
border-color: #E1EDDC;
}
</style>