COLOR #EEDCDA

HEX: #EEDCDA
RGB: (238,220,218)

Color info

#EEDCDA contains red, green and blue colors in about the same proportion. Web safe color of #EEDCDA is #FFCCCC (or #FCC).

RGB color model

#EEDCDA color RGB value is (238,220,218).

  • red value is 238;
  • green value is 220;
  • blue value is 218.
RGB:
(238,220,218)
(93%,86%,85%)

RGB channels and saturation

R 238 of 255 = 93%
G 220 of 255 = 86%
B 218 of 255 = 85%

238
220
218

R + G + B ~ 88%. #EEDCDA is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 220 + 218 = 676 (100%)
R 238 of 676 ~ 35.21%
G 220 of 676 ~ 32.54%
B 218 of 676 ~ 32.25%

%35.21
%32.54
%32.25

CMYK color model

#EEDCDA color CMYK value is (0,8,8,7).

  • cyan value is 0.00%
  • magenta value is 7.56%
  • yellow value is 8.40%
  • key color value is 6.67%
CMYK:
(0,8,8,7)
C0M8Y8K7 
(0%,8%,8%,7%)
(0.00/0.08/0.08/0.07)	

CMYK percentages

%0
%7.56
%8.4
%6.67

Codes

Color #EEDCDA in popluar color models

EEDCDA
RGB238220218
HSL37.04%89.41%
HSB/HSV8.40%93.33%
CMYK0.00%7.56%8.40%
6.67%

Color #EEDCDA in popluar number systems.

HEXEEDCDA
Decimal238220218
Binary111011101101110011011010
Octal356334332

Shades and tints

Shades of #EEDCDA

#EEDCDA
(238,220,218)
#D9C8C7
(217,200,199)
#C4B4B4
(196,180,180)
#AFA0A1
(175,160,161)
#9A8C8E
(154,140,142)
#85787B
(133,120,123)
#706468
(112,100,104)
#5B5055
(91,80,85)
#463C42
(70,60,66)
#31282F
(49,40,47)
#1C141C
(28,20,28)
#000000
(0,0,0)

Tints of #EEDCDA

#EEDCDA
(238,220,218)
#EFDFDD
(239,223,221)
#F0E2E0
(240,226,224)
#F1E5E3
(241,229,227)
#F2E8E6
(242,232,230)
#F3EBE9
(243,235,233)
#F4EEEC
(244,238,236)
#F5F1EF
(245,241,239)
#F6F4F2
(246,244,242)
#F7F7F5
(247,247,245)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEDCDA color. Also use rgb(238,220,218) instead hex code.

Text Font Color

.myTextColor { color: #EEDCDA; }

<p style="color:#EEDCDA">This sample text font color is #EEDCDA.</p>

This text font color is #EEDCDA.


Background Color

.myBgColor { background-color: #EEDCDA; }

<div style="background-color:#EEDCDA">Inner text</div>

This div background color is #EEDCDA.


Border color

.myBorderColor { border: 1px solid #EEDCDA; }

<div style="border:3px solid #EEDCDA">Div</div>

This div border color is #EEDCDA.


Opacity

.myOpacity80 { color: #EEDCDA; opacity: 0.8; }

<p style="color:#EEDCDA;opacity:0.8;">80%</p>

Text with #EEDCDA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EEDCDA;}

<p style="text-shadow: 3px 3px 1px #EEDCDA">Text here.</p>

This text has shadow with #EEDCDA color.

.textShadow {text-shadow: 3px 3px 1px #EEDCDA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EEDCDA, 5px 5px 20px red">Text here.</p>

This text has shadow with #EEDCDA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEDCDA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EEDCDA, Direction=45, Strength=4)">Text</p>

This text has shadow with #EEDCDA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EEDCDA;
  -webkit-box-shadow:	1px 1px 3px 2px #EEDCDA;
  box-shadow:		1px 1px 3px 2px #EEDCDA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEDCDA;
-webkit-box-shadow: 1px 1px 3px 2px #EEDCDA;
box-shadow:1px 1px 3px 2px #EEDCDA;">
Div content here</div>
This div box has shadow with color #EEDCDA.

Preview

Color preview on black background

This text has color #EEDCDA on black background.


Color preview on white background

This text has color #EEDCDA on white background.



Black color preview on #EEDCDA background

This text has black color on #EEDCDA background.


White color preview on #EEDCDA background

This text has white color on #EEDCDA background.