#EDE3D9

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

Shades of Spring Wood #EDE3D9

Tints of Spring Wood #EDE3D9

Color information

#EDE3D9 (or 0xEDE3D9) is unknown color: approx Spring Wood. HEX triplet: ED, E3 and D9. RGB value is (237,227,217). Sum of RGB (Red+Green+Blue) = 237+227+217=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 227 (89.06% from 255 or 33.33% from 681); Blue value is 217 (85.16% from 255 or 31.86% from 681); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE3D9 is #121C26. Grayscale: #E4E4E4. Windows color (decimal): -1186855 or 14279661. OLE color: 14279661.

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

Color convert

RGB237227217-
CMYK00.040.080.07
HSL30º35.71%89.02%-
HSV(B)30º8.44%92.94%-
XYZ74.9277.9576.74-
YUV228.85121.31133.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.80%
GREEN value IS 227 (89.06% from 255) = 33.33%
BLUE value IS 217 (85.16% from 255) = 31.86%
R=34.80%
G=33.33%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722721700.040.080.073035.7189.02
HexEDE3D904871e2459
Octal355343331041073644131
Binary11101101111000111101100101001000111111101001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE3D9; }

 p { color: rgb(237,227,217); }

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

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

 a { background-color: rgb(237,227,217); }

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

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

 span { border-color: rgb(237,227,217); }

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