#E7DED4

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

Shades of Spring Wood #E7DED4

Tints of Spring Wood #E7DED4

Color information

#E7DED4 (or 0xE7DED4) is unknown color: approx Spring Wood. HEX triplet: E7, DE and D4. RGB value is (231,222,212). Sum of RGB (Red+Green+Blue) = 231+222+212=665 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.74% from 665); Green value is 222 (87.11% from 255 or 33.38% from 665); Blue value is 212 (83.20% from 255 or 31.88% from 665); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DED4 is #18212B. Grayscale: #DFDFDF. Windows color (decimal): -1581356 or 13950695. OLE color: 13950695.

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

Color convert

RGB231222212-
CMYK00.040.080.09
HSL31.58º28.36%86.86%-
HSV(B)31.58º8.23%90.59%-
XYZ70.9673.9872.83-
YUV223.55121.48133.31-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.74%
GREEN value IS 222 (87.11% from 255) = 33.38%
BLUE value IS 212 (83.20% from 255) = 31.88%
R=34.74%
G=33.38%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122221200.040.080.0931.5828.3686.86
HexE7DED40489201c57
Octal3473363240410114034127
Binary111001111101111011010100010010001001100000111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DED4; }

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

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

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

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

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

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

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

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