COLOR #EEDDD5

HEX: #EEDDD5
RGB: (238,221,213)

Color info

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

RGB color model

#EEDDD5 color RGB value is (238,221,213).

  • red value is 238;
  • green value is 221;
  • blue value is 213.
RGB:
(238,221,213)
(93%,87%,84%)

RGB channels and saturation

R 238 of 255 = 93%
G 221 of 255 = 87%
B 213 of 255 = 84%

238
221
213

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

Portions of RGB colors in percentages

R + G + B =
238 + 221 + 213 = 672 (100%)
R 238 of 672 ~ 35.42%
G 221 of 672 ~ 32.89%
B 213 of 672 ~ 31.7%

%35.42
%32.89
%31.7

CMYK color model

#EEDDD5 color CMYK value is (0,7,11,7).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 10.50%
  • key color value is 6.67%
CMYK:
(0,7,11,7)
C0M7Y11K7 
(0%,7%,11%,7%)
(0.00/0.07/0.11/0.07)	

CMYK percentages

%0
%7.14
%10.5
%6.67

Codes

Color #EEDDD5 in popluar color models

EEDDD5
RGB238221213
HSL19°42.37%88.43%
HSB/HSV19°10.50%93.33%
CMYK0.00%7.14%10.50%
6.67%

Color #EEDDD5 in popluar number systems.

HEXEEDDD5
Decimal238221213
Binary111011101101110111010101
Octal356335325

Shades and tints

Shades of #EEDDD5

#EEDDD5
(238,221,213)
#D9C9C2
(217,201,194)
#C4B5AF
(196,181,175)
#AFA19C
(175,161,156)
#9A8D89
(154,141,137)
#857976
(133,121,118)
#706563
(112,101,99)
#5B5150
(91,81,80)
#463D3D
(70,61,61)
#31292A
(49,41,42)
#1C1517
(28,21,23)
#000000
(0,0,0)

Tints of #EEDDD5

#EEDDD5
(238,221,213)
#EFE0D8
(239,224,216)
#F0E3DB
(240,227,219)
#F1E6DE
(241,230,222)
#F2E9E1
(242,233,225)
#F3ECE4
(243,236,228)
#F4EFE7
(244,239,231)
#F5F2EA
(245,242,234)
#F6F5ED
(246,245,237)
#F7F8F0
(247,248,240)
#F8FBF3
(248,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEDDD5 color. Also use rgb(238,221,213) instead hex code.

Text Font Color

.myTextColor { color: #EEDDD5; }

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

This text font color is #EEDDD5.


Background Color

.myBgColor { background-color: #EEDDD5; }

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

This div background color is #EEDDD5.


Border color

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

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

This div border color is #EEDDD5.


Opacity

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

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

Text with #EEDDD5 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 #EEDDD5;}

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

This text has shadow with #EEDDD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDDD5 on black background.


Color preview on white background

This text has color #EEDDD5 on white background.



Black color preview on #EEDDD5 background

This text has black color on #EEDDD5 background.


White color preview on #EEDDD5 background

This text has white color on #EEDDD5 background.