COLOR #EED5E3

HEX: #EED5E3 RGB: (238,213,227)

Color info

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

RGB color model

#EED5E3 color RGB value is (238,213,227).

RGB: (238,213,227) (93%, 84%, 89%)

RGB channels and saturation

R 238 of 255 = 93%
G 213 of 255 = 84%
B 227 of 255 = 89%

238
213
227

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

Portions of RGB colors in percentages

R + G + B = 238 + 213 + 227 = 678 (100%)
R 238 of 678 ~ 35.1%
G 213 of 678 ~ 31.42%
B 227 of 678 ~ 33.48'%

%35.1
%31.42
%33.48

CMYK color model

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

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

CMYK: (0,11,5,7)
C0M11Y5K7 (0%, 11%, 5%, 7%)
(0.00 / 0.11 / 0.05 / 0.07)

CMYK percentages

%0
%10.5
%4.62
%6.67

Codes

Color #EED5E3 in popluar color models

EE D5 E3
RGB 238 213 227
HSL 326° 42.37% 88.43%
HSB/HSV 326° 10.50% 93.33%
CMYK 0.00% 10.50% 4.62%
6.67%

Color #EED5E3 in popluar number systems.

HEX EE D5 E3
Decimal 238 213 227
Binary 11101110 11010101 11100011
Octal 356 325 343

Shades and tints

Shades of #EED5E3

#EED5E3
(238,213,227)
#D9C2CF
(217,194,207)
#C4AFBB
(196,175,187)
#AF9CA7
(175,156,167)
#9A8993
(154,137,147)
#85767F
(133,118,127)
#70636B
(112,99,107)
#5B5057
(91,80,87)
#463D43
(70,61,67)
#312A2F
(49,42,47)
#1C171B
(28,23,27)
#000000
(0,0,0)

Tints of #EED5E3

#EED5E3
(238,213,227)
#EFD8E5
(239,216,229)
#F0DBE7
(240,219,231)
#F1DEE9
(241,222,233)
#F2E1EB
(242,225,235)
#F3E4ED
(243,228,237)
#F4E7EF
(244,231,239)
#F5EAF1
(245,234,241)
#F6EDF3
(246,237,243)
#F7F0F5
(247,240,245)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED5E3; }

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

This text font color is #EED5E3.

Background Color

.myBgColor { background-color: #EED5E3; }

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

This div background color is #EED5E3.

Border color

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

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

This div border color is #EED5E3.

Opacity

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

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

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

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

This text has shadow with #EED5E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED5E3.

Preview

Color preview on black background

This text has color #EED5E3 on black background.


Color preview on white background

This text has color #EED5E3 on white background.


Black color preview on #EED5E3 background

This text has black color on #EED5E3 background.


White color preview on #EED5E3 background

This text has white color on #EED5E3 background.


Related colors

Complementary color

Complementary color for #hex is #112A1C.


I love getcolorcode.com

Triadic colors

1 #E3EED5 and #D5E3EE with #EED5E3 are triadic colors.

2 #E3D5EE and #D5EEE3 with #EED5E3 are triadic colors.