#EEE2D5

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

Shades of Spring Wood #EEE2D5

Tints of Spring Wood #EEE2D5

Color information

#EEE2D5 (or 0xEEE2D5) is unknown color: approx Spring Wood. HEX triplet: EE, E2 and D5. RGB value is (238,226,213). Sum of RGB (Red+Green+Blue) = 238+226+213=677 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.16% from 677); Green value is 226 (88.67% from 255 or 33.38% from 677); Blue value is 213 (83.59% from 255 or 31.46% from 677); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE2D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE2D5 is #111D2A. Grayscale: #E4E4E4. Windows color (decimal): -1121579 or 14017262. OLE color: 14017262.

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

Color convert

RGB238226213-
CMYK00.050.110.07
HSL31.2º42.37%88.43%-
HSV(B)31.2º10.5%93.33%-
XYZ74.4777.3773.96-
YUV228.11119.48135.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.16%
GREEN value IS 226 (88.67% from 255) = 33.38%
BLUE value IS 213 (83.59% from 255) = 31.46%
R=35.16%
G=33.38%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822621300.050.110.0731.242.3788.43
HexEEE2D505B71f2a58
Octal356342325051373752130
Binary11101110111000101101010101011011111111111010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE2D5; }

 p { color: rgb(238,226,213); }

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

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

 a { background-color: rgb(238,226,213); }

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

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

 span { border-color: rgb(238,226,213); }

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