HEX: #EBC4DF
RGB: (235,196,223)
#EBC4DF contains red, green and blue colors in about the same proportion. Web safe color of #EBC4DF is #FFCCCC (or #FCC).
#EBC4DF color RGB value is (235,196,223).
RGB: (235,196,223)
(92%, 77%, 87%)
R 235 of 255 = 92%
G 196 of 255 = 77%
B 223 of 255 = 87%
R + G + B ~ 85%. #EBC4DF is quite light color.
R + G + B = 235 + 196 + 223 = 654 (100%)
R 235 of 654 ~ 35.93%
G 196 of 654 ~ 29.97%
B 223 of 654 ~ 34.1'%
#EBC4DF color CMYK value is (0,17,5,8).
CMYK: (0,17,5,8) C0M17Y5K8 (0%,17%,5%,8%) (0.00/0.17/0.05/0.08)
Color #EBC4DF in popluar color models
EB | C4 | DF | |
---|---|---|---|
RGB | 235 | 196 | 223 |
HSL | 318° | 49.37% | 84.51% |
HSB/HSV | 318° | 16.60% | 92.16% |
CMYK | 0.00% | 16.60% | 5.11% |
7.84% |
Color #EBC4DF in popluar number systems.
HEX | EB | C4 | DF |
Decimal | 235 | 196 | 223 |
Binary | 11101011 | 11000100 | 11011111 |
Octal | 353 | 304 | 337 |
Shades of #EBC4DF
Tints of #EBC4DF
Examples of css and html codes for elements with #EBC4DF color. Also use rgb(235,196,223) instead hex code.
.myTextColor { color: #EBC4DF; }
<p style="color:#EBC4DF">This sample text font color is #EBC4DF.</p>
This text font color is #EBC4DF.
.myBgColor { background-color: #EBC4DF; }
<div style="background-color:#EBC4DF">Inner text</div>
This div background color is #EBC4DF.
.myBorderColor { border: 1px solid #EBC4DF; }
<div style="border:3px solid #EBC4DF">Div</div>
This div border color is #EBC4DF.
.myOpacity80 { color: #EBC4DF; opacity: 0.8; }
<p style="color:#EBC4DF;opacity:0.8;">80%</p>
Text with #EBC4DF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EBC4DF;}
<p style="text-shadow: 3px 3px 1px #EBC4DF">Text here.</p>
This text has shadow with #EBC4DF color.
.textShadow {text-shadow: 3px 3px 1px #EBC4DF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EBC4DF, 5px 5px 20px red">Text here.</p>
This text has shadow with #EBC4DF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBC4DF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EBC4DF, Direction=45, Strength=4)">Text</p>
This text has shadow with #EBC4DF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EBC4DF;
-webkit-box-shadow: 1px 1px 3px 2px #EBC4DF;
box-shadow: 1px 1px 3px 2px #EBC4DF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBC4DF; -webkit-box-shadow: 1px 1px 3px 2px #EBC4DF; box-shadow:1px 1px 3px 2px #EBC4DF;">
Div content here
</div>
This text has color #EBC4DF on black background.
This text has color #EBC4DF on white background.
This text has black color on #EBC4DF background.
This text has white color on #EBC4DF background.
Complementary color for #hex is #143B20.