#EDDFD3

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

Shades of Spring Wood #EDDFD3

Tints of Spring Wood #EDDFD3

Color information

#EDDFD3 (or 0xEDDFD3) is unknown color: approx Spring Wood. HEX triplet: ED, DF and D3. RGB value is (237,223,211). Sum of RGB (Red+Green+Blue) = 237+223+211=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 211 (82.81% from 255 or 31.45% from 671); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFD3 is #12202C. Grayscale: #E1E1E1. Windows color (decimal): -1187885 or 13885421. OLE color: 13885421.

HSL color Cylindrical-coordinate representation of color #EDDFD3: hue angle of 27.69º degrees, saturation: 0.42, 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 #EDDFD3 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB237223211-
CMYK00.060.110.07
HSL27.69º41.94%87.84%-
HSV(B)27.69º10.97%92.94%-
XYZ73.0775.4872.35-
YUV225.82119.64135.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.32%
GREEN value IS 223 (87.5% from 255) = 33.23%
BLUE value IS 211 (82.81% from 255) = 31.45%
R=35.32%
G=33.23%
B=31.45%

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
Decimal23722321100.060.110.0727.6941.9487.84
HexEDDFD306B71c2a58
Octal355337323061373452130
Binary11101101110111111101001101101011111111001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDFD3; }

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

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

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

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

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

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

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

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