#EADDD4

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

Shades of Spring Wood #EADDD4

Tints of Spring Wood #EADDD4

Color information

#EADDD4 (or 0xEADDD4) is unknown color: approx Spring Wood. HEX triplet: EA, DD and D4. RGB value is (234,221,212). Sum of RGB (Red+Green+Blue) = 234+221+212=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 212 (83.20% from 255 or 31.78% from 667); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDD4 is #15222B. Grayscale: #DFDFDF. Windows color (decimal): -1385004 or 13950442. OLE color: 13950442.

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

Color convert

RGB234221212-
CMYK00.060.090.08
HSL24.55º34.38%87.45%-
HSV(B)24.55º9.4%91.76%-
XYZ71.6773.9672.79-
YUV223.86121.31135.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.08%
GREEN value IS 221 (86.72% from 255) = 33.13%
BLUE value IS 212 (83.20% from 255) = 31.78%
R=35.08%
G=33.13%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422121200.060.090.0824.5534.3887.45
HexEADDD40698192257
Octal3523353240611103142127
Binary111010101101110111010100011010011000110011000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDD4; }

 p { color: rgb(234,221,212); }

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

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

 a { background-color: rgb(234,221,212); }

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

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

 span { border-color: rgb(234,221,212); }

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