HEX: #E0DFEE
RGB: (224,223,238)
#E0DFEE contains red, green and blue colors in about the same proportion. Web safe color of #E0DFEE is #CCCCFF (or #CCF).
#E0DFEE color RGB value is (224,223,238).
RGB: (224,223,238)
(88%, 87%, 93%)
R 224 of 255 = 88%
G 223 of 255 = 87%
B 238 of 255 = 93%
R + G + B ~ 89%. #E0DFEE is light color.
R + G + B = 224 + 223 + 238 = 685 (100%)
R 224 of 685 ~ 32.7%
G 223 of 685 ~ 32.55%
B 238 of 685 ~ 34.74'%
#E0DFEE color CMYK value is (6,6,0,7).
CMYK: (6,6,0,7)
C6M6Y0K7 (6%, 6%, 0%, 7%)
(0.06 / 0.06 / 0.00 / 0.07)
Color #E0DFEE in popluar color models
E0 | DF | EE | |
---|---|---|---|
RGB | 224 | 223 | 238 |
HSL | 244° | 30.61% | 90.39% |
HSB/HSV | 244° | 6.30% | 93.33% |
CMYK | 5.88% | 6.30% | 0.00% |
6.67% |
Color #E0DFEE in popluar number systems.
HEX | E0 | DF | EE |
Decimal | 224 | 223 | 238 |
Binary | 11100000 | 11011111 | 11101110 |
Octal | 340 | 337 | 356 |
Shades of #E0DFEE
Tints of #E0DFEE
Examples of css and html codes for elements with #E0DFEE color. Also use rgb(224,223,238) instead hex code.
.myTextColor { color: #E0DFEE; }
<p style="color:#E0DFEE">This sample text font color is #E0DFEE.</p>
This text font color is #E0DFEE.
.myBgColor { background-color: #E0DFEE; }
<div style="background-color:#E0DFEE">Inner text</div>
This div background color is #E0DFEE.
.myBorderColor { border: 1px solid #E0DFEE; }
<div style="border:3px solid #E0DFEE">Div</div>
This div border color is #E0DFEE.
.myOpacity80 { color: #E0DFEE; opacity: 0.8; }
<p style="color:#E0DFEE;opacity:0.8;">80%</p>
Text with #E0DFEE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E0DFEE;}
<p style="text-shadow: 3px 3px 1px #E0DFEE">Text here.</p>
This text has shadow with #E0DFEE color.
.textShadow {text-shadow: 3px 3px 1px #E0DFEE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E0DFEE, 5px 5px 20px red">Text here.</p>
This text has shadow with #E0DFEE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E0DFEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E0DFEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E0DFEE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E0DFEE;
-webkit-box-shadow: 1px 1px 3px 2px #E0DFEE;
box-shadow: 1px 1px 3px 2px #E0DFEE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E0DFEE; -webkit-box-shadow: 1px 1px 3px 2px #E0DFEE; box-shadow:1px 1px 3px 2px #E0DFEE;">
Div content here
</div>
This text has color #E0DFEE on black background.
This text has color #E0DFEE on white background.
This text has black color on #E0DFEE background.
This text has white color on #E0DFEE background.
Complementary color for #hex is #1F2011.