#EADED6

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

Shades of Spring Wood #EADED6

Tints of Spring Wood #EADED6

Color information

#EADED6 (or 0xEADED6) is unknown color: approx Spring Wood. HEX triplet: EA, DE and D6. RGB value is (234,222,214). Sum of RGB (Red+Green+Blue) = 234+222+214=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 214 (83.98% from 255 or 31.94% from 670); Max value from RGB is 234 - color contains mainly: red. Hex color #EADED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADED6 is #152129. Grayscale: #E0E0E0. Windows color (decimal): -1384746 or 14081770. OLE color: 14081770.

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

Color convert

RGB234222214-
CMYK00.050.090.08
HSL24º32.26%87.84%-
HSV(B)24º8.55%91.76%-
XYZ72.1974.5974.21-
YUV224.68121.98134.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.93%
GREEN value IS 222 (87.11% from 255) = 33.13%
BLUE value IS 214 (83.98% from 255) = 31.94%
R=34.93%
G=33.13%
B=31.94%

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
Decimal23422221400.050.090.082432.2687.84
HexEADED60598182058
Octal3523363260511103040130
Binary111010101101111011010110010110011000110001000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADED6; }

 p { color: rgb(234,222,214); }

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

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

 a { background-color: rgb(234,222,214); }

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

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

 span { border-color: rgb(234,222,214); }

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