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