#EEDFD3

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

Shades of Spring Wood #EEDFD3

Tints of Spring Wood #EEDFD3

Color information

#EEDFD3 (or 0xEEDFD3) is unknown color: approx Spring Wood. HEX triplet: EE, DF and D3. RGB value is (238,223,211). Sum of RGB (Red+Green+Blue) = 238+223+211=672 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.42% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 211 (82.81% from 255 or 31.40% from 672); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFD3 is #11202C. Grayscale: #E2E2E2. Windows color (decimal): -1122349 or 13885422. OLE color: 13885422.

HSL color Cylindrical-coordinate representation of color #EEDFD3: hue angle of 26.67º degrees, saturation: 0.44, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EEDFD3 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB238223211-
CMYK00.060.110.07
HSL26.67º44.26%88.04%-
HSV(B)26.67º11.34%93.33%-
XYZ73.4175.6672.36-
YUV226.12119.47136.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.42%
GREEN value IS 223 (87.5% from 255) = 33.18%
BLUE value IS 211 (82.81% from 255) = 31.40%
R=35.42%
G=33.18%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822321100.060.110.0726.6744.2688.04
HexEEDFD306B71b2c58
Octal356337323061373354130
Binary11101110110111111101001101101011111110111011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFD3; }

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

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

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

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

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

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

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

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