HEX: #E1EDFF
RGB: (225,237,255)
#E1EDFF contains red, green and blue colors in about the same proportion. Web safe color of #E1EDFF is #CCFFFF (or #CFF).
#E1EDFF color RGB value is (225,237,255).
RGB: (225,237,255)
(88%, 93%, 100%)
R 225 of 255 = 88%
G 237 of 255 = 93%
B 255 of 255 = 100%
R + G + B ~ 94%. #E1EDFF is light color.
R + G + B = 225 + 237 + 255 = 717 (100%)
R 225 of 717 ~ 31.38%
G 237 of 717 ~ 33.05%
B 255 of 717 ~ 35.56'%
#E1EDFF color CMYK value is (12,7,0,0).
CMYK: (12,7,0,0)
C12M7Y0K0 (12%, 7%, 0%, 0%)
(0.12 / 0.07 / 0.00 / 0.00)
Color #E1EDFF in popluar color models
E1 | ED | FF | |
---|---|---|---|
RGB | 225 | 237 | 255 |
HSL | 216° | 100.00% | 94.12% |
HSB/HSV | 216° | 11.76% | 100.00% |
CMYK | 11.76% | 7.06% | 0.00% |
0.00% |
Color #E1EDFF in popluar number systems.
HEX | E1 | ED | FF |
Decimal | 225 | 237 | 255 |
Binary | 11100001 | 11101101 | 11111111 |
Octal | 341 | 355 | 377 |
Shades of #E1EDFF
Tints of #E1EDFF
Examples of css and html codes for elements with #E1EDFF color. Also use rgb(225,237,255) instead hex code.
.myTextColor { color: #E1EDFF; }
<p style="color:#E1EDFF">This sample text font color is #E1EDFF.</p>
This text font color is #E1EDFF.
.myBgColor { background-color: #E1EDFF; }
<div style="background-color:#E1EDFF">Inner text</div>
This div background color is #E1EDFF.
.myBorderColor { border: 1px solid #E1EDFF; }
<div style="border:3px solid #E1EDFF">Div</div>
This div border color is #E1EDFF.
.myOpacity80 { color: #E1EDFF; opacity: 0.8; }
<p style="color:#E1EDFF;opacity:0.8;">80%</p>
Text with #E1EDFF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E1EDFF;}
<p style="text-shadow: 3px 3px 1px #E1EDFF">Text here.</p>
This text has shadow with #E1EDFF color.
.textShadow {text-shadow: 3px 3px 1px #E1EDFF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E1EDFF, 5px 5px 20px red">Text here.</p>
This text has shadow with #E1EDFF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1EDFF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E1EDFF, Direction=45, Strength=4)">Text</p>
This text has shadow with #E1EDFF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E1EDFF;
-webkit-box-shadow: 1px 1px 3px 2px #E1EDFF;
box-shadow: 1px 1px 3px 2px #E1EDFF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E1EDFF; -webkit-box-shadow: 1px 1px 3px 2px #E1EDFF; box-shadow:1px 1px 3px 2px #E1EDFF;">
Div content here
</div>
This text has color #E1EDFF on black background.
This text has color #E1EDFF on white background.
This text has black color on #E1EDFF background.
This text has white color on #E1EDFF background.
Complementary color for #hex is #1E1200.