HEX: #EED3FE
RGB: (238,211,254)
#EED3FE contains red, green and blue colors in about the same proportion. Web safe color of #EED3FE is #FFCCFF (or #FCF).
#EED3FE color RGB value is (238,211,254).
RGB: (238,211,254)
(93%, 83%, 100%)
R 238 of 255 = 93%
G 211 of 255 = 83%
B 254 of 255 = 100%
R + G + B ~ 92%. #EED3FE is light color.
R + G + B = 238 + 211 + 254 = 703 (100%)
R 238 of 703 ~ 33.85%
G 211 of 703 ~ 30.01%
B 254 of 703 ~ 36.13'%
#EED3FE color CMYK value is (6,17,0,0).
CMYK: (6,17,0,0)
C6M17Y0K0 (6%, 17%, 0%, 0%)
(0.06 / 0.17 / 0.00 / 0.00)
Color #EED3FE in popluar color models
EE | D3 | FE | |
---|---|---|---|
RGB | 238 | 211 | 254 |
HSL | 278° | 95.56% | 91.18% |
HSB/HSV | 278° | 16.93% | 99.61% |
CMYK | 6.30% | 16.93% | 0.00% |
0.39% |
Color #EED3FE in popluar number systems.
HEX | EE | D3 | FE |
Decimal | 238 | 211 | 254 |
Binary | 11101110 | 11010011 | 11111110 |
Octal | 356 | 323 | 376 |
Shades of #EED3FE
Tints of #EED3FE
Examples of css and html codes for elements with #EED3FE color. Also use rgb(238,211,254) instead hex code.
.myTextColor { color: #EED3FE; }
<p style="color:#EED3FE">This sample text font color is #EED3FE.</p>
This text font color is #EED3FE.
.myBgColor { background-color: #EED3FE; }
<div style="background-color:#EED3FE">Inner text</div>
This div background color is #EED3FE.
.myBorderColor { border: 1px solid #EED3FE; }
<div style="border:3px solid #EED3FE">Div</div>
This div border color is #EED3FE.
.myOpacity80 { color: #EED3FE; opacity: 0.8; }
<p style="color:#EED3FE;opacity:0.8;">80%</p>
Text with #EED3FE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EED3FE;}
<p style="text-shadow: 3px 3px 1px #EED3FE">Text here.</p>
This text has shadow with #EED3FE color.
.textShadow {text-shadow: 3px 3px 1px #EED3FE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EED3FE, 5px 5px 20px red">Text here.</p>
This text has shadow with #EED3FE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EED3FE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EED3FE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EED3FE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EED3FE;
-webkit-box-shadow: 1px 1px 3px 2px #EED3FE;
box-shadow: 1px 1px 3px 2px #EED3FE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EED3FE; -webkit-box-shadow: 1px 1px 3px 2px #EED3FE; box-shadow:1px 1px 3px 2px #EED3FE;">
Div content here
</div>
This text has color #EED3FE on black background.
This text has color #EED3FE on white background.
This text has black color on #EED3FE background.
This text has white color on #EED3FE background.
Complementary color for #hex is #112C01.