COLOR #EED7ED

HEX: #EED7ED
RGB: (238,215,237)

Color info

#EED7ED contains red, green and blue colors in about the same proportion. Web safe color of #EED7ED is #FFCCFF (or #FCF).

RGB color model

#EED7ED color RGB value is (238,215,237).

  • red value is 238;
  • green value is 215;
  • blue value is 237.
RGB: (238,215,237) (93%,84%,93%)

RGB channels and saturation

R 238 of 255 = 93%
G 215 of 255 = 84%
B 237 of 255 = 93%

238
215
237

R + G + B ~ 90%. #EED7ED is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 215 + 237 = 690 (100%)
R 238 of 690 ~ 34.49%
G 215 of 690 ~ 31.16%
B 237 of 690 ~ 34.35%

%34.49
%31.16
%34.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.66%
  • yellow value is 0.42%
  • key color value is 6.67%
CMYK: (0,10,0,7) C0M10Y0K7 (0%,10%,0%,7%) (0.00/0.10/0.00/0.07)

CMYK percentages

%0
%9.66
%0.42
%6.67

Codes

Color #EED7ED in popluar color models

EED7ED
RGB238215237
HSL303°40.35%88.82%
HSB/HSV303°9.66%93.33%
CMYK0.00%9.66%0.42%
6.67%

Color #EED7ED in popluar number systems.

HEXEED7ED
Decimal238215237
Binary111011101101011111101101
Octal356327355

Shades and tints

Shades of #EED7ED

#EED7ED
(238,215,237)
#D9C4D8
(217,196,216)
#C4B1C3
(196,177,195)
#AF9EAE
(175,158,174)
#9A8B99
(154,139,153)
#857884
(133,120,132)
#70656F
(112,101,111)
#5B525A
(91,82,90)
#463F45
(70,63,69)
#312C30
(49,44,48)
#1C191B
(28,25,27)
#000000
(0,0,0)

Tints of #EED7ED

#EED7ED
(238,215,237)
#EFDAEE
(239,218,238)
#F0DDEF
(240,221,239)
#F1E0F0
(241,224,240)
#F2E3F1
(242,227,241)
#F3E6F2
(243,230,242)
#F4E9F3
(244,233,243)
#F5ECF4
(245,236,244)
#F6EFF5
(246,239,245)
#F7F2F6
(247,242,246)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EED7ED; }

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

This text font color is #EED7ED.


Background Color

.myBgColor { background-color: #EED7ED; }

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

This div background color is #EED7ED.


Border color

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

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

This div border color is #EED7ED.


Opacity

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

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

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

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

This text has shadow with #EED7ED color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #EED7ED; -webkit-box-shadow:	1px 1px 3px 2px #EED7ED; box-shadow:	1px 1px 3px 2px #EED7ED; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #EED7ED; -webkit-box-shadow: 1px 1px 3px 2px #EED7ED; box-shadow:1px 1px 3px 2px #EED7ED;">
Div content here</div>
This div box has shadow with color #EED7ED.

Preview

Color preview on black background

This text has color #EED7ED on black background.


Color preview on white background

This text has color #EED7ED on white background.



Black color preview on #EED7ED background

This text has black color on #EED7ED background.


White color preview on #EED7ED background

This text has white color on #EED7ED background.