HEX: #EED4FF
RGB: (238,212,255)
#EED4FF contains red, green and blue colors in about the same proportion. Web safe color of #EED4FF is #FFCCFF (or #FCF).
#EED4FF color RGB value is (238,212,255).
RGB: (238,212,255)
(93%, 83%, 100%)
R 238 of 255 = 93%
G 212 of 255 = 83%
B 255 of 255 = 100%
R + G + B ~ 92%. #EED4FF is light color.
R + G + B = 238 + 212 + 255 = 705 (100%)
R 238 of 705 ~ 33.76%
G 212 of 705 ~ 30.07%
B 255 of 705 ~ 36.17'%
#EED4FF color CMYK value is (7,17,0,0).
CMYK: (7,17,0,0)
C7M17Y0K0 (7%, 17%, 0%, 0%)
(0.07 / 0.17 / 0.00 / 0.00)
Color #EED4FF in popluar color models
EE | D4 | FF | |
---|---|---|---|
RGB | 238 | 212 | 255 |
HSL | 276° | 100.00% | 91.57% |
HSB/HSV | 276° | 16.86% | 100.00% |
CMYK | 6.67% | 16.86% | 0.00% |
0.00% |
Color #EED4FF in popluar number systems.
HEX | EE | D4 | FF |
Decimal | 238 | 212 | 255 |
Binary | 11101110 | 11010100 | 11111111 |
Octal | 356 | 324 | 377 |
Shades of #EED4FF
Tints of #EED4FF
Examples of css and html codes for elements with #EED4FF color. Also use rgb(238,212,255) instead hex code.
.myTextColor { color: #EED4FF; }
<p style="color:#EED4FF">This sample text font color is #EED4FF.</p>
This text font color is #EED4FF.
.myBgColor { background-color: #EED4FF; }
<div style="background-color:#EED4FF">Inner text</div>
This div background color is #EED4FF.
.myBorderColor { border: 1px solid #EED4FF; }
<div style="border:3px solid #EED4FF">Div</div>
This div border color is #EED4FF.
.myOpacity80 { color: #EED4FF; opacity: 0.8; }
<p style="color:#EED4FF;opacity:0.8;">80%</p>
Text with #EED4FF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EED4FF;}
<p style="text-shadow: 3px 3px 1px #EED4FF">Text here.</p>
This text has shadow with #EED4FF color.
.textShadow {text-shadow: 3px 3px 1px #EED4FF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EED4FF, 5px 5px 20px red">Text here.</p>
This text has shadow with #EED4FF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EED4FF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EED4FF, Direction=45, Strength=4)">Text</p>
This text has shadow with #EED4FF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EED4FF;
-webkit-box-shadow: 1px 1px 3px 2px #EED4FF;
box-shadow: 1px 1px 3px 2px #EED4FF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EED4FF; -webkit-box-shadow: 1px 1px 3px 2px #EED4FF; box-shadow:1px 1px 3px 2px #EED4FF;">
Div content here
</div>
This text has color #EED4FF on black background.
This text has color #EED4FF on white background.
This text has black color on #EED4FF background.
This text has white color on #EED4FF background.
Complementary color for #hex is #112B00.