COLOR #EED9E1

HEX: #EED9E1
RGB: (238,217,225)

Color info

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

RGB color model

#EED9E1 color RGB value is (238,217,225).

  • red value is 238;
  • green value is 217;
  • blue value is 225.
RGB:
(238,217,225)
(93%,85%,88%)

RGB channels and saturation

R 238 of 255 = 93%
G 217 of 255 = 85%
B 225 of 255 = 88%

238
217
225

R + G + B ~ 89%. #EED9E1 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 217 + 225 = 680 (100%)
R 238 of 680 ~ 35%
G 217 of 680 ~ 31.91%
B 225 of 680 ~ 33.09%

%35
%31.91
%33.09

CMYK color model

#EED9E1 color CMYK value is (0,9,5,7).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 5.46%
  • key color value is 6.67%
CMYK:
(0,9,5,7)
C0M9Y5K7 
(0%,9%,5%,7%)
(0.00/0.09/0.05/0.07)	

CMYK percentages

%0
%8.82
%5.46
%6.67

Codes

Color #EED9E1 in popluar color models

EED9E1
RGB238217225
HSL337°38.18%89.22%
HSB/HSV337°8.82%93.33%
CMYK0.00%8.82%5.46%
6.67%

Color #EED9E1 in popluar number systems.

HEXEED9E1
Decimal238217225
Binary111011101101100111100001
Octal356331341

Shades and tints

Shades of #EED9E1

#EED9E1
(238,217,225)
#D9C6CD
(217,198,205)
#C4B3B9
(196,179,185)
#AFA0A5
(175,160,165)
#9A8D91
(154,141,145)
#857A7D
(133,122,125)
#706769
(112,103,105)
#5B5455
(91,84,85)
#464141
(70,65,65)
#312E2D
(49,46,45)
#1C1B19
(28,27,25)
#000000
(0,0,0)

Tints of #EED9E1

#EED9E1
(238,217,225)
#EFDCE3
(239,220,227)
#F0DFE5
(240,223,229)
#F1E2E7
(241,226,231)
#F2E5E9
(242,229,233)
#F3E8EB
(243,232,235)
#F4EBED
(244,235,237)
#F5EEEF
(245,238,239)
#F6F1F1
(246,241,241)
#F7F4F3
(247,244,243)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED9E1 color. Also use rgb(238,217,225) instead hex code.

Text Font Color

.myTextColor { color: #EED9E1; }

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

This text font color is #EED9E1.


Background Color

.myBgColor { background-color: #EED9E1; }

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

This div background color is #EED9E1.


Border color

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

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

This div border color is #EED9E1.


Opacity

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

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

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

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

This text has shadow with #EED9E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED9E1 on black background.


Color preview on white background

This text has color #EED9E1 on white background.



Black color preview on #EED9E1 background

This text has black color on #EED9E1 background.


White color preview on #EED9E1 background

This text has white color on #EED9E1 background.