Shades of Wheatfield #DED5BF
Tints of Wheatfield #DED5BF
RGB
CMYK
RGB Variations
Color information
#DED5BF (or 0xDED5BF) is known color: Wheatfield. HEX triplet: DE, D5 and BF. RGB value is (222,213,191). Sum of RGB (Red+Green+Blue) = 222+213+191=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 213 (83.59% from 255 or 34.03% from 626); Blue value is 191 (75% from 255 or 30.51% from 626); Max value from RGB is 222 - color contains mainly: red. Hex color #DED5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED5BF is #212A40. Grayscale: #D5D5D5. Windows color (decimal): -2173505 or 12572126. OLE color: 12572126.
HSL color Cylindrical-coordinate representation of color #DED5BF: hue angle of 42.58º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DED5BF is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 191 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.13 |
| HSL | 42.58º | 0.32% | 0.81% | - |
| HSV(B) | 42.58º | 0.14% | 0.87% | - |
| XYZ | 63.32 | 66.88 | 58.86 | - |
| YUV | 213.18 | 115.48 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 191 | 0 | 0.04 | 0.14 | 0.13 | 42.58 | 0.32 | 0.81 |
| Hex | DE | D5 | BF | 0 | 4 | E | D | 2B | 20 | 51 |
| Octal | 336 | 325 | 277 | 0 | 4 | 16 | 15 | 53 | 40 | 121 |
| Binary | 11011110 | 11010101 | 10111111 | 0 | 100 | 1110 | 1101 | 101011 | 100000 | 1010001 |
Color Harmonies of #DED5BF
Complementary color
Monochromatic Colors of #DED5BF
Black with #DED5BF
Text Example
Text Example
White with #DED5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED5BF; }
p { color: rgb(222,213,191); }
H1.HeaderClassName
{
color: #DED5BF;
}
.AnyTagClassName
{
color: #DED5BF;
}
</style>
background-color css
<style>
a { background-color: #DED5BF; }
a { background-color: rgb(222,213,191); }
div.DivClassName
{
background-color: #DED5BF;
}
.BgClassName
{
background-color: #DED5BF;
}
</style>
border-color css
<style>
span { border-color: #DED5BF; }
span { border-color: rgb(222,213,191); }
td.TdClassName
{
border-color: #DED5BF;
}
.TagClassName
{
border-color: #DED5BF;
}
</style>