Shades of Green White #E0DECE
Tints of Green White #E0DECE
RGB
CMYK
RGB Variations
Color information
#E0DECE (or 0xE0DECE) is known color: Green White. HEX triplet: E0, DE and CE. RGB value is (224,222,206). Sum of RGB (Red+Green+Blue) = 224+222+206=652 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.36% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DECE is #1F2131. Grayscale: #DCDCDC. Windows color (decimal): -2040114 or 13557472. OLE color: 13557472.
HSL color Cylindrical-coordinate representation of color #E0DECE: hue angle of 53.33º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0DECE is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 222 | 206 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.12 |
| HSL | 53.33º | 0.23% | 0.84% | - |
| HSV(B) | 53.33º | 0.08% | 0.88% | - |
| XYZ | 68 | 72.55 | 68.81 | - |
| YUV | 220.77 | 119.66 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 206 | 0 | 0.01 | 0.08 | 0.12 | 53.33 | 0.23 | 0.84 |
| Hex | E0 | DE | CE | 0 | 1 | 8 | C | 35 | 16 | 54 |
| Octal | 340 | 336 | 316 | 0 | 1 | 10 | 14 | 65 | 26 | 124 |
| Binary | 11100000 | 11011110 | 11001110 | 0 | 1 | 1000 | 1100 | 110101 | 10110 | 1010100 |
Color Harmonies of #E0DECE
Complementary color
Monochromatic Colors of #E0DECE
Black with #E0DECE
Text Example
Text Example
White with #E0DECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DECE; }
p { color: rgb(224,222,206); }
H1.HeaderClassName
{
color: #E0DECE;
}
.AnyTagClassName
{
color: #E0DECE;
}
</style>
background-color css
<style>
a { background-color: #E0DECE; }
a { background-color: rgb(224,222,206); }
div.DivClassName
{
background-color: #E0DECE;
}
.BgClassName
{
background-color: #E0DECE;
}
</style>
border-color css
<style>
span { border-color: #E0DECE; }
span { border-color: rgb(224,222,206); }
td.TdClassName
{
border-color: #E0DECE;
}
.TagClassName
{
border-color: #E0DECE;
}
</style>