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