#DED8BF

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

Shades of Wheatfield #DED8BF

Tints of Wheatfield #DED8BF

Color information

#DED8BF (or 0xDED8BF) is unknown color: approx Wheatfield. HEX triplet: DE, D8 and BF. RGB value is (222,216,191). Sum of RGB (Red+Green+Blue) = 222+216+191=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 216 (84.77% from 255 or 34.34% from 629); Blue value is 191 (75% from 255 or 30.37% from 629); Max value from RGB is 222 - color contains mainly: red. Hex color #DED8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED8BF is #212740. Grayscale: #D7D7D7. Windows color (decimal): -2172737 or 12572894. OLE color: 12572894.

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

Color convert

RGB222216191-
CMYK00.030.140.13
HSL48.39º31.96%80.98%-
HSV(B)48.39º13.96%87.06%-
XYZ64.0868.459.12-
YUV214.94114.49133.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.29%
GREEN value IS 216 (84.77% from 255) = 34.34%
BLUE value IS 191 (75% from 255) = 30.37%
R=35.29%
G=34.34%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221619100.030.140.1348.3931.9680.98
HexDED8BF03ED302051
Octal3363302770316156040121
Binary110111101101100010111111011111011011100001000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED8BF; }

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

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

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

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

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

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

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

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