#EADFD7

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

Shades of Spring Wood #EADFD7

Tints of Spring Wood #EADFD7

Color information

#EADFD7 (or 0xEADFD7) is unknown color: approx Spring Wood. HEX triplet: EA, DF and D7. RGB value is (234,223,215). Sum of RGB (Red+Green+Blue) = 234+223+215=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 215 (84.38% from 255 or 31.99% from 672); Max value from RGB is 234 - color contains mainly: red. Hex color #EADFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADFD7 is #152028. Grayscale: #E1E1E1. Windows color (decimal): -1384489 or 14147562. OLE color: 14147562.

HSL color Cylindrical-coordinate representation of color #EADFD7: hue angle of 25.26º degrees, saturation: 0.31, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EADFD7 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB234223215-
CMYK00.050.080.08
HSL25.26º31.15%88.04%-
HSV(B)25.26º8.12%91.76%-
XYZ72.5975.1774.97-
YUV225.38122.14134.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.82%
GREEN value IS 223 (87.5% from 255) = 33.18%
BLUE value IS 215 (84.38% from 255) = 31.99%
R=34.82%
G=33.18%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422321500.050.080.0825.2631.1588.04
HexEADFD70588191f58
Octal3523373270510103137130
Binary11101010110111111101011101011000100011001111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADFD7; }

 p { color: rgb(234,223,215); }

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

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

 a { background-color: rgb(234,223,215); }

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

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

 span { border-color: rgb(234,223,215); }

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