#E8DDD2

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

Shades of Spring Wood #E8DDD2

Tints of Spring Wood #E8DDD2

Color information

#E8DDD2 (or 0xE8DDD2) is unknown color: approx Spring Wood. HEX triplet: E8, DD and D2. RGB value is (232,221,210). Sum of RGB (Red+Green+Blue) = 232+221+210=663 (87% of max value = 765). Red value is 232 (91.02% from 255 or 34.99% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 210 (82.42% from 255 or 31.67% from 663); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DDD2 is #17222D. Grayscale: #DFDFDF. Windows color (decimal): -1516078 or 13819368. OLE color: 13819368.

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

Color convert

RGB232221210-
CMYK00.050.090.09
HSL30º32.35%86.67%-
HSV(B)30º9.48%90.98%-
XYZ70.7773.5271.43-
YUV223.04120.64134.39-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.99%
GREEN value IS 221 (86.72% from 255) = 33.33%
BLUE value IS 210 (82.42% from 255) = 31.67%
R=34.99%
G=33.33%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222121000.050.090.093032.3586.67
HexE8DDD205991e2057
Octal3503353220511113640127
Binary111010001101110111010010010110011001111101000001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DDD2; }

 p { color: rgb(232,221,210); }

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

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

 a { background-color: rgb(232,221,210); }

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

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

 span { border-color: rgb(232,221,210); }

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