#EDDED0

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

Shades of Spring Wood #EDDED0

Tints of Spring Wood #EDDED0

Color information

#EDDED0 (or 0xEDDED0) is unknown color: approx Spring Wood. HEX triplet: ED, DE and D0. RGB value is (237,222,208). Sum of RGB (Red+Green+Blue) = 237+222+208=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 208 (81.64% from 255 or 31.18% from 667); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDED0 is #12212F. Grayscale: #E0E0E0. Windows color (decimal): -1188144 or 13688557. OLE color: 13688557.

HSL color Cylindrical-coordinate representation of color #EDDED0: hue angle of 28.97º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDDED0 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB237222208-
CMYK00.060.120.07
HSL28.97º44.62%87.25%-
HSV(B)28.97º12.24%92.94%-
XYZ72.4374.870.3-
YUV224.89118.47136.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.53%
GREEN value IS 222 (87.11% from 255) = 33.28%
BLUE value IS 208 (81.64% from 255) = 31.18%
R=35.53%
G=33.28%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722220800.060.120.0728.9744.6287.25
HexEDDED006C71d2d57
Octal355336320061473555127
Binary11101101110111101101000001101100111111011011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDED0; }

 p { color: rgb(237,222,208); }

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

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

 a { background-color: rgb(237,222,208); }

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

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

 span { border-color: rgb(237,222,208); }

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