Shades of Green White #E2E0CB
Tints of Green White #E2E0CB
RGB
CMYK
RGB Variations
Color information
#E2E0CB (or 0xE2E0CB) is known color: Green White. HEX triplet: E2, E0 and CB. RGB value is (226,224,203). Sum of RGB (Red+Green+Blue) = 226+224+203=653 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.61% from 653); Green value is 224 (87.89% from 255 or 34.30% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E0CB is #1D1F34. Grayscale: #DEDEDE. Windows color (decimal): -1908533 or 13361378. OLE color: 13361378.
HSL color Cylindrical-coordinate representation of color #E2E0CB: hue angle of 54.78º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2E0CB is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 224 | 203 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.11 |
| HSL | 54.78º | 0.28% | 0.84% | - |
| HSV(B) | 54.78º | 0.1% | 0.89% | - |
| XYZ | 68.8 | 73.79 | 67.12 | - |
| YUV | 222.2 | 117.16 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 224 | 203 | 0 | 0.01 | 0.10 | 0.11 | 54.78 | 0.28 | 0.84 |
| Hex | E2 | E0 | CB | 0 | 1 | A | B | 37 | 1C | 54 |
| Octal | 342 | 340 | 313 | 0 | 1 | 12 | 13 | 67 | 34 | 124 |
| Binary | 11100010 | 11100000 | 11001011 | 0 | 1 | 1010 | 1011 | 110111 | 11100 | 1010100 |
Color Harmonies of #E2E0CB
Complementary color
Monochromatic Colors of #E2E0CB
Black with #E2E0CB
Text Example
Text Example
White with #E2E0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E0CB; }
p { color: rgb(226,224,203); }
H1.HeaderClassName
{
color: #E2E0CB;
}
.AnyTagClassName
{
color: #E2E0CB;
}
</style>
background-color css
<style>
a { background-color: #E2E0CB; }
a { background-color: rgb(226,224,203); }
div.DivClassName
{
background-color: #E2E0CB;
}
.BgClassName
{
background-color: #E2E0CB;
}
</style>
border-color css
<style>
span { border-color: #E2E0CB; }
span { border-color: rgb(226,224,203); }
td.TdClassName
{
border-color: #E2E0CB;
}
.TagClassName
{
border-color: #E2E0CB;
}
</style>