HEX: #E4DCFB
RGB: (228,220,251)
#E4DCFB contains red, green and blue colors in about the same proportion. Web safe color of #E4DCFB is #CCCCFF (or #CCF).
#E4DCFB color RGB value is (228,220,251).
RGB: (228,220,251)
(89%, 86%, 98%)
R 228 of 255 = 89%
G 220 of 255 = 86%
B 251 of 255 = 98%
R + G + B ~ 91%. #E4DCFB is light color.
R + G + B = 228 + 220 + 251 = 699 (100%)
R 228 of 699 ~ 32.62%
G 220 of 699 ~ 31.47%
B 251 of 699 ~ 35.91'%
#E4DCFB color CMYK value is (9,12,0,2).
CMYK: (9,12,0,2)
C9M12Y0K2 (9%, 12%, 0%, 2%)
(0.09 / 0.12 / 0.00 / 0.02)
Color #E4DCFB in popluar color models
E4 | DC | FB | |
---|---|---|---|
RGB | 228 | 220 | 251 |
HSL | 255° | 79.49% | 92.35% |
HSB/HSV | 255° | 12.35% | 98.43% |
CMYK | 9.16% | 12.35% | 0.00% |
1.57% |
Color #E4DCFB in popluar number systems.
HEX | E4 | DC | FB |
Decimal | 228 | 220 | 251 |
Binary | 11100100 | 11011100 | 11111011 |
Octal | 344 | 334 | 373 |
Shades of #E4DCFB
Tints of #E4DCFB
Examples of css and html codes for elements with #E4DCFB color. Also use rgb(228,220,251) instead hex code.
.myTextColor { color: #E4DCFB; }
<p style="color:#E4DCFB">This sample text font color is #E4DCFB.</p>
This text font color is #E4DCFB.
.myBgColor { background-color: #E4DCFB; }
<div style="background-color:#E4DCFB">Inner text</div>
This div background color is #E4DCFB.
.myBorderColor { border: 1px solid #E4DCFB; }
<div style="border:3px solid #E4DCFB">Div</div>
This div border color is #E4DCFB.
.myOpacity80 { color: #E4DCFB; opacity: 0.8; }
<p style="color:#E4DCFB;opacity:0.8;">80%</p>
Text with #E4DCFB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4DCFB;}
<p style="text-shadow: 3px 3px 1px #E4DCFB">Text here.</p>
This text has shadow with #E4DCFB color.
.textShadow {text-shadow: 3px 3px 1px #E4DCFB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4DCFB, 5px 5px 20px red">Text here.</p>
This text has shadow with #E4DCFB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4DCFB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4DCFB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4DCFB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E4DCFB;
-webkit-box-shadow: 1px 1px 3px 2px #E4DCFB;
box-shadow: 1px 1px 3px 2px #E4DCFB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4DCFB; -webkit-box-shadow: 1px 1px 3px 2px #E4DCFB; box-shadow:1px 1px 3px 2px #E4DCFB;">
Div content here
</div>
This text has color #E4DCFB on black background.
This text has color #E4DCFB on white background.
This text has black color on #E4DCFB background.
This text has white color on #E4DCFB background.
Complementary color for #hex is #1B2304.