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