HEX: #EBC2DF
RGB: (235,194,223)
#EBC2DF contains red, green and blue colors in about the same proportion. Web safe color of #EBC2DF is #FFCCCC (or #FCC).
#EBC2DF color RGB value is (235,194,223).
RGB: (235,194,223)
(92%, 76%, 87%)
R 235 of 255 = 92%
G 194 of 255 = 76%
B 223 of 255 = 87%
R + G + B ~ 85%. #EBC2DF is quite light color.
R + G + B = 235 + 194 + 223 = 652 (100%)
R 235 of 652 ~ 36.04%
G 194 of 652 ~ 29.75%
B 223 of 652 ~ 34.2'%
#EBC2DF 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 #EBC2DF in popluar color models
EB | C2 | DF | |
---|---|---|---|
RGB | 235 | 194 | 223 |
HSL | 318° | 50.62% | 84.12% |
HSB/HSV | 318° | 17.45% | 92.16% |
CMYK | 0.00% | 17.45% | 5.11% |
7.84% |
Color #EBC2DF in popluar number systems.
HEX | EB | C2 | DF |
Decimal | 235 | 194 | 223 |
Binary | 11101011 | 11000010 | 11011111 |
Octal | 353 | 302 | 337 |
Shades of #EBC2DF
Tints of #EBC2DF
Examples of css and html codes for elements with #EBC2DF color. Also use rgb(235,194,223) instead hex code.
.myTextColor { color: #EBC2DF; }
<p style="color:#EBC2DF">This sample text font color is #EBC2DF.</p>
This text font color is #EBC2DF.
.myBgColor { background-color: #EBC2DF; }
<div style="background-color:#EBC2DF">Inner text</div>
This div background color is #EBC2DF.
.myBorderColor { border: 1px solid #EBC2DF; }
<div style="border:3px solid #EBC2DF">Div</div>
This div border color is #EBC2DF.
.myOpacity80 { color: #EBC2DF; opacity: 0.8; }
<p style="color:#EBC2DF;opacity:0.8;">80%</p>
Text with #EBC2DF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EBC2DF;}
<p style="text-shadow: 3px 3px 1px #EBC2DF">Text here.</p>
This text has shadow with #EBC2DF color.
.textShadow {text-shadow: 3px 3px 1px #EBC2DF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EBC2DF, 5px 5px 20px red">Text here.</p>
This text has shadow with #EBC2DF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBC2DF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EBC2DF, Direction=45, Strength=4)">Text</p>
This text has shadow with #EBC2DF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EBC2DF;
-webkit-box-shadow: 1px 1px 3px 2px #EBC2DF;
box-shadow: 1px 1px 3px 2px #EBC2DF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBC2DF; -webkit-box-shadow: 1px 1px 3px 2px #EBC2DF; box-shadow:1px 1px 3px 2px #EBC2DF;">
Div content here
</div>
This text has color #EBC2DF on black background.
This text has color #EBC2DF on white background.
This text has black color on #EBC2DF background.
This text has white color on #EBC2DF background.
Complementary color for #hex is #143D20.