COLOR #EED5DA

HEX: #EED5DA RGB: (238,213,218)

Color info

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

RGB color model

#EED5DA color RGB value is (238,213,218).

RGB: (238,213,218) (93%, 84%, 85%)

RGB channels and saturation

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

238
213
218

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

Portions of RGB colors in percentages

R + G + B = 238 + 213 + 218 = 669 (100%)
R 238 of 669 ~ 35.58%
G 213 of 669 ~ 31.84%
B 218 of 669 ~ 32.59'%

%35.58
%31.84
%32.59

CMYK color model

#EED5DA color CMYK value is (0,11,8,7).

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

CMYK: (0,11,8,7)
C0M11Y8K7 (0%, 11%, 8%, 7%)
(0.00 / 0.11 / 0.08 / 0.07)

CMYK percentages

%0
%10.5
%8.4
%6.67

Codes

Color #EED5DA in popluar color models

EE D5 DA
RGB 238 213 218
HSL 348° 42.37% 88.43%
HSB/HSV 348° 10.50% 93.33%
CMYK 0.00% 10.50% 8.40%
6.67%

Color #EED5DA in popluar number systems.

HEX EE D5 DA
Decimal 238 213 218
Binary 11101110 11010101 11011010
Octal 356 325 332

Shades and tints

Shades of #EED5DA

#EED5DA
(238,213,218)
#D9C2C7
(217,194,199)
#C4AFB4
(196,175,180)
#AF9CA1
(175,156,161)
#9A898E
(154,137,142)
#85767B
(133,118,123)
#706368
(112,99,104)
#5B5055
(91,80,85)
#463D42
(70,61,66)
#312A2F
(49,42,47)
#1C171C
(28,23,28)
#000000
(0,0,0)

Tints of #EED5DA

#EED5DA
(238,213,218)
#EFD8DD
(239,216,221)
#F0DBE0
(240,219,224)
#F1DEE3
(241,222,227)
#F2E1E6
(242,225,230)
#F3E4E9
(243,228,233)
#F4E7EC
(244,231,236)
#F5EAEF
(245,234,239)
#F6EDF2
(246,237,242)
#F7F0F5
(247,240,245)
#F8F3F8
(248,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED5DA; }

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

This text font color is #EED5DA.

Background Color

.myBgColor { background-color: #EED5DA; }

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

This div background color is #EED5DA.

Border color

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

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

This div border color is #EED5DA.

Opacity

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

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

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

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

This text has shadow with #EED5DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED5DA.

Preview

Color preview on black background

This text has color #EED5DA on black background.


Color preview on white background

This text has color #EED5DA on white background.


Black color preview on #EED5DA background

This text has black color on #EED5DA background.


White color preview on #EED5DA background

This text has white color on #EED5DA background.


Related colors

Complementary color

Complementary color for #hex is #112A25.


I love getcolorcode.com

Triadic colors

1 #DAEED5 and #D5DAEE with #EED5DA are triadic colors.

2 #DAD5EE and #D5EEDA with #EED5DA are triadic colors.