COLOR #EED5E7

HEX: #EED5E7
RGB: (238,213,231)

Color info

#EED5E7 contains red, green and blue colors in about the same proportion. Web safe color of #EED5E7 is #FFCCFF (or #FCF).

RGB color model

#EED5E7 color RGB value is (238,213,231).

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

RGB channels and saturation

R 238 of 255 = 93%
G 213 of 255 = 84%
B 231 of 255 = 91%

238
213
231

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

Portions of RGB colors in percentages

R + G + B =
238 + 213 + 231 = 682 (100%)
R 238 of 682 ~ 34.9%
G 213 of 682 ~ 31.23%
B 231 of 682 ~ 33.87%

%34.9
%31.23
%33.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.50%
  • yellow value is 2.94%
  • key color value is 6.67%
CMYK:
(0,11,3,7)
C0M11Y3K7 
(0%,11%,3%,7%)
(0.00/0.11/0.03/0.07)	

CMYK percentages

%0
%10.5
%2.94
%6.67

Codes

Color #EED5E7 in popluar color models

EED5E7
RGB238213231
HSL317°42.37%88.43%
HSB/HSV317°10.50%93.33%
CMYK0.00%10.50%2.94%
6.67%

Color #EED5E7 in popluar number systems.

HEXEED5E7
Decimal238213231
Binary111011101101010111100111
Octal356325347

Shades and tints

Shades of #EED5E7

#EED5E7
(238,213,231)
#D9C2D2
(217,194,210)
#C4AFBD
(196,175,189)
#AF9CA8
(175,156,168)
#9A8993
(154,137,147)
#85767E
(133,118,126)
#706369
(112,99,105)
#5B5054
(91,80,84)
#463D3F
(70,61,63)
#312A2A
(49,42,42)
#1C1715
(28,23,21)
#000000
(0,0,0)

Tints of #EED5E7

#EED5E7
(238,213,231)
#EFD8E9
(239,216,233)
#F0DBEB
(240,219,235)
#F1DEED
(241,222,237)
#F2E1EF
(242,225,239)
#F3E4F1
(243,228,241)
#F4E7F3
(244,231,243)
#F5EAF5
(245,234,245)
#F6EDF7
(246,237,247)
#F7F0F9
(247,240,249)
#F8F3FB
(248,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED5E7; }

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

This text font color is #EED5E7.


Background Color

.myBgColor { background-color: #EED5E7; }

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

This div background color is #EED5E7.


Border color

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

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

This div border color is #EED5E7.


Opacity

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

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

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

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

This text has shadow with #EED5E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED5E7 on black background.


Color preview on white background

This text has color #EED5E7 on white background.



Black color preview on #EED5E7 background

This text has black color on #EED5E7 background.


White color preview on #EED5E7 background

This text has white color on #EED5E7 background.