Shades of Wheatfield #E2DABF
Tints of Wheatfield #E2DABF
RGB
CMYK
RGB Variations
Color information
#E2DABF (or 0xE2DABF) is known color: Wheatfield. HEX triplet: E2, DA and BF. RGB value is (226,218,191). Sum of RGB (Red+Green+Blue) = 226+218+191=635 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.59% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 191 (75% from 255 or 30.08% from 635); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DABF is #1D2540. Grayscale: #D9D9D9. Windows color (decimal): -1910081 or 12573410. OLE color: 12573410.
HSL color Cylindrical-coordinate representation of color #E2DABF: hue angle of 46.29º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2DABF is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 218 | 191 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.11 |
| HSL | 46.29º | 0.38% | 0.82% | - |
| HSV(B) | 46.29º | 0.15% | 0.89% | - |
| XYZ | 65.84 | 70.07 | 59.35 | - |
| YUV | 217.31 | 113.15 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 218 | 191 | 0 | 0.04 | 0.15 | 0.11 | 46.29 | 0.38 | 0.82 |
| Hex | E2 | DA | BF | 0 | 4 | F | B | 2E | 26 | 52 |
| Octal | 342 | 332 | 277 | 0 | 4 | 17 | 13 | 56 | 46 | 122 |
| Binary | 11100010 | 11011010 | 10111111 | 0 | 100 | 1111 | 1011 | 101110 | 100110 | 1010010 |
Color Harmonies of #E2DABF
Complementary color
Monochromatic Colors of #E2DABF
Black with #E2DABF
Text Example
Text Example
White with #E2DABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DABF; }
p { color: rgb(226,218,191); }
H1.HeaderClassName
{
color: #E2DABF;
}
.AnyTagClassName
{
color: #E2DABF;
}
</style>
background-color css
<style>
a { background-color: #E2DABF; }
a { background-color: rgb(226,218,191); }
div.DivClassName
{
background-color: #E2DABF;
}
.BgClassName
{
background-color: #E2DABF;
}
</style>
border-color css
<style>
span { border-color: #E2DABF; }
span { border-color: rgb(226,218,191); }
td.TdClassName
{
border-color: #E2DABF;
}
.TagClassName
{
border-color: #E2DABF;
}
</style>