HEX: #E1DDEF
RGB: (225,221,239)
#E1DDEF contains red, green and blue colors in about the same proportion. Web safe color of #E1DDEF is #CCCCFF (or #CCF).
#E1DDEF color RGB value is (225,221,239).
RGB: (225,221,239)
(88%, 87%, 94%)
R 225 of 255 = 88%
G 221 of 255 = 87%
B 239 of 255 = 94%
R + G + B ~ 90%. #E1DDEF is light color.
R + G + B = 225 + 221 + 239 = 685 (100%)
R 225 of 685 ~ 32.85%
G 221 of 685 ~ 32.26%
B 239 of 685 ~ 34.89'%
#E1DDEF color CMYK value is (6,8,0,6).
CMYK: (6,8,0,6) C6M8Y0K6 (6%,8%,0%,6%) (0.06/0.08/0.00/0.06)
Color #E1DDEF in popluar color models
E1 | DD | EF | |
---|---|---|---|
RGB | 225 | 221 | 239 |
HSL | 253° | 36.00% | 90.20% |
HSB/HSV | 253° | 7.53% | 93.73% |
CMYK | 5.86% | 7.53% | 0.00% |
6.27% |
Color #E1DDEF in popluar number systems.
HEX | E1 | DD | EF |
Decimal | 225 | 221 | 239 |
Binary | 11100001 | 11011101 | 11101111 |
Octal | 341 | 335 | 357 |
Shades of #E1DDEF
Tints of #E1DDEF
Examples of css and html codes for elements with #E1DDEF color. Also use rgb(225,221,239) instead hex code.
.myTextColor { color: #E1DDEF; }
<p style="color:#E1DDEF">This sample text font color is #E1DDEF.</p>
This text font color is #E1DDEF.
.myBgColor { background-color: #E1DDEF; }
<div style="background-color:#E1DDEF">Inner text</div>
This div background color is #E1DDEF.
.myBorderColor { border: 1px solid #E1DDEF; }
<div style="border:3px solid #E1DDEF">Div</div>
This div border color is #E1DDEF.
.myOpacity80 { color: #E1DDEF; opacity: 0.8; }
<p style="color:#E1DDEF;opacity:0.8;">80%</p>
Text with #E1DDEF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E1DDEF;}
<p style="text-shadow: 3px 3px 1px #E1DDEF">Text here.</p>
This text has shadow with #E1DDEF color.
.textShadow {text-shadow: 3px 3px 1px #E1DDEF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E1DDEF, 5px 5px 20px red">Text here.</p>
This text has shadow with #E1DDEF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1DDEF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E1DDEF, Direction=45, Strength=4)">Text</p>
This text has shadow with #E1DDEF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E1DDEF;
-webkit-box-shadow: 1px 1px 3px 2px #E1DDEF;
box-shadow: 1px 1px 3px 2px #E1DDEF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E1DDEF; -webkit-box-shadow: 1px 1px 3px 2px #E1DDEF; box-shadow:1px 1px 3px 2px #E1DDEF;">
Div content here
</div>
This text has color #E1DDEF on black background.
This text has color #E1DDEF on white background.
This text has black color on #E1DDEF background.
This text has white color on #E1DDEF background.
Complementary color for #hex is #1E2210.