#EDDDD0

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

Shades of Spring Wood #EDDDD0

Tints of Spring Wood #EDDDD0

Color information

#EDDDD0 (or 0xEDDDD0) is unknown color: approx Spring Wood. HEX triplet: ED, DD and D0. RGB value is (237,221,208). Sum of RGB (Red+Green+Blue) = 237+221+208=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 208 (81.64% from 255 or 31.23% from 666); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDD0 is #12222F. Grayscale: #E0E0E0. Windows color (decimal): -1188400 or 13688301. OLE color: 13688301.

HSL color Cylindrical-coordinate representation of color #EDDDD0: hue angle of 26.9º 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 #EDDDD0 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB237221208-
CMYK00.070.120.07
HSL26.9º44.62%87.25%-
HSV(B)26.9º12.24%92.94%-
XYZ72.1774.2770.21-
YUV224.3118.8137.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.59%
GREEN value IS 221 (86.72% from 255) = 33.18%
BLUE value IS 208 (81.64% from 255) = 31.23%
R=35.59%
G=33.18%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722120800.070.120.0726.944.6287.25
HexEDDDD007C71b2d57
Octal355335320071473355127
Binary11101101110111011101000001111100111110111011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDD0; }

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

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

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

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

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

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

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

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