COLOR #EED7D8

HEX: #EED7D8 RGB: (238,215,216)

Color info

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

RGB color model

#EED7D8 color RGB value is (238,215,216).

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

RGB channels and saturation

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

238
215
216

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

Portions of RGB colors in percentages

R + G + B = 238 + 215 + 216 = 669 (100%)
R 238 of 669 ~ 35.58%
G 215 of 669 ~ 32.14%
B 216 of 669 ~ 32.29'%

%35.58
%32.14
%32.29

CMYK color model

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

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

Codes

Color #EED7D8 in popluar color models

EE D7 D8
RGB 238 215 216
HSL 357° 40.35% 88.82%
HSB/HSV 357° 9.66% 93.33%
CMYK 0.00% 9.66% 9.24%
6.67%

Color #EED7D8 in popluar number systems.

HEX EE D7 D8
Decimal 238 215 216
Binary 11101110 11010111 11011000
Octal 356 327 330

Shades and tints

Shades of #EED7D8

#EED7D8
(238,215,216)
#D9C4C5
(217,196,197)
#C4B1B2
(196,177,178)
#AF9E9F
(175,158,159)
#9A8B8C
(154,139,140)
#857879
(133,120,121)
#706566
(112,101,102)
#5B5253
(91,82,83)
#463F40
(70,63,64)
#312C2D
(49,44,45)
#1C191A
(28,25,26)
#000000
(0,0,0)

Tints of #EED7D8

#EED7D8
(238,215,216)
#EFDADB
(239,218,219)
#F0DDDE
(240,221,222)
#F1E0E1
(241,224,225)
#F2E3E4
(242,227,228)
#F3E6E7
(243,230,231)
#F4E9EA
(244,233,234)
#F5ECED
(245,236,237)
#F6EFF0
(246,239,240)
#F7F2F3
(247,242,243)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED7D8; }

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

This text font color is #EED7D8.

Background Color

.myBgColor { background-color: #EED7D8; }

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

This div background color is #EED7D8.

Border color

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

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

This div border color is #EED7D8.

Opacity

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

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

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

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

This text has shadow with #EED7D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED7D8.

Preview

Color preview on black background

This text has color #EED7D8 on black background.


Color preview on white background

This text has color #EED7D8 on white background.


Black color preview on #EED7D8 background

This text has black color on #EED7D8 background.


White color preview on #EED7D8 background

This text has white color on #EED7D8 background.


Related colors

Complementary color

Complementary color for #hex is #112827.


I love getcolorcode.com

Triadic colors

1 #D8EED7 and #D7D8EE with #EED7D8 are triadic colors.

2 #D8D7EE and #D7EED8 with #EED7D8 are triadic colors.