Shades of Wheatfield #DED7C4
Tints of Wheatfield #DED7C4
RGB
CMYK
RGB Variations
Color information
#DED7C4 (or 0xDED7C4) is known color: Wheatfield. HEX triplet: DE, D7 and C4. RGB value is (222,215,196). Sum of RGB (Red+Green+Blue) = 222+215+196=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 215 (84.38% from 255 or 33.97% from 633); Blue value is 196 (76.95% from 255 or 30.96% from 633); Max value from RGB is 222 - color contains mainly: red. Hex color #DED7C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED7C4 is #21283B. Grayscale: #D7D7D7. Windows color (decimal): -2172988 or 12900318. OLE color: 12900318.
HSL color Cylindrical-coordinate representation of color #DED7C4: hue angle of 43.85º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DED7C4 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 196 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.13 |
| HSL | 43.85º | 0.28% | 0.82% | - |
| HSV(B) | 43.85º | 0.12% | 0.87% | - |
| XYZ | 64.39 | 68.12 | 61.98 | - |
| YUV | 214.93 | 117.32 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 196 | 0 | 0.03 | 0.12 | 0.13 | 43.85 | 0.28 | 0.82 |
| Hex | DE | D7 | C4 | 0 | 3 | C | D | 2C | 1C | 52 |
| Octal | 336 | 327 | 304 | 0 | 3 | 14 | 15 | 54 | 34 | 122 |
| Binary | 11011110 | 11010111 | 11000100 | 0 | 11 | 1100 | 1101 | 101100 | 11100 | 1010010 |
Color Harmonies of #DED7C4
Complementary color
Monochromatic Colors of #DED7C4
Black with #DED7C4
Text Example
Text Example
White with #DED7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED7C4; }
p { color: rgb(222,215,196); }
H1.HeaderClassName
{
color: #DED7C4;
}
.AnyTagClassName
{
color: #DED7C4;
}
</style>
background-color css
<style>
a { background-color: #DED7C4; }
a { background-color: rgb(222,215,196); }
div.DivClassName
{
background-color: #DED7C4;
}
.BgClassName
{
background-color: #DED7C4;
}
</style>
border-color css
<style>
span { border-color: #DED7C4; }
span { border-color: rgb(222,215,196); }
td.TdClassName
{
border-color: #DED7C4;
}
.TagClassName
{
border-color: #DED7C4;
}
</style>