#E5DCD2

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

Shades of Spring Wood #E5DCD2

Tints of Spring Wood #E5DCD2

Color information

#E5DCD2 (or 0xE5DCD2) is unknown color: approx Spring Wood. HEX triplet: E5, DC and D2. RGB value is (229,220,210). Sum of RGB (Red+Green+Blue) = 229+220+210=659 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.75% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 210 (82.42% from 255 or 31.87% from 659); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DCD2 is #1A232D. Grayscale: #DDDDDD. Windows color (decimal): -1712942 or 13819109. OLE color: 13819109.

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

Color convert

RGB229220210-
CMYK00.040.080.10
HSL31.58º26.76%86.08%-
HSV(B)31.58º8.3%89.8%-
XYZ69.5472.571.3-
YUV221.55121.48133.31-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.75%
GREEN value IS 220 (86.33% from 255) = 33.38%
BLUE value IS 210 (82.42% from 255) = 31.87%
R=34.75%
G=33.38%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922021000.040.080.1031.5826.7686.08
HexE5DCD2048A201b56
Octal3453343220410124033126
Binary111001011101110011010010010010001010100000110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DCD2; }

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

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

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

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

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

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

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

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