COLOR #EED5E8

HEX: #EED5E8 RGB: (238,213,232)

Color info

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

RGB color model

#EED5E8 color RGB value is (238,213,232).

RGB: (238,213,232) (93%, 84%, 91%)

RGB channels and saturation

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

238
213
232

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

Portions of RGB colors in percentages

R + G + B = 238 + 213 + 232 = 683 (100%)
R 238 of 683 ~ 34.85%
G 213 of 683 ~ 31.19%
B 232 of 683 ~ 33.97'%

%34.85
%31.19
%33.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.50%
  • yellow value is 2.52%
  • 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.52
%6.67

Codes

Color #EED5E8 in popluar color models

EE D5 E8
RGB 238 213 232
HSL 314° 42.37% 88.43%
HSB/HSV 314° 10.50% 93.33%
CMYK 0.00% 10.50% 2.52%
6.67%

Color #EED5E8 in popluar number systems.

HEX EE D5 E8
Decimal 238 213 232
Binary 11101110 11010101 11101000
Octal 356 325 350

Shades and tints

Shades of #EED5E8

#EED5E8
(238,213,232)
#D9C2D3
(217,194,211)
#C4AFBE
(196,175,190)
#AF9CA9
(175,156,169)
#9A8994
(154,137,148)
#85767F
(133,118,127)
#70636A
(112,99,106)
#5B5055
(91,80,85)
#463D40
(70,61,64)
#312A2B
(49,42,43)
#1C1716
(28,23,22)
#000000
(0,0,0)

Tints of #EED5E8

#EED5E8
(238,213,232)
#EFD8EA
(239,216,234)
#F0DBEC
(240,219,236)
#F1DEEE
(241,222,238)
#F2E1F0
(242,225,240)
#F3E4F2
(243,228,242)
#F4E7F4
(244,231,244)
#F5EAF6
(245,234,246)
#F6EDF8
(246,237,248)
#F7F0FA
(247,240,250)
#F8F3FC
(248,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED5E8; }

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

This text font color is #EED5E8.

Background Color

.myBgColor { background-color: #EED5E8; }

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

This div background color is #EED5E8.

Border color

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

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

This div border color is #EED5E8.

Opacity

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

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

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

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

This text has shadow with #EED5E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED5E8.

Preview

Color preview on black background

This text has color #EED5E8 on black background.


Color preview on white background

This text has color #EED5E8 on white background.


Black color preview on #EED5E8 background

This text has black color on #EED5E8 background.


White color preview on #EED5E8 background

This text has white color on #EED5E8 background.


Related colors

Complementary color

Complementary color for #hex is #112A17.


I love getcolorcode.com

Triadic colors

1 #E8EED5 and #D5E8EE with #EED5E8 are triadic colors.

2 #E8D5EE and #D5EEE8 with #EED5E8 are triadic colors.