#E9DFD6

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

Shades of Spring Wood #E9DFD6

Tints of Spring Wood #E9DFD6

Color information

#E9DFD6 (or 0xE9DFD6) is unknown color: approx Spring Wood. HEX triplet: E9, DF and D6. RGB value is (233,223,214). Sum of RGB (Red+Green+Blue) = 233+223+214=670 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.78% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 214 (83.98% from 255 or 31.94% from 670); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DFD6 is #162029. Grayscale: #E1E1E1. Windows color (decimal): -1450026 or 14082025. OLE color: 14082025.

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

Color convert

RGB233223214-
CMYK00.040.080.09
HSL28.42º30.16%87.65%-
HSV(B)28.42º8.15%91.37%-
XYZ72.1374.9574.28-
YUV224.96121.81133.73-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.78%
GREEN value IS 223 (87.5% from 255) = 33.28%
BLUE value IS 214 (83.98% from 255) = 31.94%
R=34.78%
G=33.28%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322321400.040.080.0928.4230.1687.65
HexE9DFD604891c1e58
Octal3513373260410113436130
Binary11101001110111111101011001001000100111100111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DFD6; }

 p { color: rgb(233,223,214); }

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

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

 a { background-color: rgb(233,223,214); }

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

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

 span { border-color: rgb(233,223,214); }

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