COLOR #EED5E4

HEX: #EED5E4 RGB: (238,213,228)

Color info

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

RGB color model

#EED5E4 color RGB value is (238,213,228).

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

RGB channels and saturation

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

238
213
228

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

Portions of RGB colors in percentages

R + G + B = 238 + 213 + 228 = 679 (100%)
R 238 of 679 ~ 35.05%
G 213 of 679 ~ 31.37%
B 228 of 679 ~ 33.58'%

%35.05
%31.37
%33.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.50%
  • yellow value is 4.20%
  • 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
%4.2
%6.67

Codes

Color #EED5E4 in popluar color models

EE D5 E4
RGB 238 213 228
HSL 324° 42.37% 88.43%
HSB/HSV 324° 10.50% 93.33%
CMYK 0.00% 10.50% 4.20%
6.67%

Color #EED5E4 in popluar number systems.

HEX EE D5 E4
Decimal 238 213 228
Binary 11101110 11010101 11100100
Octal 356 325 344

Shades and tints

Shades of #EED5E4

#EED5E4
(238,213,228)
#D9C2D0
(217,194,208)
#C4AFBC
(196,175,188)
#AF9CA8
(175,156,168)
#9A8994
(154,137,148)
#857680
(133,118,128)
#70636C
(112,99,108)
#5B5058
(91,80,88)
#463D44
(70,61,68)
#312A30
(49,42,48)
#1C171C
(28,23,28)
#000000
(0,0,0)

Tints of #EED5E4

#EED5E4
(238,213,228)
#EFD8E6
(239,216,230)
#F0DBE8
(240,219,232)
#F1DEEA
(241,222,234)
#F2E1EC
(242,225,236)
#F3E4EE
(243,228,238)
#F4E7F0
(244,231,240)
#F5EAF2
(245,234,242)
#F6EDF4
(246,237,244)
#F7F0F6
(247,240,246)
#F8F3F8
(248,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED5E4; }

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

This text font color is #EED5E4.

Background Color

.myBgColor { background-color: #EED5E4; }

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

This div background color is #EED5E4.

Border color

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

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

This div border color is #EED5E4.

Opacity

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

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

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

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

This text has shadow with #EED5E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED5E4.

Preview

Color preview on black background

This text has color #EED5E4 on black background.


Color preview on white background

This text has color #EED5E4 on white background.


Black color preview on #EED5E4 background

This text has black color on #EED5E4 background.


White color preview on #EED5E4 background

This text has white color on #EED5E4 background.


Related colors

Complementary color

Complementary color for #hex is #112A1B.


I love getcolorcode.com

Triadic colors

1 #E4EED5 and #D5E4EE with #EED5E4 are triadic colors.

2 #E4D5EE and #D5EEE4 with #EED5E4 are triadic colors.