HEX: #EEDBEC
RGB: (238,219,236)
#EEDBEC contains red, green and blue colors in about the same proportion. Web safe color of #EEDBEC is #FFCCFF (or #FCF).
#EEDBEC color RGB value is (238,219,236).
RGB: (238,219,236)
(93%, 86%, 93%)
R 238 of 255 = 93%
G 219 of 255 = 86%
B 236 of 255 = 93%
R + G + B ~ 91%. #EEDBEC is light color.
R + G + B = 238 + 219 + 236 = 693 (100%)
R 238 of 693 ~ 34.34%
G 219 of 693 ~ 31.6%
B 236 of 693 ~ 34.05'%
#EEDBEC color CMYK value is (0,8,1,7).
CMYK: (0,8,1,7)
C0M8Y1K7 (0%, 8%, 1%, 7%)
(0.00 / 0.08 / 0.01 / 0.07)
Color #EEDBEC in popluar color models
EE | DB | EC | |
---|---|---|---|
RGB | 238 | 219 | 236 |
HSL | 306° | 35.85% | 89.61% |
HSB/HSV | 306° | 7.98% | 93.33% |
CMYK | 0.00% | 7.98% | 0.84% |
6.67% |
Color #EEDBEC in popluar number systems.
HEX | EE | DB | EC |
Decimal | 238 | 219 | 236 |
Binary | 11101110 | 11011011 | 11101100 |
Octal | 356 | 333 | 354 |
Shades of #EEDBEC
Tints of #EEDBEC
Examples of css and html codes for elements with #EEDBEC color. Also use rgb(238,219,236) instead hex code.
.myTextColor { color: #EEDBEC; }
<p style="color:#EEDBEC">This sample text font color is #EEDBEC.</p>
This text font color is #EEDBEC.
.myBgColor { background-color: #EEDBEC; }
<div style="background-color:#EEDBEC">Inner text</div>
This div background color is #EEDBEC.
.myBorderColor { border: 1px solid #EEDBEC; }
<div style="border:3px solid #EEDBEC">Div</div>
This div border color is #EEDBEC.
.myOpacity80 { color: #EEDBEC; opacity: 0.8; }
<p style="color:#EEDBEC;opacity:0.8;">80%</p>
Text with #EEDBEC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EEDBEC;}
<p style="text-shadow: 3px 3px 1px #EEDBEC">Text here.</p>
This text has shadow with #EEDBEC color.
.textShadow {text-shadow: 3px 3px 1px #EEDBEC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EEDBEC, 5px 5px 20px red">Text here.</p>
This text has shadow with #EEDBEC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEDBEC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EEDBEC, Direction=45, Strength=4)">Text</p>
This text has shadow with #EEDBEC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EEDBEC;
-webkit-box-shadow: 1px 1px 3px 2px #EEDBEC;
box-shadow: 1px 1px 3px 2px #EEDBEC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEDBEC; -webkit-box-shadow: 1px 1px 3px 2px #EEDBEC; box-shadow:1px 1px 3px 2px #EEDBEC;">
Div content here
</div>
This text has color #EEDBEC on black background.
This text has color #EEDBEC on white background.
This text has black color on #EEDBEC background.
This text has white color on #EEDBEC background.
Complementary color for #hex is #112413.