HEX: #E6DBFA
RGB: (230,219,250)
#E6DBFA contains red, green and blue colors in about the same proportion. Web safe color of #E6DBFA is #CCCCFF (or #CCF).
#E6DBFA color RGB value is (230,219,250).
RGB: (230,219,250)
(90%, 86%, 98%)
R 230 of 255 = 90%
G 219 of 255 = 86%
B 250 of 255 = 98%
R + G + B ~ 91%. #E6DBFA is light color.
R + G + B = 230 + 219 + 250 = 699 (100%)
R 230 of 699 ~ 32.9%
G 219 of 699 ~ 31.33%
B 250 of 699 ~ 35.77'%
#E6DBFA color CMYK value is (8,12,0,2).
CMYK: (8,12,0,2)
C8M12Y0K2 (8%, 12%, 0%, 2%)
(0.08 / 0.12 / 0.00 / 0.02)
Color #E6DBFA in popluar color models
E6 | DB | FA | |
---|---|---|---|
RGB | 230 | 219 | 250 |
HSL | 261° | 75.61% | 91.96% |
HSB/HSV | 261° | 12.40% | 98.04% |
CMYK | 8.00% | 12.40% | 0.00% |
1.96% |
Color #E6DBFA in popluar number systems.
HEX | E6 | DB | FA |
Decimal | 230 | 219 | 250 |
Binary | 11100110 | 11011011 | 11111010 |
Octal | 346 | 333 | 372 |
Shades of #E6DBFA
Tints of #E6DBFA
Examples of css and html codes for elements with #E6DBFA color. Also use rgb(230,219,250) instead hex code.
.myTextColor { color: #E6DBFA; }
<p style="color:#E6DBFA">This sample text font color is #E6DBFA.</p>
This text font color is #E6DBFA.
.myBgColor { background-color: #E6DBFA; }
<div style="background-color:#E6DBFA">Inner text</div>
This div background color is #E6DBFA.
.myBorderColor { border: 1px solid #E6DBFA; }
<div style="border:3px solid #E6DBFA">Div</div>
This div border color is #E6DBFA.
.myOpacity80 { color: #E6DBFA; opacity: 0.8; }
<p style="color:#E6DBFA;opacity:0.8;">80%</p>
Text with #E6DBFA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6DBFA;}
<p style="text-shadow: 3px 3px 1px #E6DBFA">Text here.</p>
This text has shadow with #E6DBFA color.
.textShadow {text-shadow: 3px 3px 1px #E6DBFA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6DBFA, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6DBFA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6DBFA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6DBFA, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6DBFA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6DBFA;
-webkit-box-shadow: 1px 1px 3px 2px #E6DBFA;
box-shadow: 1px 1px 3px 2px #E6DBFA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6DBFA; -webkit-box-shadow: 1px 1px 3px 2px #E6DBFA; box-shadow:1px 1px 3px 2px #E6DBFA;">
Div content here
</div>
This text has color #E6DBFA on black background.
This text has color #E6DBFA on white background.
This text has black color on #E6DBFA background.
This text has white color on #E6DBFA background.
Complementary color for #hex is #192405.