Shades of Wheatfield #DED7C3
Tints of Wheatfield #DED7C3
RGB
CMYK
RGB Variations
Color information
#DED7C3 (or 0xDED7C3) is known color: Wheatfield. HEX triplet: DE, D7 and C3. RGB value is (222,215,195). Sum of RGB (Red+Green+Blue) = 222+215+195=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 215 (84.38% from 255 or 34.02% from 632); Blue value is 195 (76.56% from 255 or 30.85% from 632); Max value from RGB is 222 - color contains mainly: red. Hex color #DED7C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED7C3 is #21283C. Grayscale: #D6D6D6. Windows color (decimal): -2172989 or 12834782. OLE color: 12834782.
HSL color Cylindrical-coordinate representation of color #DED7C3: hue angle of 44.44º degrees, saturation: 0.29, 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 #DED7C3 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 195 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.13 |
| HSL | 44.44º | 0.29% | 0.82% | - |
| HSV(B) | 44.44º | 0.12% | 0.87% | - |
| XYZ | 64.27 | 68.07 | 61.38 | - |
| YUV | 214.81 | 116.82 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 195 | 0 | 0.03 | 0.12 | 0.13 | 44.44 | 0.29 | 0.82 |
| Hex | DE | D7 | C3 | 0 | 3 | C | D | 2C | 1D | 52 |
| Octal | 336 | 327 | 303 | 0 | 3 | 14 | 15 | 54 | 35 | 122 |
| Binary | 11011110 | 11010111 | 11000011 | 0 | 11 | 1100 | 1101 | 101100 | 11101 | 1010010 |
Color Harmonies of #DED7C3
Complementary color
Monochromatic Colors of #DED7C3
Black with #DED7C3
Text Example
Text Example
White with #DED7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED7C3; }
p { color: rgb(222,215,195); }
H1.HeaderClassName
{
color: #DED7C3;
}
.AnyTagClassName
{
color: #DED7C3;
}
</style>
background-color css
<style>
a { background-color: #DED7C3; }
a { background-color: rgb(222,215,195); }
div.DivClassName
{
background-color: #DED7C3;
}
.BgClassName
{
background-color: #DED7C3;
}
</style>
border-color css
<style>
span { border-color: #DED7C3; }
span { border-color: rgb(222,215,195); }
td.TdClassName
{
border-color: #DED7C3;
}
.TagClassName
{
border-color: #DED7C3;
}
</style>