HEX: #E6DFFA
RGB: (230,223,250)
#E6DFFA contains red, green and blue colors in about the same proportion. Web safe color of #E6DFFA is #CCCCFF (or #CCF).
#E6DFFA color RGB value is (230,223,250).
RGB: (230,223,250)
(90%, 87%, 98%)
R 230 of 255 = 90%
G 223 of 255 = 87%
B 250 of 255 = 98%
R + G + B ~ 92%. #E6DFFA is light color.
R + G + B = 230 + 223 + 250 = 703 (100%)
R 230 of 703 ~ 32.72%
G 223 of 703 ~ 31.72%
B 250 of 703 ~ 35.56'%
#E6DFFA color CMYK value is (8,11,0,2).
CMYK: (8,11,0,2)
C8M11Y0K2 (8%, 11%, 0%, 2%)
(0.08 / 0.11 / 0.00 / 0.02)
Color #E6DFFA in popluar color models
E6 | DF | FA | |
---|---|---|---|
RGB | 230 | 223 | 250 |
HSL | 256° | 72.97% | 92.75% |
HSB/HSV | 256° | 10.80% | 98.04% |
CMYK | 8.00% | 10.80% | 0.00% |
1.96% |
Color #E6DFFA in popluar number systems.
HEX | E6 | DF | FA |
Decimal | 230 | 223 | 250 |
Binary | 11100110 | 11011111 | 11111010 |
Octal | 346 | 337 | 372 |
Shades of #E6DFFA
Tints of #E6DFFA
Examples of css and html codes for elements with #E6DFFA color. Also use rgb(230,223,250) instead hex code.
.myTextColor { color: #E6DFFA; }
<p style="color:#E6DFFA">This sample text font color is #E6DFFA.</p>
This text font color is #E6DFFA.
.myBgColor { background-color: #E6DFFA; }
<div style="background-color:#E6DFFA">Inner text</div>
This div background color is #E6DFFA.
.myBorderColor { border: 1px solid #E6DFFA; }
<div style="border:3px solid #E6DFFA">Div</div>
This div border color is #E6DFFA.
.myOpacity80 { color: #E6DFFA; opacity: 0.8; }
<p style="color:#E6DFFA;opacity:0.8;">80%</p>
Text with #E6DFFA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6DFFA;}
<p style="text-shadow: 3px 3px 1px #E6DFFA">Text here.</p>
This text has shadow with #E6DFFA color.
.textShadow {text-shadow: 3px 3px 1px #E6DFFA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6DFFA, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6DFFA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6DFFA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6DFFA, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6DFFA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6DFFA;
-webkit-box-shadow: 1px 1px 3px 2px #E6DFFA;
box-shadow: 1px 1px 3px 2px #E6DFFA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6DFFA; -webkit-box-shadow: 1px 1px 3px 2px #E6DFFA; box-shadow:1px 1px 3px 2px #E6DFFA;">
Div content here
</div>
This text has color #E6DFFA on black background.
This text has color #E6DFFA on white background.
This text has black color on #E6DFFA background.
This text has white color on #E6DFFA background.
Complementary color for #hex is #192005.