#E9DCD2

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

Shades of Spring Wood #E9DCD2

Tints of Spring Wood #E9DCD2

Color information

#E9DCD2 (or 0xE9DCD2) is unknown color: approx Spring Wood. HEX triplet: E9, DC and D2. RGB value is (233,220,210). Sum of RGB (Red+Green+Blue) = 233+220+210=663 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.14% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 210 (82.42% from 255 or 31.67% from 663); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DCD2 is #16232D. Grayscale: #DEDEDE. Windows color (decimal): -1450798 or 13819113. OLE color: 13819113.

HSL color Cylindrical-coordinate representation of color #E9DCD2: hue angle of 26.09º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E9DCD2 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB233220210-
CMYK00.060.100.09
HSL26.09º34.33%86.86%-
HSV(B)26.09º9.87%91.37%-
XYZ70.8373.1671.36-
YUV222.75120.81135.31-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.14%
GREEN value IS 220 (86.33% from 255) = 33.18%
BLUE value IS 210 (82.42% from 255) = 31.67%
R=35.14%
G=33.18%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322021000.060.100.0926.0934.3386.86
HexE9DCD206A91a2257
Octal3513343220612113242127
Binary111010011101110011010010011010101001110101000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DCD2; }

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

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

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

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

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

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

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

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