Shades of Wheatfield #DED5BC
Tints of Wheatfield #DED5BC
RGB
CMYK
RGB Variations
Color information
#DED5BC (or 0xDED5BC) is known color: Wheatfield. HEX triplet: DE, D5 and BC. RGB value is (222,213,188). Sum of RGB (Red+Green+Blue) = 222+213+188=623 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.63% from 623); Green value is 213 (83.59% from 255 or 34.19% from 623); Blue value is 188 (73.83% from 255 or 30.18% from 623); Max value from RGB is 222 - color contains mainly: red. Hex color #DED5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED5BC is #212A43. Grayscale: #D4D4D4. Windows color (decimal): -2173508 or 12375518. OLE color: 12375518.
HSL color Cylindrical-coordinate representation of color #DED5BC: hue angle of 44.12º 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 #DED5BC is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 188 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.13 |
| HSL | 44.12º | 0.34% | 0.8% | - |
| HSV(B) | 44.12º | 0.15% | 0.87% | - |
| XYZ | 63 | 66.75 | 57.14 | - |
| YUV | 212.84 | 113.98 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 188 | 0 | 0.04 | 0.15 | 0.13 | 44.12 | 0.34 | 0.8 |
| Hex | DE | D5 | BC | 0 | 4 | F | D | 2C | 22 | 50 |
| Octal | 336 | 325 | 274 | 0 | 4 | 17 | 15 | 54 | 42 | 120 |
| Binary | 11011110 | 11010101 | 10111100 | 0 | 100 | 1111 | 1101 | 101100 | 100010 | 1010000 |
Color Harmonies of #DED5BC
Complementary color
Monochromatic Colors of #DED5BC
Black with #DED5BC
Text Example
Text Example
White with #DED5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED5BC; }
p { color: rgb(222,213,188); }
H1.HeaderClassName
{
color: #DED5BC;
}
.AnyTagClassName
{
color: #DED5BC;
}
</style>
background-color css
<style>
a { background-color: #DED5BC; }
a { background-color: rgb(222,213,188); }
div.DivClassName
{
background-color: #DED5BC;
}
.BgClassName
{
background-color: #DED5BC;
}
</style>
border-color css
<style>
span { border-color: #DED5BC; }
span { border-color: rgb(222,213,188); }
td.TdClassName
{
border-color: #DED5BC;
}
.TagClassName
{
border-color: #DED5BC;
}
</style>