#EADFD3

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

Shades of Spring Wood #EADFD3

Tints of Spring Wood #EADFD3

Color information

#EADFD3 (or 0xEADFD3) is unknown color: approx Spring Wood. HEX triplet: EA, DF and D3. RGB value is (234,223,211). Sum of RGB (Red+Green+Blue) = 234+223+211=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 223 (87.5% from 255 or 33.38% from 668); Blue value is 211 (82.81% from 255 or 31.59% from 668); Max value from RGB is 234 - color contains mainly: red. Hex color #EADFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADFD3 is #15202C. Grayscale: #E0E0E0. Windows color (decimal): -1384493 or 13885418. OLE color: 13885418.

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

Color convert

RGB234223211-
CMYK00.050.100.08
HSL31.3º35.38%87.25%-
HSV(B)31.3º9.83%91.76%-
XYZ72.0874.9772.3-
YUV224.92120.14134.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.03%
GREEN value IS 223 (87.5% from 255) = 33.38%
BLUE value IS 211 (82.81% from 255) = 31.59%
R=35.03%
G=33.38%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422321100.050.100.0831.335.3887.25
HexEADFD305A81f2357
Octal3523373230512103743127
Binary111010101101111111010011010110101000111111000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADFD3; }

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

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

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

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

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

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

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

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