Shades of Wheatfield #E1D8BB
Tints of Wheatfield #E1D8BB
RGB
CMYK
RGB Variations
Color information
#E1D8BB (or 0xE1D8BB) is known color: Wheatfield. HEX triplet: E1, D8 and BB. RGB value is (225,216,187). Sum of RGB (Red+Green+Blue) = 225+216+187=628 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.83% from 628); Green value is 216 (84.77% from 255 or 34.39% from 628); Blue value is 187 (73.44% from 255 or 29.78% from 628); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D8BB is #1E2744. Grayscale: #D7D7D7. Windows color (decimal): -1976133 or 12310753. OLE color: 12310753.
HSL color Cylindrical-coordinate representation of color #E1D8BB: hue angle of 45.79º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1D8BB is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 216 | 187 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.12 |
| HSL | 45.79º | 0.39% | 0.81% | - |
| HSV(B) | 45.79º | 0.17% | 0.88% | - |
| XYZ | 64.58 | 68.71 | 56.87 | - |
| YUV | 215.39 | 111.98 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 216 | 187 | 0 | 0.04 | 0.17 | 0.12 | 45.79 | 0.39 | 0.81 |
| Hex | E1 | D8 | BB | 0 | 4 | 11 | C | 2E | 27 | 51 |
| Octal | 341 | 330 | 273 | 0 | 4 | 21 | 14 | 56 | 47 | 121 |
| Binary | 11100001 | 11011000 | 10111011 | 0 | 100 | 10001 | 1100 | 101110 | 100111 | 1010001 |
Color Harmonies of #E1D8BB
Complementary color
Monochromatic Colors of #E1D8BB
Black with #E1D8BB
Text Example
Text Example
White with #E1D8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D8BB; }
p { color: rgb(225,216,187); }
H1.HeaderClassName
{
color: #E1D8BB;
}
.AnyTagClassName
{
color: #E1D8BB;
}
</style>
background-color css
<style>
a { background-color: #E1D8BB; }
a { background-color: rgb(225,216,187); }
div.DivClassName
{
background-color: #E1D8BB;
}
.BgClassName
{
background-color: #E1D8BB;
}
</style>
border-color css
<style>
span { border-color: #E1D8BB; }
span { border-color: rgb(225,216,187); }
td.TdClassName
{
border-color: #E1D8BB;
}
.TagClassName
{
border-color: #E1D8BB;
}
</style>