#EEE0D6

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

Shades of Spring Wood #EEE0D6

Tints of Spring Wood #EEE0D6

Color information

#EEE0D6 (or 0xEEE0D6) is unknown color: approx Spring Wood. HEX triplet: EE, E0 and D6. RGB value is (238,224,214). Sum of RGB (Red+Green+Blue) = 238+224+214=676 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.21% from 676); Green value is 224 (87.89% from 255 or 33.14% from 676); Blue value is 214 (83.98% from 255 or 31.66% from 676); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE0D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE0D6 is #111F29. Grayscale: #E3E3E3. Windows color (decimal): -1122090 or 14082286. OLE color: 14082286.

HSL color Cylindrical-coordinate representation of color #EEE0D6: hue angle of 25º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEE0D6 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB238224214-
CMYK00.060.100.07
HSL25º41.38%88.63%-
HSV(B)25º10.08%93.33%-
XYZ74.0576.3474.45-
YUV227.05120.64135.81-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.21%
GREEN value IS 224 (87.89% from 255) = 33.14%
BLUE value IS 214 (83.98% from 255) = 31.66%
R=35.21%
G=33.14%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822421400.060.100.072541.3888.63
HexEEE0D606A7192959
Octal356340326061273151131
Binary11101110111000001101011001101010111110011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE0D6; }

 p { color: rgb(238,224,214); }

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

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

 a { background-color: rgb(238,224,214); }

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

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

 span { border-color: rgb(238,224,214); }

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