HEX: #EED1ED
RGB: (238,209,237)
#EED1ED contains red, green and blue colors in about the same proportion. Web safe color of #EED1ED is #FFCCFF (or #FCF).
#EED1ED color RGB value is (238,209,237).
RGB: (238,209,237)
(93%, 82%, 93%)
R 238 of 255 = 93%
G 209 of 255 = 82%
B 237 of 255 = 93%
R + G + B ~ 89%. #EED1ED is light color.
R + G + B = 238 + 209 + 237 = 684 (100%)
R 238 of 684 ~ 34.8%
G 209 of 684 ~ 30.56%
B 237 of 684 ~ 34.65'%
#EED1ED color CMYK value is (0,12,0,7).
CMYK: (0,12,0,7) C0M12Y0K7 (0%,12%,0%,7%) (0.00/0.12/0.00/0.07)
Color #EED1ED in popluar color models
EE | D1 | ED | |
---|---|---|---|
RGB | 238 | 209 | 237 |
HSL | 302° | 46.03% | 87.65% |
HSB/HSV | 302° | 12.18% | 93.33% |
CMYK | 0.00% | 12.18% | 0.42% |
6.67% |
Color #EED1ED in popluar number systems.
HEX | EE | D1 | ED |
Decimal | 238 | 209 | 237 |
Binary | 11101110 | 11010001 | 11101101 |
Octal | 356 | 321 | 355 |
Shades of #EED1ED
Tints of #EED1ED
Examples of css and html codes for elements with #EED1ED color. Also use rgb(238,209,237) instead hex code.
.myTextColor { color: #EED1ED; }
<p style="color:#EED1ED">This sample text font color is #EED1ED.</p>
This text font color is #EED1ED.
.myBgColor { background-color: #EED1ED; }
<div style="background-color:#EED1ED">Inner text</div>
This div background color is #EED1ED.
.myBorderColor { border: 1px solid #EED1ED; }
<div style="border:3px solid #EED1ED">Div</div>
This div border color is #EED1ED.
.myOpacity80 { color: #EED1ED; opacity: 0.8; }
<p style="color:#EED1ED;opacity:0.8;">80%</p>
Text with #EED1ED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EED1ED;}
<p style="text-shadow: 3px 3px 1px #EED1ED">Text here.</p>
This text has shadow with #EED1ED color.
.textShadow {text-shadow: 3px 3px 1px #EED1ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EED1ED, 5px 5px 20px red">Text here.</p>
This text has shadow with #EED1ED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EED1ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EED1ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #EED1ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EED1ED;
-webkit-box-shadow: 1px 1px 3px 2px #EED1ED;
box-shadow: 1px 1px 3px 2px #EED1ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EED1ED; -webkit-box-shadow: 1px 1px 3px 2px #EED1ED; box-shadow:1px 1px 3px 2px #EED1ED;">
Div content here
</div>
This text has color #EED1ED on black background.
This text has color #EED1ED on white background.
This text has black color on #EED1ED background.
This text has white color on #EED1ED background.
Complementary color for #hex is #112E12.