Shades of Wheatfield #DED6BC
Tints of Wheatfield #DED6BC
RGB
CMYK
RGB Variations
Color information
#DED6BC (or 0xDED6BC) is known color: Wheatfield. HEX triplet: DE, D6 and BC. RGB value is (222,214,188). Sum of RGB (Red+Green+Blue) = 222+214+188=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 214 (83.98% from 255 or 34.29% from 624); Blue value is 188 (73.83% from 255 or 30.13% from 624); Max value from RGB is 222 - color contains mainly: red. Hex color #DED6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED6BC is #212943. Grayscale: #D5D5D5. Windows color (decimal): -2173252 or 12375774. OLE color: 12375774.
HSL color Cylindrical-coordinate representation of color #DED6BC: hue angle of 45.88º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DED6BC is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 214 | 188 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.13 |
| HSL | 45.88º | 0.34% | 0.8% | - |
| HSV(B) | 45.88º | 0.15% | 0.87% | - |
| XYZ | 63.25 | 67.25 | 57.22 | - |
| YUV | 213.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 188 | 0 | 0.04 | 0.15 | 0.13 | 45.88 | 0.34 | 0.8 |
| Hex | DE | D6 | BC | 0 | 4 | F | D | 2E | 22 | 50 |
| Octal | 336 | 326 | 274 | 0 | 4 | 17 | 15 | 56 | 42 | 120 |
| Binary | 11011110 | 11010110 | 10111100 | 0 | 100 | 1111 | 1101 | 101110 | 100010 | 1010000 |
Color Harmonies of #DED6BC
Complementary color
Monochromatic Colors of #DED6BC
Black with #DED6BC
Text Example
Text Example
White with #DED6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED6BC; }
p { color: rgb(222,214,188); }
H1.HeaderClassName
{
color: #DED6BC;
}
.AnyTagClassName
{
color: #DED6BC;
}
</style>
background-color css
<style>
a { background-color: #DED6BC; }
a { background-color: rgb(222,214,188); }
div.DivClassName
{
background-color: #DED6BC;
}
.BgClassName
{
background-color: #DED6BC;
}
</style>
border-color css
<style>
span { border-color: #DED6BC; }
span { border-color: rgb(222,214,188); }
td.TdClassName
{
border-color: #DED6BC;
}
.TagClassName
{
border-color: #DED6BC;
}
</style>