HEX: #E6DFEA
RGB: (230,223,234)
#E6DFEA contains red, green and blue colors in about the same proportion. Web safe color of #E6DFEA is #CCCCFF (or #CCF).
#E6DFEA color RGB value is (230,223,234).
RGB: (230,223,234)
(90%, 87%, 92%)
R 230 of 255 = 90%
G 223 of 255 = 87%
B 234 of 255 = 92%
R + G + B ~ 90%. #E6DFEA is light color.
R + G + B = 230 + 223 + 234 = 687 (100%)
R 230 of 687 ~ 33.48%
G 223 of 687 ~ 32.46%
B 234 of 687 ~ 34.06'%
#E6DFEA color CMYK value is (2,5,0,8).
CMYK: (2,5,0,8)
C2M5Y0K8 (2%, 5%, 0%, 8%)
(0.02 / 0.05 / 0.00 / 0.08)
Color #E6DFEA in popluar color models
E6 | DF | EA | |
---|---|---|---|
RGB | 230 | 223 | 234 |
HSL | 278° | 20.75% | 89.61% |
HSB/HSV | 278° | 4.70% | 91.76% |
CMYK | 1.71% | 4.70% | 0.00% |
8.24% |
Color #E6DFEA in popluar number systems.
HEX | E6 | DF | EA |
Decimal | 230 | 223 | 234 |
Binary | 11100110 | 11011111 | 11101010 |
Octal | 346 | 337 | 352 |
Shades of #E6DFEA
Tints of #E6DFEA
Examples of css and html codes for elements with #E6DFEA color. Also use rgb(230,223,234) instead hex code.
.myTextColor { color: #E6DFEA; }
<p style="color:#E6DFEA">This sample text font color is #E6DFEA.</p>
This text font color is #E6DFEA.
.myBgColor { background-color: #E6DFEA; }
<div style="background-color:#E6DFEA">Inner text</div>
This div background color is #E6DFEA.
.myBorderColor { border: 1px solid #E6DFEA; }
<div style="border:3px solid #E6DFEA">Div</div>
This div border color is #E6DFEA.
.myOpacity80 { color: #E6DFEA; opacity: 0.8; }
<p style="color:#E6DFEA;opacity:0.8;">80%</p>
Text with #E6DFEA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6DFEA;}
<p style="text-shadow: 3px 3px 1px #E6DFEA">Text here.</p>
This text has shadow with #E6DFEA color.
.textShadow {text-shadow: 3px 3px 1px #E6DFEA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6DFEA, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6DFEA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6DFEA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6DFEA, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6DFEA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6DFEA;
-webkit-box-shadow: 1px 1px 3px 2px #E6DFEA;
box-shadow: 1px 1px 3px 2px #E6DFEA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6DFEA; -webkit-box-shadow: 1px 1px 3px 2px #E6DFEA; box-shadow:1px 1px 3px 2px #E6DFEA;">
Div content here
</div>
This text has color #E6DFEA on black background.
This text has color #E6DFEA on white background.
This text has black color on #E6DFEA background.
This text has white color on #E6DFEA background.
Complementary color for #hex is #192015.