Shades of Green White #E2E1CD
Tints of Green White #E2E1CD
RGB
CMYK
RGB Variations
Color information
#E2E1CD (or 0xE2E1CD) is known color: Green White. HEX triplet: E2, E1 and CD. RGB value is (226,225,205). Sum of RGB (Red+Green+Blue) = 226+225+205=656 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.45% from 656); Green value is 225 (88.28% from 255 or 34.30% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E1CD is #1D1E32. Grayscale: #DFDFDF. Windows color (decimal): -1908275 or 13492706. OLE color: 13492706.
HSL color Cylindrical-coordinate representation of color #E2E1CD: hue angle of 57.14º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2E1CD is Cyan = 0, Magento = 0.00, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 205 | - |
| CMYK | 0 | 0.00 | 0.09 | 0.11 |
| HSL | 57.14º | 0.27% | 0.85% | - |
| HSV(B) | 57.14º | 0.09% | 0.89% | - |
| XYZ | 69.31 | 74.43 | 68.47 | - |
| YUV | 223.02 | 117.83 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 205 | 0 | 0.00 | 0.09 | 0.11 | 57.14 | 0.27 | 0.85 |
| Hex | E2 | E1 | CD | 0 | 0 | 9 | B | 39 | 1B | 55 |
| Octal | 342 | 341 | 315 | 0 | 0 | 11 | 13 | 71 | 33 | 125 |
| Binary | 11100010 | 11100001 | 11001101 | 0 | 0 | 1001 | 1011 | 111001 | 11011 | 1010101 |
Color Harmonies of #E2E1CD
Complementary color
Monochromatic Colors of #E2E1CD
Black with #E2E1CD
Text Example
Text Example
White with #E2E1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E1CD; }
p { color: rgb(226,225,205); }
H1.HeaderClassName
{
color: #E2E1CD;
}
.AnyTagClassName
{
color: #E2E1CD;
}
</style>
background-color css
<style>
a { background-color: #E2E1CD; }
a { background-color: rgb(226,225,205); }
div.DivClassName
{
background-color: #E2E1CD;
}
.BgClassName
{
background-color: #E2E1CD;
}
</style>
border-color css
<style>
span { border-color: #E2E1CD; }
span { border-color: rgb(226,225,205); }
td.TdClassName
{
border-color: #E2E1CD;
}
.TagClassName
{
border-color: #E2E1CD;
}
</style>