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