Shades of Green White #E1DFD0
Tints of Green White #E1DFD0
RGB
CMYK
RGB Variations
Color information
#E1DFD0 (or 0xE1DFD0) is known color: Green White. HEX triplet: E1, DF and D0. RGB value is (225,223,208). Sum of RGB (Red+Green+Blue) = 225+223+208=656 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.30% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 208 (81.64% from 255 or 31.71% from 656); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DFD0 is #1E202F. Grayscale: #DDDDDD. Windows color (decimal): -1974320 or 13688801. OLE color: 13688801.
HSL color Cylindrical-coordinate representation of color #E1DFD0: hue angle of 52.94º 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 #E1DFD0 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 208 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.12 |
| HSL | 52.94º | 0.22% | 0.85% | - |
| HSV(B) | 52.94º | 0.08% | 0.88% | - |
| XYZ | 68.82 | 73.34 | 70.2 | - |
| YUV | 221.89 | 120.16 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 208 | 0 | 0.01 | 0.08 | 0.12 | 52.94 | 0.22 | 0.85 |
| Hex | E1 | DF | D0 | 0 | 1 | 8 | C | 35 | 16 | 55 |
| Octal | 341 | 337 | 320 | 0 | 1 | 10 | 14 | 65 | 26 | 125 |
| Binary | 11100001 | 11011111 | 11010000 | 0 | 1 | 1000 | 1100 | 110101 | 10110 | 1010101 |
Color Harmonies of #E1DFD0
Complementary color
Monochromatic Colors of #E1DFD0
Black with #E1DFD0
Text Example
Text Example
White with #E1DFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DFD0; }
p { color: rgb(225,223,208); }
H1.HeaderClassName
{
color: #E1DFD0;
}
.AnyTagClassName
{
color: #E1DFD0;
}
</style>
background-color css
<style>
a { background-color: #E1DFD0; }
a { background-color: rgb(225,223,208); }
div.DivClassName
{
background-color: #E1DFD0;
}
.BgClassName
{
background-color: #E1DFD0;
}
</style>
border-color css
<style>
span { border-color: #E1DFD0; }
span { border-color: rgb(225,223,208); }
td.TdClassName
{
border-color: #E1DFD0;
}
.TagClassName
{
border-color: #E1DFD0;
}
</style>