COLOR #EED6D9

HEX: #EED6D9 RGB: (238,214,217)

Color info

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

RGB color model

#EED6D9 color RGB value is (238,214,217).

RGB: (238,214,217) (93%, 84%, 85%)

RGB channels and saturation

R 238 of 255 = 93%
G 214 of 255 = 84%
B 217 of 255 = 85%

238
214
217

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

Portions of RGB colors in percentages

R + G + B = 238 + 214 + 217 = 669 (100%)
R 238 of 669 ~ 35.58%
G 214 of 669 ~ 31.99%
B 217 of 669 ~ 32.44'%

%35.58
%31.99
%32.44

CMYK color model

#EED6D9 color CMYK value is (0,10,9,7).

  • cyan value is 0.00%
  • magenta value is 10.08%
  • yellow value is 8.82%
  • key color value is 6.67%

CMYK: (0,10,9,7)
C0M10Y9K7 (0%, 10%, 9%, 7%)
(0.00 / 0.10 / 0.09 / 0.07)

CMYK percentages

%0
%10.08
%8.82
%6.67

Codes

Color #EED6D9 in popluar color models

EE D6 D9
RGB 238 214 217
HSL 353° 41.38% 88.63%
HSB/HSV 353° 10.08% 93.33%
CMYK 0.00% 10.08% 8.82%
6.67%

Color #EED6D9 in popluar number systems.

HEX EE D6 D9
Decimal 238 214 217
Binary 11101110 11010110 11011001
Octal 356 326 331

Shades and tints

Shades of #EED6D9

#EED6D9
(238,214,217)
#D9C3C6
(217,195,198)
#C4B0B3
(196,176,179)
#AF9DA0
(175,157,160)
#9A8A8D
(154,138,141)
#85777A
(133,119,122)
#706467
(112,100,103)
#5B5154
(91,81,84)
#463E41
(70,62,65)
#312B2E
(49,43,46)
#1C181B
(28,24,27)
#000000
(0,0,0)

Tints of #EED6D9

#EED6D9
(238,214,217)
#EFD9DC
(239,217,220)
#F0DCDF
(240,220,223)
#F1DFE2
(241,223,226)
#F2E2E5
(242,226,229)
#F3E5E8
(243,229,232)
#F4E8EB
(244,232,235)
#F5EBEE
(245,235,238)
#F6EEF1
(246,238,241)
#F7F1F4
(247,241,244)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED6D9 color. Also use rgb(238,214,217) instead hex code.

Text Font Color

.myTextColor { color: #EED6D9; }

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

This text font color is #EED6D9.

Background Color

.myBgColor { background-color: #EED6D9; }

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

This div background color is #EED6D9.

Border color

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

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

This div border color is #EED6D9.

Opacity

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

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

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

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

This text has shadow with #EED6D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED6D9.

Preview

Color preview on black background

This text has color #EED6D9 on black background.


Color preview on white background

This text has color #EED6D9 on white background.


Black color preview on #EED6D9 background

This text has black color on #EED6D9 background.


White color preview on #EED6D9 background

This text has white color on #EED6D9 background.


Related colors

Complementary color

Complementary color for #hex is #112926.


I love getcolorcode.com

Triadic colors

1 #D9EED6 and #D6D9EE with #EED6D9 are triadic colors.

2 #D9D6EE and #D6EED9 with #EED6D9 are triadic colors.