Shades of Wheatfield #DED8C0
Tints of Wheatfield #DED8C0
RGB
CMYK
RGB Variations
Color information
#DED8C0 (or 0xDED8C0) is known color: Wheatfield. HEX triplet: DE, D8 and C0. RGB value is (222,216,192). Sum of RGB (Red+Green+Blue) = 222+216+192=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 216 (84.77% from 255 or 34.29% from 630); Blue value is 192 (75.39% from 255 or 30.48% from 630); Max value from RGB is 222 - color contains mainly: red. Hex color #DED8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED8C0 is #21273F. Grayscale: #D7D7D7. Windows color (decimal): -2172736 or 12638430. OLE color: 12638430.
HSL color Cylindrical-coordinate representation of color #DED8C0: hue angle of 48º degrees, saturation: 0.31, 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 #DED8C0 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 192 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.13 |
| HSL | 48º | 0.31% | 0.81% | - |
| HSV(B) | 48º | 0.14% | 0.87% | - |
| XYZ | 64.19 | 68.45 | 59.7 | - |
| YUV | 215.06 | 114.99 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 192 | 0 | 0.03 | 0.14 | 0.13 | 48 | 0.31 | 0.81 |
| Hex | DE | D8 | C0 | 0 | 3 | E | D | 30 | 1F | 51 |
| Octal | 336 | 330 | 300 | 0 | 3 | 16 | 15 | 60 | 37 | 121 |
| Binary | 11011110 | 11011000 | 11000000 | 0 | 11 | 1110 | 1101 | 110000 | 11111 | 1010001 |
Color Harmonies of #DED8C0
Complementary color
Monochromatic Colors of #DED8C0
Black with #DED8C0
Text Example
Text Example
White with #DED8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED8C0; }
p { color: rgb(222,216,192); }
H1.HeaderClassName
{
color: #DED8C0;
}
.AnyTagClassName
{
color: #DED8C0;
}
</style>
background-color css
<style>
a { background-color: #DED8C0; }
a { background-color: rgb(222,216,192); }
div.DivClassName
{
background-color: #DED8C0;
}
.BgClassName
{
background-color: #DED8C0;
}
</style>
border-color css
<style>
span { border-color: #DED8C0; }
span { border-color: rgb(222,216,192); }
td.TdClassName
{
border-color: #DED8C0;
}
.TagClassName
{
border-color: #DED8C0;
}
</style>