#E7DCD2

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

Shades of Spring Wood #E7DCD2

Tints of Spring Wood #E7DCD2

Color information

#E7DCD2 (or 0xE7DCD2) is unknown color: approx Spring Wood. HEX triplet: E7, DC and D2. RGB value is (231,220,210). Sum of RGB (Red+Green+Blue) = 231+220+210=661 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.95% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 210 (82.42% from 255 or 31.77% from 661); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DCD2 is #18232D. Grayscale: #DEDEDE. Windows color (decimal): -1581870 or 13819111. OLE color: 13819111.

HSL color Cylindrical-coordinate representation of color #E7DCD2: hue angle of 28.57º degrees, saturation: 0.3, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E7DCD2 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB231220210-
CMYK00.050.090.09
HSL28.57º30.43%86.47%-
HSV(B)28.57º9.09%90.59%-
XYZ70.1872.8371.33-
YUV222.15121.14134.31-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.95%
GREEN value IS 220 (86.33% from 255) = 33.28%
BLUE value IS 210 (82.42% from 255) = 31.77%
R=34.95%
G=33.28%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122021000.050.090.0928.5730.4386.47
HexE7DCD205991d1e56
Octal3473343220511113536126
Binary11100111110111001101001001011001100111101111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DCD2; }

 p { color: rgb(231,220,210); }

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

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

 a { background-color: rgb(231,220,210); }

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

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

 span { border-color: rgb(231,220,210); }

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