HEX: #E5DBFC
RGB: (229,219,252)
#E5DBFC contains red, green and blue colors in about the same proportion. Web safe color of #E5DBFC is #CCCCFF (or #CCF).
#E5DBFC color RGB value is (229,219,252).
RGB: (229,219,252)
(90%, 86%, 99%)
R 229 of 255 = 90%
G 219 of 255 = 86%
B 252 of 255 = 99%
R + G + B ~ 92%. #E5DBFC is light color.
R + G + B = 229 + 219 + 252 = 700 (100%)
R 229 of 700 ~ 32.71%
G 219 of 700 ~ 31.29%
B 252 of 700 ~ 36'%
#E5DBFC color CMYK value is (9,13,0,1).
CMYK: (9,13,0,1)
C9M13Y0K1 (9%, 13%, 0%, 1%)
(0.09 / 0.13 / 0.00 / 0.01)
Color #E5DBFC in popluar color models
E5 | DB | FC | |
---|---|---|---|
RGB | 229 | 219 | 252 |
HSL | 258° | 84.62% | 92.35% |
HSB/HSV | 258° | 13.10% | 98.82% |
CMYK | 9.13% | 13.10% | 0.00% |
1.18% |
Color #E5DBFC in popluar number systems.
HEX | E5 | DB | FC |
Decimal | 229 | 219 | 252 |
Binary | 11100101 | 11011011 | 11111100 |
Octal | 345 | 333 | 374 |
Shades of #E5DBFC
Tints of #E5DBFC
Examples of css and html codes for elements with #E5DBFC color. Also use rgb(229,219,252) instead hex code.
.myTextColor { color: #E5DBFC; }
<p style="color:#E5DBFC">This sample text font color is #E5DBFC.</p>
This text font color is #E5DBFC.
.myBgColor { background-color: #E5DBFC; }
<div style="background-color:#E5DBFC">Inner text</div>
This div background color is #E5DBFC.
.myBorderColor { border: 1px solid #E5DBFC; }
<div style="border:3px solid #E5DBFC">Div</div>
This div border color is #E5DBFC.
.myOpacity80 { color: #E5DBFC; opacity: 0.8; }
<p style="color:#E5DBFC;opacity:0.8;">80%</p>
Text with #E5DBFC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5DBFC;}
<p style="text-shadow: 3px 3px 1px #E5DBFC">Text here.</p>
This text has shadow with #E5DBFC color.
.textShadow {text-shadow: 3px 3px 1px #E5DBFC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5DBFC, 5px 5px 20px red">Text here.</p>
This text has shadow with #E5DBFC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5DBFC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5DBFC, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5DBFC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5DBFC;
-webkit-box-shadow: 1px 1px 3px 2px #E5DBFC;
box-shadow: 1px 1px 3px 2px #E5DBFC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5DBFC; -webkit-box-shadow: 1px 1px 3px 2px #E5DBFC; box-shadow:1px 1px 3px 2px #E5DBFC;">
Div content here
</div>
This text has color #E5DBFC on black background.
This text has color #E5DBFC on white background.
This text has black color on #E5DBFC background.
This text has white color on #E5DBFC background.
Complementary color for #hex is #1A2403.