Shades of Wheatfield #DED4BD
Tints of Wheatfield #DED4BD
RGB
CMYK
RGB Variations
Color information
#DED4BD (or 0xDED4BD) is known color: Wheatfield. HEX triplet: DE, D4 and BD. RGB value is (222,212,189). Sum of RGB (Red+Green+Blue) = 222+212+189=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 212 (83.20% from 255 or 34.03% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 222 - color contains mainly: red. Hex color #DED4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED4BD is #212B42. Grayscale: #D4D4D4. Windows color (decimal): -2173763 or 12440798. OLE color: 12440798.
HSL color Cylindrical-coordinate representation of color #DED4BD: hue angle of 41.82º 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 #DED4BD is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 189 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.13 |
| HSL | 41.82º | 0.33% | 0.81% | - |
| HSV(B) | 41.82º | 0.15% | 0.87% | - |
| XYZ | 62.85 | 66.29 | 57.63 | - |
| YUV | 212.37 | 114.81 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 189 | 0 | 0.05 | 0.15 | 0.13 | 41.82 | 0.33 | 0.81 |
| Hex | DE | D4 | BD | 0 | 5 | F | D | 2A | 21 | 51 |
| Octal | 336 | 324 | 275 | 0 | 5 | 17 | 15 | 52 | 41 | 121 |
| Binary | 11011110 | 11010100 | 10111101 | 0 | 101 | 1111 | 1101 | 101010 | 100001 | 1010001 |
Color Harmonies of #DED4BD
Complementary color
Monochromatic Colors of #DED4BD
Black with #DED4BD
Text Example
Text Example
White with #DED4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED4BD; }
p { color: rgb(222,212,189); }
H1.HeaderClassName
{
color: #DED4BD;
}
.AnyTagClassName
{
color: #DED4BD;
}
</style>
background-color css
<style>
a { background-color: #DED4BD; }
a { background-color: rgb(222,212,189); }
div.DivClassName
{
background-color: #DED4BD;
}
.BgClassName
{
background-color: #DED4BD;
}
</style>
border-color css
<style>
span { border-color: #DED4BD; }
span { border-color: rgb(222,212,189); }
td.TdClassName
{
border-color: #DED4BD;
}
.TagClassName
{
border-color: #DED4BD;
}
</style>