Shades of Green White #E0DFCF
Tints of Green White #E0DFCF
RGB
CMYK
RGB Variations
Color information
#E0DFCF (or 0xE0DFCF) is known color: Green White. HEX triplet: E0, DF and CF. RGB value is (224,223,207). Sum of RGB (Red+Green+Blue) = 224+223+207=654 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.25% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 207 (81.25% from 255 or 31.65% from 654); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DFCF is #1F2030. Grayscale: #DDDDDD. Windows color (decimal): -2039857 or 13623264. OLE color: 13623264.
HSL color Cylindrical-coordinate representation of color #E0DFCF: hue angle of 56.47º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0DFCF is Cyan = 0, Magento = 0.00, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 223 | 207 | - |
| CMYK | 0 | 0.00 | 0.08 | 0.12 |
| HSL | 56.47º | 0.22% | 0.85% | - |
| HSV(B) | 56.47º | 0.08% | 0.88% | - |
| XYZ | 68.39 | 73.13 | 69.54 | - |
| YUV | 221.48 | 119.83 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 223 | 207 | 0 | 0.00 | 0.08 | 0.12 | 56.47 | 0.22 | 0.85 |
| Hex | E0 | DF | CF | 0 | 0 | 8 | C | 38 | 16 | 55 |
| Octal | 340 | 337 | 317 | 0 | 0 | 10 | 14 | 70 | 26 | 125 |
| Binary | 11100000 | 11011111 | 11001111 | 0 | 0 | 1000 | 1100 | 111000 | 10110 | 1010101 |
Color Harmonies of #E0DFCF
Complementary color
Monochromatic Colors of #E0DFCF
Black with #E0DFCF
Text Example
Text Example
White with #E0DFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DFCF; }
p { color: rgb(224,223,207); }
H1.HeaderClassName
{
color: #E0DFCF;
}
.AnyTagClassName
{
color: #E0DFCF;
}
</style>
background-color css
<style>
a { background-color: #E0DFCF; }
a { background-color: rgb(224,223,207); }
div.DivClassName
{
background-color: #E0DFCF;
}
.BgClassName
{
background-color: #E0DFCF;
}
</style>
border-color css
<style>
span { border-color: #E0DFCF; }
span { border-color: rgb(224,223,207); }
td.TdClassName
{
border-color: #E0DFCF;
}
.TagClassName
{
border-color: #E0DFCF;
}
</style>