HEX: #ECD5EC
RGB: (236,213,236)
#ECD5EC contains red, green and blue colors in about the same proportion. Web safe color of #ECD5EC is #FFCCFF (or #FCF).
#ECD5EC color RGB value is (236,213,236).
RGB: (236,213,236)
(93%, 84%, 93%)
R 236 of 255 = 93%
G 213 of 255 = 84%
B 236 of 255 = 93%
R + G + B ~ 90%. #ECD5EC is light color.
R + G + B = 236 + 213 + 236 = 685 (100%)
R 236 of 685 ~ 34.45%
G 213 of 685 ~ 31.09%
B 236 of 685 ~ 34.45'%
#ECD5EC color CMYK value is (0,10,0,7).
CMYK: (0,10,0,7) C0M10Y0K7 (0%,10%,0%,7%) (0.00/0.10/0.00/0.07)
Color #ECD5EC in popluar color models
EC | D5 | EC | |
---|---|---|---|
RGB | 236 | 213 | 236 |
HSL | 300° | 37.70% | 88.04% |
HSB/HSV | 300° | 9.75% | 92.55% |
CMYK | 0.00% | 9.75% | 0.00% |
7.45% |
Color #ECD5EC in popluar number systems.
HEX | EC | D5 | EC |
Decimal | 236 | 213 | 236 |
Binary | 11101100 | 11010101 | 11101100 |
Octal | 354 | 325 | 354 |
Shades of #ECD5EC
Tints of #ECD5EC
Examples of css and html codes for elements with #ECD5EC color. Also use rgb(236,213,236) instead hex code.
.myTextColor { color: #ECD5EC; }
<p style="color:#ECD5EC">This sample text font color is #ECD5EC.</p>
This text font color is #ECD5EC.
.myBgColor { background-color: #ECD5EC; }
<div style="background-color:#ECD5EC">Inner text</div>
This div background color is #ECD5EC.
.myBorderColor { border: 1px solid #ECD5EC; }
<div style="border:3px solid #ECD5EC">Div</div>
This div border color is #ECD5EC.
.myOpacity80 { color: #ECD5EC; opacity: 0.8; }
<p style="color:#ECD5EC;opacity:0.8;">80%</p>
Text with #ECD5EC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ECD5EC;}
<p style="text-shadow: 3px 3px 1px #ECD5EC">Text here.</p>
This text has shadow with #ECD5EC color.
.textShadow {text-shadow: 3px 3px 1px #ECD5EC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ECD5EC, 5px 5px 20px red">Text here.</p>
This text has shadow with #ECD5EC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ECD5EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ECD5EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #ECD5EC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ECD5EC;
-webkit-box-shadow: 1px 1px 3px 2px #ECD5EC;
box-shadow: 1px 1px 3px 2px #ECD5EC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ECD5EC; -webkit-box-shadow: 1px 1px 3px 2px #ECD5EC; box-shadow:1px 1px 3px 2px #ECD5EC;">
Div content here
</div>
This text has color #ECD5EC on black background.
This text has color #ECD5EC on white background.
This text has black color on #ECD5EC background.
This text has white color on #ECD5EC background.
Complementary color for #hex is #132A13.