#EADFD5

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

Shades of Spring Wood #EADFD5

Tints of Spring Wood #EADFD5

Color information

#EADFD5 (or 0xEADFD5) is unknown color: approx Spring Wood. HEX triplet: EA, DF and D5. RGB value is (234,223,213). Sum of RGB (Red+Green+Blue) = 234+223+213=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 213 (83.59% from 255 or 31.79% from 670); Max value from RGB is 234 - color contains mainly: red. Hex color #EADFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADFD5 is #15202A. Grayscale: #E1E1E1. Windows color (decimal): -1384491 or 14016490. OLE color: 14016490.

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

Color convert

RGB234223213-
CMYK00.050.090.08
HSL28.57º33.33%87.65%-
HSV(B)28.57º8.97%91.76%-
XYZ72.3375.0773.63-
YUV225.15121.14134.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.93%
GREEN value IS 223 (87.5% from 255) = 33.28%
BLUE value IS 213 (83.59% from 255) = 31.79%
R=34.93%
G=33.28%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422321300.050.090.0828.5733.3387.65
HexEADFD505981d2158
Octal3523373250511103541130
Binary111010101101111111010101010110011000111011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADFD5; }

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

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

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

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

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

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

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

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