HEX: #E1DFED
RGB: (225,223,237)
#E1DFED contains red, green and blue colors in about the same proportion. Web safe color of #E1DFED is #CCCCFF (or #CCF).
#E1DFED color RGB value is (225,223,237).
RGB: (225,223,237)
(88%, 87%, 93%)
R 225 of 255 = 88%
G 223 of 255 = 87%
B 237 of 255 = 93%
R + G + B ~ 89%. #E1DFED is light color.
R + G + B = 225 + 223 + 237 = 685 (100%)
R 225 of 685 ~ 32.85%
G 223 of 685 ~ 32.55%
B 237 of 685 ~ 34.6'%
#E1DFED color CMYK value is (5,6,0,7).
CMYK: (5,6,0,7) C5M6Y0K7 (5%,6%,0%,7%) (0.05/0.06/0.00/0.07)
Color #E1DFED in popluar color models
E1 | DF | ED | |
---|---|---|---|
RGB | 225 | 223 | 237 |
HSL | 249° | 28.00% | 90.20% |
HSB/HSV | 249° | 5.91% | 92.94% |
CMYK | 5.06% | 5.91% | 0.00% |
7.06% |
Color #E1DFED in popluar number systems.
HEX | E1 | DF | ED |
Decimal | 225 | 223 | 237 |
Binary | 11100001 | 11011111 | 11101101 |
Octal | 341 | 337 | 355 |
Shades of #E1DFED
Tints of #E1DFED
Examples of css and html codes for elements with #E1DFED color. Also use rgb(225,223,237) instead hex code.
.myTextColor { color: #E1DFED; }
<p style="color:#E1DFED">This sample text font color is #E1DFED.</p>
This text font color is #E1DFED.
.myBgColor { background-color: #E1DFED; }
<div style="background-color:#E1DFED">Inner text</div>
This div background color is #E1DFED.
.myBorderColor { border: 1px solid #E1DFED; }
<div style="border:3px solid #E1DFED">Div</div>
This div border color is #E1DFED.
.myOpacity80 { color: #E1DFED; opacity: 0.8; }
<p style="color:#E1DFED;opacity:0.8;">80%</p>
Text with #E1DFED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E1DFED;}
<p style="text-shadow: 3px 3px 1px #E1DFED">Text here.</p>
This text has shadow with #E1DFED color.
.textShadow {text-shadow: 3px 3px 1px #E1DFED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E1DFED, 5px 5px 20px red">Text here.</p>
This text has shadow with #E1DFED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1DFED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E1DFED, Direction=45, Strength=4)">Text</p>
This text has shadow with #E1DFED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E1DFED;
-webkit-box-shadow: 1px 1px 3px 2px #E1DFED;
box-shadow: 1px 1px 3px 2px #E1DFED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E1DFED; -webkit-box-shadow: 1px 1px 3px 2px #E1DFED; box-shadow:1px 1px 3px 2px #E1DFED;">
Div content here
</div>
This text has color #E1DFED on black background.
This text has color #E1DFED on white background.
This text has black color on #E1DFED background.
This text has white color on #E1DFED background.
Complementary color for #hex is #1E2012.