COLOR #EED5D8

HEX: #EED5D8
RGB: (238,213,216)

Color info

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

RGB color model

#EED5D8 color RGB value is (238,213,216).

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

RGB channels and saturation

R 238 of 255 = 93%
G 213 of 255 = 84%
B 216 of 255 = 85%

238
213
216

R + G + B ~ 87%. #EED5D8 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 213 + 216 = 667 (100%)
R 238 of 667 ~ 35.68%
G 213 of 667 ~ 31.93%
B 216 of 667 ~ 32.38%

%35.68
%31.93
%32.38

CMYK color model

#EED5D8 color CMYK value is (0,11,9,7).

  • cyan value is 0.00%
  • magenta value is 10.50%
  • yellow value is 9.24%
  • key color value is 6.67%
CMYK:
(0,11,9,7)
C0M11Y9K7 
(0%,11%,9%,7%)
(0.00/0.11/0.09/0.07)	

CMYK percentages

%0
%10.5
%9.24
%6.67

Codes

Color #EED5D8 in popluar color models

EED5D8
RGB238213216
HSL353°42.37%88.43%
HSB/HSV353°10.50%93.33%
CMYK0.00%10.50%9.24%
6.67%

Color #EED5D8 in popluar number systems.

HEXEED5D8
Decimal238213216
Binary111011101101010111011000
Octal356325330

Shades and tints

Shades of #EED5D8

#EED5D8
(238,213,216)
#D9C2C5
(217,194,197)
#C4AFB2
(196,175,178)
#AF9C9F
(175,156,159)
#9A898C
(154,137,140)
#857679
(133,118,121)
#706366
(112,99,102)
#5B5053
(91,80,83)
#463D40
(70,61,64)
#312A2D
(49,42,45)
#1C171A
(28,23,26)
#000000
(0,0,0)

Tints of #EED5D8

#EED5D8
(238,213,216)
#EFD8DB
(239,216,219)
#F0DBDE
(240,219,222)
#F1DEE1
(241,222,225)
#F2E1E4
(242,225,228)
#F3E4E7
(243,228,231)
#F4E7EA
(244,231,234)
#F5EAED
(245,234,237)
#F6EDF0
(246,237,240)
#F7F0F3
(247,240,243)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED5D8; }

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

This text font color is #EED5D8.


Background Color

.myBgColor { background-color: #EED5D8; }

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

This div background color is #EED5D8.


Border color

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

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

This div border color is #EED5D8.


Opacity

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

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

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

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

This text has shadow with #EED5D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED5D8 on black background.


Color preview on white background

This text has color #EED5D8 on white background.



Black color preview on #EED5D8 background

This text has black color on #EED5D8 background.


White color preview on #EED5D8 background

This text has white color on #EED5D8 background.