Shades of Wheatfield #E2D6BF
Tints of Wheatfield #E2D6BF
RGB
CMYK
RGB Variations
Color information
#E2D6BF (or 0xE2D6BF) is known color: Wheatfield. HEX triplet: E2, D6 and BF. RGB value is (226,214,191). Sum of RGB (Red+Green+Blue) = 226+214+191=631 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.82% from 631); Green value is 214 (83.98% from 255 or 33.91% from 631); Blue value is 191 (75% from 255 or 30.27% from 631); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D6BF is #1D2940. Grayscale: #D7D7D7. Windows color (decimal): -1911105 or 12572386. OLE color: 12572386.
HSL color Cylindrical-coordinate representation of color #E2D6BF: hue angle of 39.43º 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 #E2D6BF is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 214 | 191 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.11 |
| HSL | 39.43º | 0.38% | 0.82% | - |
| HSV(B) | 39.43º | 0.15% | 0.89% | - |
| XYZ | 64.81 | 68.02 | 59 | - |
| YUV | 214.97 | 114.48 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 214 | 191 | 0 | 0.05 | 0.15 | 0.11 | 39.43 | 0.38 | 0.82 |
| Hex | E2 | D6 | BF | 0 | 5 | F | B | 27 | 26 | 52 |
| Octal | 342 | 326 | 277 | 0 | 5 | 17 | 13 | 47 | 46 | 122 |
| Binary | 11100010 | 11010110 | 10111111 | 0 | 101 | 1111 | 1011 | 100111 | 100110 | 1010010 |
Color Harmonies of #E2D6BF
Complementary color
Monochromatic Colors of #E2D6BF
Black with #E2D6BF
Text Example
Text Example
White with #E2D6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D6BF; }
p { color: rgb(226,214,191); }
H1.HeaderClassName
{
color: #E2D6BF;
}
.AnyTagClassName
{
color: #E2D6BF;
}
</style>
background-color css
<style>
a { background-color: #E2D6BF; }
a { background-color: rgb(226,214,191); }
div.DivClassName
{
background-color: #E2D6BF;
}
.BgClassName
{
background-color: #E2D6BF;
}
</style>
border-color css
<style>
span { border-color: #E2D6BF; }
span { border-color: rgb(226,214,191); }
td.TdClassName
{
border-color: #E2D6BF;
}
.TagClassName
{
border-color: #E2D6BF;
}
</style>