#EADFD8

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

Shades of Spring Wood #EADFD8

Tints of Spring Wood #EADFD8

Color information

#EADFD8 (or 0xEADFD8) is unknown color: approx Spring Wood. HEX triplet: EA, DF and D8. RGB value is (234,223,216). Sum of RGB (Red+Green+Blue) = 234+223+216=673 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.77% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 216 (84.77% from 255 or 32.10% from 673); Max value from RGB is 234 - color contains mainly: red. Hex color #EADFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADFD8 is #152027. Grayscale: #E1E1E1. Windows color (decimal): -1384488 or 14213098. OLE color: 14213098.

HSL color Cylindrical-coordinate representation of color #EADFD8: hue angle of 23.33º degrees, saturation: 0.3, 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 #EADFD8 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB234223216-
CMYK00.050.080.08
HSL23.33º30%88.24%-
HSV(B)23.33º7.69%91.76%-
XYZ72.7175.2375.65-
YUV225.49122.64134.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.77%
GREEN value IS 223 (87.5% from 255) = 33.14%
BLUE value IS 216 (84.77% from 255) = 32.10%
R=34.77%
G=33.14%
B=32.10%

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
Decimal23422321600.050.080.0823.333088.24
HexEADFD80588171e58
Octal3523373300510102736130
Binary11101010110111111101100001011000100010111111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADFD8; }

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

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

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

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

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

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

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

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