#DED4BE

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

Shades of Wheatfield #DED4BE

Tints of Wheatfield #DED4BE

Color information

#DED4BE (or 0xDED4BE) is unknown color: approx Wheatfield. HEX triplet: DE, D4 and BE. RGB value is (222,212,190). Sum of RGB (Red+Green+Blue) = 222+212+190=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 212 (83.20% from 255 or 33.97% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 222 - color contains mainly: red. Hex color #DED4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED4BE is #212B41. Grayscale: #D4D4D4. Windows color (decimal): -2173762 or 12506334. OLE color: 12506334.

HSL color Cylindrical-coordinate representation of color #DED4BE: hue angle of 41.25º degrees, saturation: 0.33, 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 #DED4BE is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB222212190-
CMYK00.050.140.13
HSL41.25º32.65%80.78%-
HSV(B)41.25º14.41%87.06%-
XYZ62.9666.3358.2-
YUV212.48115.31134.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.58%
GREEN value IS 212 (83.20% from 255) = 33.97%
BLUE value IS 190 (74.61% from 255) = 30.45%
R=35.58%
G=33.97%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221219000.050.140.1341.2532.6580.78
HexDED4BE05ED292151
Octal3363242760516155141121
Binary1101111011010100101111100101111011011010011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED4BE; }

 p { color: rgb(222,212,190); }

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

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

 a { background-color: rgb(222,212,190); }

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

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

 span { border-color: rgb(222,212,190); }

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