Shades of Wheatfield #DED6BD
Tints of Wheatfield #DED6BD
RGB
CMYK
RGB Variations
Color information
#DED6BD (or 0xDED6BD) is known color: Wheatfield. HEX triplet: DE, D6 and BD. RGB value is (222,214,189). Sum of RGB (Red+Green+Blue) = 222+214+189=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 222 - color contains mainly: red. Hex color #DED6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED6BD is #212942. Grayscale: #D5D5D5. Windows color (decimal): -2173251 or 12441310. OLE color: 12441310.
HSL color Cylindrical-coordinate representation of color #DED6BD: hue angle of 45.45º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DED6BD is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 214 | 189 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.13 |
| HSL | 45.45º | 0.33% | 0.81% | - |
| HSV(B) | 45.45º | 0.15% | 0.87% | - |
| XYZ | 63.36 | 67.3 | 57.79 | - |
| YUV | 213.54 | 114.15 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 189 | 0 | 0.04 | 0.15 | 0.13 | 45.45 | 0.33 | 0.81 |
| Hex | DE | D6 | BD | 0 | 4 | F | D | 2D | 21 | 51 |
| Octal | 336 | 326 | 275 | 0 | 4 | 17 | 15 | 55 | 41 | 121 |
| Binary | 11011110 | 11010110 | 10111101 | 0 | 100 | 1111 | 1101 | 101101 | 100001 | 1010001 |
Color Harmonies of #DED6BD
Complementary color
Monochromatic Colors of #DED6BD
Black with #DED6BD
Text Example
Text Example
White with #DED6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED6BD; }
p { color: rgb(222,214,189); }
H1.HeaderClassName
{
color: #DED6BD;
}
.AnyTagClassName
{
color: #DED6BD;
}
</style>
background-color css
<style>
a { background-color: #DED6BD; }
a { background-color: rgb(222,214,189); }
div.DivClassName
{
background-color: #DED6BD;
}
.BgClassName
{
background-color: #DED6BD;
}
</style>
border-color css
<style>
span { border-color: #DED6BD; }
span { border-color: rgb(222,214,189); }
td.TdClassName
{
border-color: #DED6BD;
}
.TagClassName
{
border-color: #DED6BD;
}
</style>