HEX: #EBCCDB
RGB: (235,204,219)
#EBCCDB contains red, green and blue colors in about the same proportion. Web safe color of #EBCCDB is #FFCCCC (or #FCC).
#EBCCDB color RGB value is (235,204,219).
RGB: (235,204,219)
(92%, 80%, 86%)
R 235 of 255 = 92%
G 204 of 255 = 80%
B 219 of 255 = 86%
R + G + B ~ 86%. #EBCCDB is light color.
R + G + B = 235 + 204 + 219 = 658 (100%)
R 235 of 658 ~ 35.71%
G 204 of 658 ~ 31%
B 219 of 658 ~ 33.28'%
#EBCCDB color CMYK value is (0,13,7,8).
CMYK: (0,13,7,8) C0M13Y7K8 (0%,13%,7%,8%) (0.00/0.13/0.07/0.08)
Color #EBCCDB in popluar color models
EB | CC | DB | |
---|---|---|---|
RGB | 235 | 204 | 219 |
HSL | 331° | 43.66% | 86.08% |
HSB/HSV | 331° | 13.19% | 92.16% |
CMYK | 0.00% | 13.19% | 6.81% |
7.84% |
Color #EBCCDB in popluar number systems.
HEX | EB | CC | DB |
Decimal | 235 | 204 | 219 |
Binary | 11101011 | 11001100 | 11011011 |
Octal | 353 | 314 | 333 |
Shades of #EBCCDB
Tints of #EBCCDB
Examples of css and html codes for elements with #EBCCDB color. Also use rgb(235,204,219) instead hex code.
.myTextColor { color: #EBCCDB; }
<p style="color:#EBCCDB">This sample text font color is #EBCCDB.</p>
This text font color is #EBCCDB.
.myBgColor { background-color: #EBCCDB; }
<div style="background-color:#EBCCDB">Inner text</div>
This div background color is #EBCCDB.
.myBorderColor { border: 1px solid #EBCCDB; }
<div style="border:3px solid #EBCCDB">Div</div>
This div border color is #EBCCDB.
.myOpacity80 { color: #EBCCDB; opacity: 0.8; }
<p style="color:#EBCCDB;opacity:0.8;">80%</p>
Text with #EBCCDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EBCCDB;}
<p style="text-shadow: 3px 3px 1px #EBCCDB">Text here.</p>
This text has shadow with #EBCCDB color.
.textShadow {text-shadow: 3px 3px 1px #EBCCDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EBCCDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #EBCCDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBCCDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EBCCDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #EBCCDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EBCCDB;
-webkit-box-shadow: 1px 1px 3px 2px #EBCCDB;
box-shadow: 1px 1px 3px 2px #EBCCDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBCCDB; -webkit-box-shadow: 1px 1px 3px 2px #EBCCDB; box-shadow:1px 1px 3px 2px #EBCCDB;">
Div content here
</div>
This text has color #EBCCDB on black background.
This text has color #EBCCDB on white background.
This text has black color on #EBCCDB background.
This text has white color on #EBCCDB background.
Complementary color for #hex is #143324.