#E7DED6

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

Shades of Spring Wood #E7DED6

Tints of Spring Wood #E7DED6

Color information

#E7DED6 (or 0xE7DED6) is unknown color: approx Spring Wood. HEX triplet: E7, DE and D6. RGB value is (231,222,214). Sum of RGB (Red+Green+Blue) = 231+222+214=667 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.63% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 214 (83.98% from 255 or 32.08% from 667); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DED6 is #182129. Grayscale: #DFDFDF. Windows color (decimal): -1581354 or 14081767. OLE color: 14081767.

HSL color Cylindrical-coordinate representation of color #E7DED6: hue angle of 28.24º degrees, saturation: 0.26, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E7DED6 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB231222214-
CMYK00.040.070.09
HSL28.24º26.15%87.25%-
HSV(B)28.24º7.36%90.59%-
XYZ71.2174.0974.17-
YUV223.78122.48133.15-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.63%
GREEN value IS 222 (87.11% from 255) = 33.28%
BLUE value IS 214 (83.98% from 255) = 32.08%
R=34.63%
G=33.28%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122221400.040.070.0928.2426.1587.25
HexE7DED604791c1a57
Octal347336326047113432127
Binary1110011111011110110101100100111100111100110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DED6; }

 p { color: rgb(231,222,214); }

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

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

 a { background-color: rgb(231,222,214); }

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

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

 span { border-color: rgb(231,222,214); }

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