COLOR #EED6D8

HEX: #EED6D8 RGB: (238,214,216)

Color info

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

RGB color model

#EED6D8 color RGB value is (238,214,216).

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

RGB channels and saturation

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

238
214
216

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

Portions of RGB colors in percentages

R + G + B = 238 + 214 + 216 = 668 (100%)
R 238 of 668 ~ 35.63%
G 214 of 668 ~ 32.04%
B 216 of 668 ~ 32.34'%

%35.63
%32.04
%32.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.08%
  • yellow value is 9.24%
  • 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
%9.24
%6.67

Codes

Color #EED6D8 in popluar color models

EE D6 D8
RGB 238 214 216
HSL 355° 41.38% 88.63%
HSB/HSV 355° 10.08% 93.33%
CMYK 0.00% 10.08% 9.24%
6.67%

Color #EED6D8 in popluar number systems.

HEX EE D6 D8
Decimal 238 214 216
Binary 11101110 11010110 11011000
Octal 356 326 330

Shades and tints

Shades of #EED6D8

#EED6D8
(238,214,216)
#D9C3C5
(217,195,197)
#C4B0B2
(196,176,178)
#AF9D9F
(175,157,159)
#9A8A8C
(154,138,140)
#857779
(133,119,121)
#706466
(112,100,102)
#5B5153
(91,81,83)
#463E40
(70,62,64)
#312B2D
(49,43,45)
#1C181A
(28,24,26)
#000000
(0,0,0)

Tints of #EED6D8

#EED6D8
(238,214,216)
#EFD9DB
(239,217,219)
#F0DCDE
(240,220,222)
#F1DFE1
(241,223,225)
#F2E2E4
(242,226,228)
#F3E5E7
(243,229,231)
#F4E8EA
(244,232,234)
#F5EBED
(245,235,237)
#F6EEF0
(246,238,240)
#F7F1F3
(247,241,243)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED6D8; }

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

This text font color is #EED6D8.

Background Color

.myBgColor { background-color: #EED6D8; }

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

This div background color is #EED6D8.

Border color

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

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

This div border color is #EED6D8.

Opacity

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

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

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

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

This text has shadow with #EED6D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED6D8.

Preview

Color preview on black background

This text has color #EED6D8 on black background.


Color preview on white background

This text has color #EED6D8 on white background.


Black color preview on #EED6D8 background

This text has black color on #EED6D8 background.


White color preview on #EED6D8 background

This text has white color on #EED6D8 background.


Related colors

Complementary color

Complementary color for #hex is #112927.


I love getcolorcode.com

Triadic colors

1 #D8EED6 and #D6D8EE with #EED6D8 are triadic colors.

2 #D8D6EE and #D6EED8 with #EED6D8 are triadic colors.