Shades of Green White #E0DFD4
Tints of Green White #E0DFD4
RGB
CMYK
RGB Variations
Color information
#E0DFD4 (or 0xE0DFD4) is known color: Green White. HEX triplet: E0, DF and D4. RGB value is (224,223,212). Sum of RGB (Red+Green+Blue) = 224+223+212=659 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.99% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 212 (83.20% from 255 or 32.17% from 659); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DFD4 is #1F202B. Grayscale: #DEDEDE. Windows color (decimal): -2039852 or 13950944. OLE color: 13950944.
HSL color Cylindrical-coordinate representation of color #E0DFD4: hue angle of 55º degrees, saturation: 0.16, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E0DFD4 is Cyan = 0, Magento = 0.00, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 223 | 212 | - |
| CMYK | 0 | 0.00 | 0.05 | 0.12 |
| HSL | 55º | 0.16% | 0.85% | - |
| HSV(B) | 55º | 0.05% | 0.88% | - |
| XYZ | 69.01 | 73.38 | 72.81 | - |
| YUV | 222.05 | 122.33 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 223 | 212 | 0 | 0.00 | 0.05 | 0.12 | 55 | 0.16 | 0.85 |
| Hex | E0 | DF | D4 | 0 | 0 | 5 | C | 37 | 10 | 55 |
| Octal | 340 | 337 | 324 | 0 | 0 | 5 | 14 | 67 | 20 | 125 |
| Binary | 11100000 | 11011111 | 11010100 | 0 | 0 | 101 | 1100 | 110111 | 10000 | 1010101 |
Color Harmonies of #E0DFD4
Complementary color
Monochromatic Colors of #E0DFD4
Black with #E0DFD4
Text Example
Text Example
White with #E0DFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DFD4; }
p { color: rgb(224,223,212); }
H1.HeaderClassName
{
color: #E0DFD4;
}
.AnyTagClassName
{
color: #E0DFD4;
}
</style>
background-color css
<style>
a { background-color: #E0DFD4; }
a { background-color: rgb(224,223,212); }
div.DivClassName
{
background-color: #E0DFD4;
}
.BgClassName
{
background-color: #E0DFD4;
}
</style>
border-color css
<style>
span { border-color: #E0DFD4; }
span { border-color: rgb(224,223,212); }
td.TdClassName
{
border-color: #E0DFD4;
}
.TagClassName
{
border-color: #E0DFD4;
}
</style>