HEX: #E2DBEC
RGB: (226,219,236)
#E2DBEC contains red, green and blue colors in about the same proportion. Web safe color of #E2DBEC is #CCCCFF (or #CCF).
#E2DBEC color RGB value is (226,219,236).
RGB: (226,219,236)
(89%, 86%, 93%)
R 226 of 255 = 89%
G 219 of 255 = 86%
B 236 of 255 = 93%
R + G + B ~ 89%. #E2DBEC is light color.
R + G + B = 226 + 219 + 236 = 681 (100%)
R 226 of 681 ~ 33.19%
G 219 of 681 ~ 32.16%
B 236 of 681 ~ 34.65'%
#E2DBEC color CMYK value is (4,7,0,7).
CMYK: (4,7,0,7)
C4M7Y0K7 (4%, 7%, 0%, 7%)
(0.04 / 0.07 / 0.00 / 0.07)
Color #E2DBEC in popluar color models
E2 | DB | EC | |
---|---|---|---|
RGB | 226 | 219 | 236 |
HSL | 265° | 30.91% | 89.22% |
HSB/HSV | 265° | 7.20% | 92.55% |
CMYK | 4.24% | 7.20% | 0.00% |
7.45% |
Color #E2DBEC in popluar number systems.
HEX | E2 | DB | EC |
Decimal | 226 | 219 | 236 |
Binary | 11100010 | 11011011 | 11101100 |
Octal | 342 | 333 | 354 |
Shades of #E2DBEC
Tints of #E2DBEC
Examples of css and html codes for elements with #E2DBEC color. Also use rgb(226,219,236) instead hex code.
.myTextColor { color: #E2DBEC; }
<p style="color:#E2DBEC">This sample text font color is #E2DBEC.</p>
This text font color is #E2DBEC.
.myBgColor { background-color: #E2DBEC; }
<div style="background-color:#E2DBEC">Inner text</div>
This div background color is #E2DBEC.
.myBorderColor { border: 1px solid #E2DBEC; }
<div style="border:3px solid #E2DBEC">Div</div>
This div border color is #E2DBEC.
.myOpacity80 { color: #E2DBEC; opacity: 0.8; }
<p style="color:#E2DBEC;opacity:0.8;">80%</p>
Text with #E2DBEC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E2DBEC;}
<p style="text-shadow: 3px 3px 1px #E2DBEC">Text here.</p>
This text has shadow with #E2DBEC color.
.textShadow {text-shadow: 3px 3px 1px #E2DBEC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E2DBEC, 5px 5px 20px red">Text here.</p>
This text has shadow with #E2DBEC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E2DBEC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E2DBEC, Direction=45, Strength=4)">Text</p>
This text has shadow with #E2DBEC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E2DBEC;
-webkit-box-shadow: 1px 1px 3px 2px #E2DBEC;
box-shadow: 1px 1px 3px 2px #E2DBEC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E2DBEC; -webkit-box-shadow: 1px 1px 3px 2px #E2DBEC; box-shadow:1px 1px 3px 2px #E2DBEC;">
Div content here
</div>
This text has color #E2DBEC on black background.
This text has color #E2DBEC on white background.
This text has black color on #E2DBEC background.
This text has white color on #E2DBEC background.
Complementary color for #hex is #1D2413.