COLOR #EED7E1

HEX: #EED7E1 RGB: (238,215,225)

Color info

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

RGB color model

#EED7E1 color RGB value is (238,215,225).

RGB: (238,215,225) (93%, 84%, 88%)

RGB channels and saturation

R 238 of 255 = 93%
G 215 of 255 = 84%
B 225 of 255 = 88%

238
215
225

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

Portions of RGB colors in percentages

R + G + B = 238 + 215 + 225 = 678 (100%)
R 238 of 678 ~ 35.1%
G 215 of 678 ~ 31.71%
B 225 of 678 ~ 33.19'%

%35.1
%31.71
%33.19

CMYK color model

#EED7E1 color CMYK value is (0,10,5,7).

  • cyan value is 0.00%
  • magenta value is 9.66%
  • yellow value is 5.46%
  • key color value is 6.67%

CMYK: (0,10,5,7)
C0M10Y5K7 (0%, 10%, 5%, 7%)
(0.00 / 0.10 / 0.05 / 0.07)

CMYK percentages

%0
%9.66
%5.46
%6.67

Codes

Color #EED7E1 in popluar color models

EE D7 E1
RGB 238 215 225
HSL 334° 40.35% 88.82%
HSB/HSV 334° 9.66% 93.33%
CMYK 0.00% 9.66% 5.46%
6.67%

Color #EED7E1 in popluar number systems.

HEX EE D7 E1
Decimal 238 215 225
Binary 11101110 11010111 11100001
Octal 356 327 341

Shades and tints

Shades of #EED7E1

#EED7E1
(238,215,225)
#D9C4CD
(217,196,205)
#C4B1B9
(196,177,185)
#AF9EA5
(175,158,165)
#9A8B91
(154,139,145)
#85787D
(133,120,125)
#706569
(112,101,105)
#5B5255
(91,82,85)
#463F41
(70,63,65)
#312C2D
(49,44,45)
#1C1919
(28,25,25)
#000000
(0,0,0)

Tints of #EED7E1

#EED7E1
(238,215,225)
#EFDAE3
(239,218,227)
#F0DDE5
(240,221,229)
#F1E0E7
(241,224,231)
#F2E3E9
(242,227,233)
#F3E6EB
(243,230,235)
#F4E9ED
(244,233,237)
#F5ECEF
(245,236,239)
#F6EFF1
(246,239,241)
#F7F2F3
(247,242,243)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED7E1; }

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

This text font color is #EED7E1.

Background Color

.myBgColor { background-color: #EED7E1; }

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

This div background color is #EED7E1.

Border color

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

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

This div border color is #EED7E1.

Opacity

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

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

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

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

This text has shadow with #EED7E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EED7E1.

Preview

Color preview on black background

This text has color #EED7E1 on black background.


Color preview on white background

This text has color #EED7E1 on white background.


Black color preview on #EED7E1 background

This text has black color on #EED7E1 background.


White color preview on #EED7E1 background

This text has white color on #EED7E1 background.


Related colors

Complementary color

Complementary color for #hex is #11281E.


I love getcolorcode.com

Triadic colors

1 #E1EED7 and #D7E1EE with #EED7E1 are triadic colors.

2 #E1D7EE and #D7EEE1 with #EED7E1 are triadic colors.