HEX: #EED8EB
RGB: (238,216,235)
#EED8EB contains red, green and blue colors in about the same proportion. Web safe color of #EED8EB is #FFCCFF (or #FCF).
#EED8EB color RGB value is (238,216,235).
RGB: (238,216,235)
(93%, 85%, 92%)
R 238 of 255 = 93%
G 216 of 255 = 85%
B 235 of 255 = 92%
R + G + B ~ 90%. #EED8EB is light color.
R + G + B = 238 + 216 + 235 = 689 (100%)
R 238 of 689 ~ 34.54%
G 216 of 689 ~ 31.35%
B 235 of 689 ~ 34.11'%
#EED8EB color CMYK value is (0,9,1,7).
CMYK: (0,9,1,7)
C0M9Y1K7 (0%, 9%, 1%, 7%)
(0.00 / 0.09 / 0.01 / 0.07)
Color #EED8EB in popluar color models
EE | D8 | EB | |
---|---|---|---|
RGB | 238 | 216 | 235 |
HSL | 308° | 39.29% | 89.02% |
HSB/HSV | 308° | 9.24% | 93.33% |
CMYK | 0.00% | 9.24% | 1.26% |
6.67% |
Color #EED8EB in popluar number systems.
HEX | EE | D8 | EB |
Decimal | 238 | 216 | 235 |
Binary | 11101110 | 11011000 | 11101011 |
Octal | 356 | 330 | 353 |
Shades of #EED8EB
Tints of #EED8EB
Examples of css and html codes for elements with #EED8EB color. Also use rgb(238,216,235) instead hex code.
.myTextColor { color: #EED8EB; }
<p style="color:#EED8EB">This sample text font color is #EED8EB.</p>
This text font color is #EED8EB.
.myBgColor { background-color: #EED8EB; }
<div style="background-color:#EED8EB">Inner text</div>
This div background color is #EED8EB.
.myBorderColor { border: 1px solid #EED8EB; }
<div style="border:3px solid #EED8EB">Div</div>
This div border color is #EED8EB.
.myOpacity80 { color: #EED8EB; opacity: 0.8; }
<p style="color:#EED8EB;opacity:0.8;">80%</p>
Text with #EED8EB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EED8EB;}
<p style="text-shadow: 3px 3px 1px #EED8EB">Text here.</p>
This text has shadow with #EED8EB color.
.textShadow {text-shadow: 3px 3px 1px #EED8EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EED8EB, 5px 5px 20px red">Text here.</p>
This text has shadow with #EED8EB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EED8EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EED8EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #EED8EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EED8EB;
-webkit-box-shadow: 1px 1px 3px 2px #EED8EB;
box-shadow: 1px 1px 3px 2px #EED8EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EED8EB; -webkit-box-shadow: 1px 1px 3px 2px #EED8EB; box-shadow:1px 1px 3px 2px #EED8EB;">
Div content here
</div>
This text has color #EED8EB on black background.
This text has color #EED8EB on white background.
This text has black color on #EED8EB background.
This text has white color on #EED8EB background.
Complementary color for #hex is #112714.