#EDDFD5

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

Shades of Spring Wood #EDDFD5

Tints of Spring Wood #EDDFD5

Color information

#EDDFD5 (or 0xEDDFD5) is unknown color: approx Spring Wood. HEX triplet: ED, DF and D5. RGB value is (237,223,213). Sum of RGB (Red+Green+Blue) = 237+223+213=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 213 (83.59% from 255 or 31.65% from 673); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFD5 is #12202A. Grayscale: #E2E2E2. Windows color (decimal): -1187883 or 14016493. OLE color: 14016493.

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

Color convert

RGB237223213-
CMYK00.060.100.07
HSL25º40%88.24%-
HSV(B)25º10.13%92.94%-
XYZ73.3275.5873.68-
YUV226.05120.64135.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.22%
GREEN value IS 223 (87.5% from 255) = 33.14%
BLUE value IS 213 (83.59% from 255) = 31.65%
R=35.22%
G=33.14%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722321300.060.100.07254088.24
HexEDDFD506A7192858
Octal355337325061273150130
Binary11101101110111111101010101101010111110011010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDFD5; }

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

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

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

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

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

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

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

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