HEX: #E6DFFC
RGB: (230,223,252)
#E6DFFC contains red, green and blue colors in about the same proportion. Web safe color of #E6DFFC is #CCCCFF (or #CCF).
#E6DFFC color RGB value is (230,223,252).
RGB: (230,223,252)
(90%, 87%, 99%)
R 230 of 255 = 90%
G 223 of 255 = 87%
B 252 of 255 = 99%
R + G + B ~ 92%. #E6DFFC is light color.
R + G + B = 230 + 223 + 252 = 705 (100%)
R 230 of 705 ~ 32.62%
G 223 of 705 ~ 31.63%
B 252 of 705 ~ 35.74'%
#E6DFFC color CMYK value is (9,12,0,1).
CMYK: (9,12,0,1) C9M12Y0K1 (9%,12%,0%,1%) (0.09/0.12/0.00/0.01)
Color #E6DFFC in popluar color models
E6 | DF | FC | |
---|---|---|---|
RGB | 230 | 223 | 252 |
HSL | 254° | 82.86% | 93.14% |
HSB/HSV | 254° | 11.51% | 98.82% |
CMYK | 8.73% | 11.51% | 0.00% |
1.18% |
Color #E6DFFC in popluar number systems.
HEX | E6 | DF | FC |
Decimal | 230 | 223 | 252 |
Binary | 11100110 | 11011111 | 11111100 |
Octal | 346 | 337 | 374 |
Shades of #E6DFFC
Tints of #E6DFFC
Examples of css and html codes for elements with #E6DFFC color. Also use rgb(230,223,252) instead hex code.
.myTextColor { color: #E6DFFC; }
<p style="color:#E6DFFC">This sample text font color is #E6DFFC.</p>
This text font color is #E6DFFC.
.myBgColor { background-color: #E6DFFC; }
<div style="background-color:#E6DFFC">Inner text</div>
This div background color is #E6DFFC.
.myBorderColor { border: 1px solid #E6DFFC; }
<div style="border:3px solid #E6DFFC">Div</div>
This div border color is #E6DFFC.
.myOpacity80 { color: #E6DFFC; opacity: 0.8; }
<p style="color:#E6DFFC;opacity:0.8;">80%</p>
Text with #E6DFFC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6DFFC;}
<p style="text-shadow: 3px 3px 1px #E6DFFC">Text here.</p>
This text has shadow with #E6DFFC color.
.textShadow {text-shadow: 3px 3px 1px #E6DFFC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6DFFC, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6DFFC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6DFFC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6DFFC, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6DFFC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6DFFC;
-webkit-box-shadow: 1px 1px 3px 2px #E6DFFC;
box-shadow: 1px 1px 3px 2px #E6DFFC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6DFFC; -webkit-box-shadow: 1px 1px 3px 2px #E6DFFC; box-shadow:1px 1px 3px 2px #E6DFFC;">
Div content here
</div>
This text has color #E6DFFC on black background.
This text has color #E6DFFC on white background.
This text has black color on #E6DFFC background.
This text has white color on #E6DFFC background.
Complementary color for #hex is #192003.