Shades of Green White #E0DECA
Tints of Green White #E0DECA
RGB
CMYK
RGB Variations
Color information
#E0DECA (or 0xE0DECA) is known color: Green White. HEX triplet: E0, DE and CA. RGB value is (224,222,202). Sum of RGB (Red+Green+Blue) = 224+222+202=648 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.57% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 202 (79.30% from 255 or 31.17% from 648); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DECA is #1F2135. Grayscale: #DCDCDC. Windows color (decimal): -2040118 or 13295328. OLE color: 13295328.
HSL color Cylindrical-coordinate representation of color #E0DECA: hue angle of 54.55º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0DECA is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 222 | 202 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.12 |
| HSL | 54.55º | 0.26% | 0.84% | - |
| HSV(B) | 54.55º | 0.1% | 0.88% | - |
| XYZ | 67.52 | 72.35 | 66.28 | - |
| YUV | 220.32 | 117.66 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 202 | 0 | 0.01 | 0.10 | 0.12 | 54.55 | 0.26 | 0.84 |
| Hex | E0 | DE | CA | 0 | 1 | A | C | 37 | 1A | 54 |
| Octal | 340 | 336 | 312 | 0 | 1 | 12 | 14 | 67 | 32 | 124 |
| Binary | 11100000 | 11011110 | 11001010 | 0 | 1 | 1010 | 1100 | 110111 | 11010 | 1010100 |
Color Harmonies of #E0DECA
Complementary color
Monochromatic Colors of #E0DECA
Black with #E0DECA
Text Example
Text Example
White with #E0DECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DECA; }
p { color: rgb(224,222,202); }
H1.HeaderClassName
{
color: #E0DECA;
}
.AnyTagClassName
{
color: #E0DECA;
}
</style>
background-color css
<style>
a { background-color: #E0DECA; }
a { background-color: rgb(224,222,202); }
div.DivClassName
{
background-color: #E0DECA;
}
.BgClassName
{
background-color: #E0DECA;
}
</style>
border-color css
<style>
span { border-color: #E0DECA; }
span { border-color: rgb(224,222,202); }
td.TdClassName
{
border-color: #E0DECA;
}
.TagClassName
{
border-color: #E0DECA;
}
</style>