COLOR #EED8DA

HEX: #EED8DA RGB: (238,216,218)

Color info

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

RGB color model

#EED8DA color RGB value is (238,216,218).

RGB: (238,216,218) (93%, 85%, 85%)

RGB channels and saturation

R 238 of 255 = 93%
G 216 of 255 = 85%
B 218 of 255 = 85%

238
216
218

R + G + B ~ 88%. #EED8DA is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 216 + 218 = 672 (100%)
R 238 of 672 ~ 35.42%
G 216 of 672 ~ 32.14%
B 218 of 672 ~ 32.44'%

%35.42
%32.14
%32.44

CMYK color model

#EED8DA color CMYK value is (0,9,8,7).

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

CMYK: (0,9,8,7)
C0M9Y8K7 (0%, 9%, 8%, 7%)
(0.00 / 0.09 / 0.08 / 0.07)

CMYK percentages

%0
%9.24
%8.4
%6.67

Codes

Color #EED8DA in popluar color models

EE D8 DA
RGB 238 216 218
HSL 355° 39.29% 89.02%
HSB/HSV 355° 9.24% 93.33%
CMYK 0.00% 9.24% 8.40%
6.67%

Color #EED8DA in popluar number systems.

HEX EE D8 DA
Decimal 238 216 218
Binary 11101110 11011000 11011010
Octal 356 330 332

Shades and tints

Shades of #EED8DA

#EED8DA
(238,216,218)
#D9C5C7
(217,197,199)
#C4B2B4
(196,178,180)
#AF9FA1
(175,159,161)
#9A8C8E
(154,140,142)
#85797B
(133,121,123)
#706668
(112,102,104)
#5B5355
(91,83,85)
#464042
(70,64,66)
#312D2F
(49,45,47)
#1C1A1C
(28,26,28)
#000000
(0,0,0)

Tints of #EED8DA

#EED8DA
(238,216,218)
#EFDBDD
(239,219,221)
#F0DEE0
(240,222,224)
#F1E1E3
(241,225,227)
#F2E4E6
(242,228,230)
#F3E7E9
(243,231,233)
#F4EAEC
(244,234,236)
#F5EDEF
(245,237,239)
#F6F0F2
(246,240,242)
#F7F3F5
(247,243,245)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED8DA; }

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

This text font color is #EED8DA.

Background Color

.myBgColor { background-color: #EED8DA; }

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

This div background color is #EED8DA.

Border color

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

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

This div border color is #EED8DA.

Opacity

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

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

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

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

This text has shadow with #EED8DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED8DA.

Preview

Color preview on black background

This text has color #EED8DA on black background.


Color preview on white background

This text has color #EED8DA on white background.


Black color preview on #EED8DA background

This text has black color on #EED8DA background.


White color preview on #EED8DA background

This text has white color on #EED8DA background.


Related colors

Complementary color

Complementary color for #hex is #112725.


I love getcolorcode.com

Triadic colors

1 #DAEED8 and #D8DAEE with #EED8DA are triadic colors.

2 #DAD8EE and #D8EEDA with #EED8DA are triadic colors.