HEX: #E4BDEC
RGB: (228,189,236)
#E4BDEC contains red, green and blue colors in about the same proportion. Web safe color of #E4BDEC is #CCCCFF (or #CCF).
#E4BDEC color RGB value is (228,189,236).
RGB: (228,189,236)
(89%, 74%, 93%)
R 228 of 255 = 89%
G 189 of 255 = 74%
B 236 of 255 = 93%
R + G + B ~ 85%. #E4BDEC is quite light color.
R + G + B = 228 + 189 + 236 = 653 (100%)
R 228 of 653 ~ 34.92%
G 189 of 653 ~ 28.94%
B 236 of 653 ~ 36.14'%
#E4BDEC color CMYK value is (3,20,0,7).
CMYK: (3,20,0,7)
C3M20Y0K7 (3%, 20%, 0%, 7%)
(0.03 / 0.20 / 0.00 / 0.07)
Color #E4BDEC in popluar color models
E4 | BD | EC | |
---|---|---|---|
RGB | 228 | 189 | 236 |
HSL | 290° | 55.29% | 83.33% |
HSB/HSV | 290° | 19.92% | 92.55% |
CMYK | 3.39% | 19.92% | 0.00% |
7.45% |
Color #E4BDEC in popluar number systems.
HEX | E4 | BD | EC |
Decimal | 228 | 189 | 236 |
Binary | 11100100 | 10111101 | 11101100 |
Octal | 344 | 275 | 354 |
Shades of #E4BDEC
Tints of #E4BDEC
Examples of css and html codes for elements with #E4BDEC color. Also use rgb(228,189,236) instead hex code.
.myTextColor { color: #E4BDEC; }
<p style="color:#E4BDEC">This sample text font color is #E4BDEC.</p>
This text font color is #E4BDEC.
.myBgColor { background-color: #E4BDEC; }
<div style="background-color:#E4BDEC">Inner text</div>
This div background color is #E4BDEC.
.myBorderColor { border: 1px solid #E4BDEC; }
<div style="border:3px solid #E4BDEC">Div</div>
This div border color is #E4BDEC.
.myOpacity80 { color: #E4BDEC; opacity: 0.8; }
<p style="color:#E4BDEC;opacity:0.8;">80%</p>
Text with #E4BDEC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E4BDEC;}
<p style="text-shadow: 3px 3px 1px #E4BDEC">Text here.</p>
This text has shadow with #E4BDEC color.
.textShadow {text-shadow: 3px 3px 1px #E4BDEC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E4BDEC, 5px 5px 20px red">Text here.</p>
This text has shadow with #E4BDEC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4BDEC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E4BDEC, Direction=45, Strength=4)">Text</p>
This text has shadow with #E4BDEC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E4BDEC;
-webkit-box-shadow: 1px 1px 3px 2px #E4BDEC;
box-shadow: 1px 1px 3px 2px #E4BDEC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4BDEC; -webkit-box-shadow: 1px 1px 3px 2px #E4BDEC; box-shadow:1px 1px 3px 2px #E4BDEC;">
Div content here
</div>
This text has color #E4BDEC on black background.
This text has color #E4BDEC on white background.
This text has black color on #E4BDEC background.
This text has white color on #E4BDEC background.
Complementary color for #hex is #1B4213.