#DED8C2

Color #DED8C2 Wheatfield (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wheatfield #DED8C2

Tints of Wheatfield #DED8C2

Color information

#DED8C2 (or 0xDED8C2) is unknown color: approx Wheatfield. HEX triplet: DE, D8 and C2. RGB value is (222,216,194). Sum of RGB (Red+Green+Blue) = 222+216+194=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 216 (84.77% from 255 or 34.18% from 632); Blue value is 194 (76.17% from 255 or 30.70% from 632); Max value from RGB is 222 - color contains mainly: red. Hex color #DED8C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED8C2 is #21273D. Grayscale: #D7D7D7. Windows color (decimal): -2172734 or 12769502. OLE color: 12769502.

HSL color Cylindrical-coordinate representation of color #DED8C2: hue angle of 47.14º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DED8C2 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB222216194-
CMYK00.030.130.13
HSL47.14º29.79%81.57%-
HSV(B)47.14º12.61%87.06%-
XYZ64.4268.5460.87-
YUV215.29115.99132.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 35.13%
GREEN value IS 216 (84.77% from 255) = 34.18%
BLUE value IS 194 (76.17% from 255) = 30.70%
R=35.13%
G=34.18%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221619400.030.130.1347.1429.7981.57
HexDED8C203DD2f1e52
Octal3363303020315155736122
Binary11011110110110001100001001111011101101111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED8C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED8C2; }

 p { color: rgb(222,216,194); }

 H1.HeaderClassName
 {
   color: #DED8C2;
 }
 .AnyTagClassName
 {
   color: #DED8C2;
 }
</style>
background-color css

<style>
 a { background-color: #DED8C2; }

 a { background-color: rgb(222,216,194); }

 div.DivClassName
 {
   background-color: #DED8C2;
 }
 .BgClassName
 {
   background-color: #DED8C2;
 }
</style>
border-color css

<style>
 span { border-color: #DED8C2; }

 span { border-color: rgb(222,216,194); }

 td.TdClassName
 {
   border-color: #DED8C2;
 }
 .TagClassName
 {
   border-color: #DED8C2;
 }
</style>