#EEDFD1

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

Shades of Spring Wood #EEDFD1

Tints of Spring Wood #EEDFD1

Color information

#EEDFD1 (or 0xEEDFD1) is unknown color: approx Spring Wood. HEX triplet: EE, DF and D1. RGB value is (238,223,209). Sum of RGB (Red+Green+Blue) = 238+223+209=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 209 (82.03% from 255 or 31.19% from 670); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFD1 is #11202E. Grayscale: #E1E1E1. Windows color (decimal): -1122351 or 13754350. OLE color: 13754350.

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

Color convert

RGB238223209-
CMYK00.060.120.07
HSL28.97º46.03%87.65%-
HSV(B)28.97º12.18%93.33%-
XYZ73.1675.5671.05-
YUV225.89118.47136.64-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.52%
GREEN value IS 223 (87.5% from 255) = 33.28%
BLUE value IS 209 (82.03% from 255) = 31.19%
R=35.52%
G=33.28%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822320900.060.120.0728.9746.0387.65
HexEEDFD106C71d2e58
Octal356337321061473556130
Binary11101110110111111101000101101100111111011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFD1; }

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

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

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

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

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

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

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

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