#EDE0D6

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

Shades of Spring Wood #EDE0D6

Tints of Spring Wood #EDE0D6

Color information

#EDE0D6 (or 0xEDE0D6) is unknown color: approx Spring Wood. HEX triplet: ED, E0 and D6. RGB value is (237,224,214). Sum of RGB (Red+Green+Blue) = 237+224+214=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 224 (87.89% from 255 or 33.19% from 675); Blue value is 214 (83.98% from 255 or 31.70% from 675); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE0D6 is #121F29. Grayscale: #E2E2E2. Windows color (decimal): -1187626 or 14082285. OLE color: 14082285.

HSL color Cylindrical-coordinate representation of color #EDE0D6: hue angle of 26.09º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDE0D6 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB237224214-
CMYK00.050.100.07
HSL26.09º38.98%88.43%-
HSV(B)26.09º9.7%92.94%-
XYZ73.7276.1774.44-
YUV226.75120.81135.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.11%
GREEN value IS 224 (87.89% from 255) = 33.19%
BLUE value IS 214 (83.98% from 255) = 31.70%
R=35.11%
G=33.19%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722421400.050.100.0726.0938.9888.43
HexEDE0D605A71a2758
Octal355340326051273247130
Binary11101101111000001101011001011010111110101001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE0D6; }

 p { color: rgb(237,224,214); }

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

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

 a { background-color: rgb(237,224,214); }

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

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

 span { border-color: rgb(237,224,214); }

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