HEX: #EEB4DC
RGB: (238,180,220)
#EEB4DC contains red, green and blue colors in about the same proportion. Web safe color of #EEB4DC is #FFCCCC (or #FCC).
#EEB4DC color RGB value is (238,180,220).
RGB: (238,180,220)
(93%, 71%, 86%)
R 238 of 255 = 93%
G 180 of 255 = 71%
B 220 of 255 = 86%
R + G + B ~ 83%. #EEB4DC is quite light color.
R + G + B = 238 + 180 + 220 = 638 (100%)
R 238 of 638 ~ 37.3%
G 180 of 638 ~ 28.21%
B 220 of 638 ~ 34.48'%
#EEB4DC color CMYK value is (0,24,8,7).
CMYK: (0,24,8,7)
C0M24Y8K7 (0%, 24%, 8%, 7%)
(0.00 / 0.24 / 0.08 / 0.07)
Color #EEB4DC in popluar color models
EE | B4 | DC | |
---|---|---|---|
RGB | 238 | 180 | 220 |
HSL | 319° | 63.04% | 81.96% |
HSB/HSV | 319° | 24.37% | 93.33% |
CMYK | 0.00% | 24.37% | 7.56% |
6.67% |
Color #EEB4DC in popluar number systems.
HEX | EE | B4 | DC |
Decimal | 238 | 180 | 220 |
Binary | 11101110 | 10110100 | 11011100 |
Octal | 356 | 264 | 334 |
Shades of #EEB4DC
Tints of #EEB4DC
Examples of css and html codes for elements with #EEB4DC color. Also use rgb(238,180,220) instead hex code.
.myTextColor { color: #EEB4DC; }
<p style="color:#EEB4DC">This sample text font color is #EEB4DC.</p>
This text font color is #EEB4DC.
.myBgColor { background-color: #EEB4DC; }
<div style="background-color:#EEB4DC">Inner text</div>
This div background color is #EEB4DC.
.myBorderColor { border: 1px solid #EEB4DC; }
<div style="border:3px solid #EEB4DC">Div</div>
This div border color is #EEB4DC.
.myOpacity80 { color: #EEB4DC; opacity: 0.8; }
<p style="color:#EEB4DC;opacity:0.8;">80%</p>
Text with #EEB4DC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EEB4DC;}
<p style="text-shadow: 3px 3px 1px #EEB4DC">Text here.</p>
This text has shadow with #EEB4DC color.
.textShadow {text-shadow: 3px 3px 1px #EEB4DC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EEB4DC, 5px 5px 20px red">Text here.</p>
This text has shadow with #EEB4DC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEB4DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EEB4DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #EEB4DC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EEB4DC;
-webkit-box-shadow: 1px 1px 3px 2px #EEB4DC;
box-shadow: 1px 1px 3px 2px #EEB4DC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEB4DC; -webkit-box-shadow: 1px 1px 3px 2px #EEB4DC; box-shadow:1px 1px 3px 2px #EEB4DC;">
Div content here
</div>
This text has color #EEB4DC on black background.
This text has color #EEB4DC on white background.
This text has black color on #EEB4DC background.
This text has white color on #EEB4DC background.
Complementary color for #hex is #114B23.