#E9DCD0

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

Shades of Spring Wood #E9DCD0

Tints of Spring Wood #E9DCD0

Color information

#E9DCD0 (or 0xE9DCD0) is unknown color: approx Spring Wood. HEX triplet: E9, DC and D0. RGB value is (233,220,208). Sum of RGB (Red+Green+Blue) = 233+220+208=661 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.25% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 208 (81.64% from 255 or 31.47% from 661); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DCD0 is #16232F. Grayscale: #DEDEDE. Windows color (decimal): -1450800 or 13688041. OLE color: 13688041.

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

Color convert

RGB233220208-
CMYK00.060.110.09
HSL28.8º36.23%86.47%-
HSV(B)28.8º10.73%91.37%-
XYZ70.5873.0670.06-
YUV222.52119.81135.48-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.25%
GREEN value IS 220 (86.33% from 255) = 33.28%
BLUE value IS 208 (81.64% from 255) = 31.47%
R=35.25%
G=33.28%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322020800.060.110.0928.836.2386.47
HexE9DCD006B91d2456
Octal3513343200613113544126
Binary111010011101110011010000011010111001111011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DCD0; }

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

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

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

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

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

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

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

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