#EDE1D7

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

Shades of Spring Wood #EDE1D7

Tints of Spring Wood #EDE1D7

Color information

#EDE1D7 (or 0xEDE1D7) is unknown color: approx Spring Wood. HEX triplet: ED, E1 and D7. RGB value is (237,225,215). Sum of RGB (Red+Green+Blue) = 237+225+215=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 225 (88.28% from 255 or 33.23% from 677); Blue value is 215 (84.38% from 255 or 31.76% from 677); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE1D7 is #121E28. Grayscale: #E3E3E3. Windows color (decimal): -1187369 or 14148077. OLE color: 14148077.

HSL color Cylindrical-coordinate representation of color #EDE1D7: hue angle of 27.27º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDE1D7 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB237225215-
CMYK00.050.090.07
HSL27.27º37.93%88.63%-
HSV(B)27.27º9.28%92.94%-
XYZ74.1276.7675.2-
YUV227.45120.98134.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.01%
GREEN value IS 225 (88.28% from 255) = 33.23%
BLUE value IS 215 (84.38% from 255) = 31.76%
R=35.01%
G=33.23%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722521500.050.090.0727.2737.9388.63
HexEDE1D705971b2659
Octal355341327051173346131
Binary11101101111000011101011101011001111110111001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE1D7; }

 p { color: rgb(237,225,215); }

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

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

 a { background-color: rgb(237,225,215); }

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

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

 span { border-color: rgb(237,225,215); }

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