COLOR #EED5E5

HEX: #EED5E5 RGB: (238,213,229)

Color info

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

RGB color model

#EED5E5 color RGB value is (238,213,229).

RGB: (238,213,229) (93%, 84%, 90%)

RGB channels and saturation

R 238 of 255 = 93%
G 213 of 255 = 84%
B 229 of 255 = 90%

238
213
229

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

Portions of RGB colors in percentages

R + G + B = 238 + 213 + 229 = 680 (100%)
R 238 of 680 ~ 35%
G 213 of 680 ~ 31.32%
B 229 of 680 ~ 33.68'%

%35
%31.32
%33.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.50%
  • yellow value is 3.78%
  • key color value is 6.67%

CMYK: (0,11,4,7)
C0M11Y4K7 (0%, 11%, 4%, 7%)
(0.00 / 0.11 / 0.04 / 0.07)

CMYK percentages

%0
%10.5
%3.78
%6.67

Codes

Color #EED5E5 in popluar color models

EE D5 E5
RGB 238 213 229
HSL 322° 42.37% 88.43%
HSB/HSV 322° 10.50% 93.33%
CMYK 0.00% 10.50% 3.78%
6.67%

Color #EED5E5 in popluar number systems.

HEX EE D5 E5
Decimal 238 213 229
Binary 11101110 11010101 11100101
Octal 356 325 345

Shades and tints

Shades of #EED5E5

#EED5E5
(238,213,229)
#D9C2D1
(217,194,209)
#C4AFBD
(196,175,189)
#AF9CA9
(175,156,169)
#9A8995
(154,137,149)
#857681
(133,118,129)
#70636D
(112,99,109)
#5B5059
(91,80,89)
#463D45
(70,61,69)
#312A31
(49,42,49)
#1C171D
(28,23,29)
#000000
(0,0,0)

Tints of #EED5E5

#EED5E5
(238,213,229)
#EFD8E7
(239,216,231)
#F0DBE9
(240,219,233)
#F1DEEB
(241,222,235)
#F2E1ED
(242,225,237)
#F3E4EF
(243,228,239)
#F4E7F1
(244,231,241)
#F5EAF3
(245,234,243)
#F6EDF5
(246,237,245)
#F7F0F7
(247,240,247)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED5E5; }

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

This text font color is #EED5E5.

Background Color

.myBgColor { background-color: #EED5E5; }

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

This div background color is #EED5E5.

Border color

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

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

This div border color is #EED5E5.

Opacity

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

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

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

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

This text has shadow with #EED5E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED5E5.

Preview

Color preview on black background

This text has color #EED5E5 on black background.


Color preview on white background

This text has color #EED5E5 on white background.


Black color preview on #EED5E5 background

This text has black color on #EED5E5 background.


White color preview on #EED5E5 background

This text has white color on #EED5E5 background.


Related colors

Complementary color

Complementary color for #hex is #112A1A.


I love getcolorcode.com

Triadic colors

1 #E5EED5 and #D5E5EE with #EED5E5 are triadic colors.

2 #E5D5EE and #D5EEE5 with #EED5E5 are triadic colors.