#EDDFD2

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

Shades of Spring Wood #EDDFD2

Tints of Spring Wood #EDDFD2

Color information

#EDDFD2 (or 0xEDDFD2) is unknown color: approx Spring Wood. HEX triplet: ED, DF and D2. RGB value is (237,223,210). Sum of RGB (Red+Green+Blue) = 237+223+210=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 210 (82.42% from 255 or 31.34% from 670); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFD2 is #12202D. Grayscale: #E1E1E1. Windows color (decimal): -1187886 or 13819885. OLE color: 13819885.

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

Color convert

RGB237223210-
CMYK00.060.110.07
HSL28.89º42.86%87.65%-
HSV(B)28.89º11.39%92.94%-
XYZ72.9575.4371.69-
YUV225.7119.14136.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.37%
GREEN value IS 223 (87.5% from 255) = 33.28%
BLUE value IS 210 (82.42% from 255) = 31.34%
R=35.37%
G=33.28%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722321000.060.110.0728.8942.8687.65
HexEDDFD206B71d2b58
Octal355337322061373553130
Binary11101101110111111101001001101011111111011010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDFD2; }

 p { color: rgb(237,223,210); }

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

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

 a { background-color: rgb(237,223,210); }

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

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

 span { border-color: rgb(237,223,210); }

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