#E9DCD1

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

Shades of Spring Wood #E9DCD1

Tints of Spring Wood #E9DCD1

Color information

#E9DCD1 (or 0xE9DCD1) is unknown color: approx Spring Wood. HEX triplet: E9, DC and D1. RGB value is (233,220,209). Sum of RGB (Red+Green+Blue) = 233+220+209=662 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.20% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 209 (82.03% from 255 or 31.57% from 662); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DCD1 is #16232E. Grayscale: #DEDEDE. Windows color (decimal): -1450799 or 13753577. OLE color: 13753577.

HSL color Cylindrical-coordinate representation of color #E9DCD1: hue angle of 27.5º degrees, saturation: 0.35, 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 #E9DCD1 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB233220209-
CMYK00.060.100.09
HSL27.5º35.29%86.67%-
HSV(B)27.5º10.3%91.37%-
XYZ70.7173.1170.71-
YUV222.63120.31135.39-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.20%
GREEN value IS 220 (86.33% from 255) = 33.23%
BLUE value IS 209 (82.03% from 255) = 31.57%
R=35.20%
G=33.23%
B=31.57%

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
Decimal23322020900.060.100.0927.535.2986.67
HexE9DCD106A91c2357
Octal3513343210612113443127
Binary111010011101110011010001011010101001111001000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DCD1; }

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

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

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

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

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

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

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

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