HEX: #EEB8DD
RGB: (238,184,221)
#EEB8DD contains red, green and blue colors in about the same proportion. Web safe color of #EEB8DD is #FFCCCC (or #FCC).
#EEB8DD color RGB value is (238,184,221).
RGB: (238,184,221)
(93%, 72%, 87%)
R 238 of 255 = 93%
G 184 of 255 = 72%
B 221 of 255 = 87%
R + G + B ~ 84%. #EEB8DD is quite light color.
R + G + B = 238 + 184 + 221 = 643 (100%)
R 238 of 643 ~ 37.01%
G 184 of 643 ~ 28.62%
B 221 of 643 ~ 34.37'%
#EEB8DD color CMYK value is (0,23,7,7).
CMYK: (0,23,7,7)
C0M23Y7K7 (0%, 23%, 7%, 7%)
(0.00 / 0.23 / 0.07 / 0.07)
Color #EEB8DD in popluar color models
EE | B8 | DD | |
---|---|---|---|
RGB | 238 | 184 | 221 |
HSL | 319° | 61.36% | 82.75% |
HSB/HSV | 319° | 22.69% | 93.33% |
CMYK | 0.00% | 22.69% | 7.14% |
6.67% |
Color #EEB8DD in popluar number systems.
HEX | EE | B8 | DD |
Decimal | 238 | 184 | 221 |
Binary | 11101110 | 10111000 | 11011101 |
Octal | 356 | 270 | 335 |
Shades of #EEB8DD
Tints of #EEB8DD
Examples of css and html codes for elements with #EEB8DD color. Also use rgb(238,184,221) instead hex code.
.myTextColor { color: #EEB8DD; }
<p style="color:#EEB8DD">This sample text font color is #EEB8DD.</p>
This text font color is #EEB8DD.
.myBgColor { background-color: #EEB8DD; }
<div style="background-color:#EEB8DD">Inner text</div>
This div background color is #EEB8DD.
.myBorderColor { border: 1px solid #EEB8DD; }
<div style="border:3px solid #EEB8DD">Div</div>
This div border color is #EEB8DD.
.myOpacity80 { color: #EEB8DD; opacity: 0.8; }
<p style="color:#EEB8DD;opacity:0.8;">80%</p>
Text with #EEB8DD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EEB8DD;}
<p style="text-shadow: 3px 3px 1px #EEB8DD">Text here.</p>
This text has shadow with #EEB8DD color.
.textShadow {text-shadow: 3px 3px 1px #EEB8DD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EEB8DD, 5px 5px 20px red">Text here.</p>
This text has shadow with #EEB8DD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEB8DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EEB8DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #EEB8DD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EEB8DD;
-webkit-box-shadow: 1px 1px 3px 2px #EEB8DD;
box-shadow: 1px 1px 3px 2px #EEB8DD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEB8DD; -webkit-box-shadow: 1px 1px 3px 2px #EEB8DD; box-shadow:1px 1px 3px 2px #EEB8DD;">
Div content here
</div>
This text has color #EEB8DD on black background.
This text has color #EEB8DD on white background.
This text has black color on #EEB8DD background.
This text has white color on #EEB8DD background.
Complementary color for #hex is #114722.