#EEDFD4

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

Shades of Spring Wood #EEDFD4

Tints of Spring Wood #EEDFD4

Color information

#EEDFD4 (or 0xEEDFD4) is unknown color: approx Spring Wood. HEX triplet: EE, DF and D4. RGB value is (238,223,212). Sum of RGB (Red+Green+Blue) = 238+223+212=673 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.36% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 212 (83.20% from 255 or 31.50% from 673); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFD4 is #11202B. Grayscale: #E2E2E2. Windows color (decimal): -1122348 or 13950958. OLE color: 13950958.

HSL color Cylindrical-coordinate representation of color #EEDFD4: hue angle of 25.38º degrees, saturation: 0.43, 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 #EEDFD4 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB238223212-
CMYK00.060.110.07
HSL25.38º43.33%88.24%-
HSV(B)25.38º10.92%93.33%-
XYZ73.5375.7173.02-
YUV226.23119.97136.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.36%
GREEN value IS 223 (87.5% from 255) = 33.14%
BLUE value IS 212 (83.20% from 255) = 31.50%
R=35.36%
G=33.14%
B=31.50%

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
Decimal23822321200.060.110.0725.3843.3388.24
HexEEDFD406B7192b58
Octal356337324061373153130
Binary11101110110111111101010001101011111110011010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFD4; }

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

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

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

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

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

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

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

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