HEX: #EDC5EC
RGB: (237,197,236)
#EDC5EC contains red, green and blue colors in about the same proportion. #EDC5EC ‘ nin web güvenlik rengi #FFCCFF (ya da #FCF) dir.
#EDC5EC color RGB value is (237,197,236).
RGB: (237,197,236)
(93%, 77%, 93%)
R 237 of 255 = 93%
G 197 of 255 = 77%
B 236 of 255 = 93%
R + G + B ~ 88%. #EDC5EC is light color.
R + G + B = 237 + 197 + 236 = 670 (100%)
R 237 of 670 ~ 35.37%
G 197 of 670 ~ 29.4%
B 236 of 670 ~ 35.22'%
#EDC5EC rengi CMYK tonu (0,17,0,7).
CMYK: (0,17,0,7)
C0M17Y0K7 (0%, 17%, 0%, 7%)
(0.00 / 0.17 / 0.00 / 0.07)
Color #EDC5EC in popluar color models
ED | C5 | EC | |
---|---|---|---|
RGB | 237 | 197 | 236 |
HSL | 302° | 52.63% | 85.10% |
HSB/HSV | 302° | 16.88% | 92.94% |
CMYK | 0.00% | 16.88% | 0.42% |
7.06% |
Color #EDC5EC in popluar number systems.
HEX | ED | C5 | EC |
Decimal | 237 | 197 | 236 |
Binary | 11101101 | 11000101 | 11101100 |
Octal | 355 | 305 | 354 |
Shades of #EDC5EC
Tints of #EDC5EC
Examples of css and html codes for elements with #EDC5EC color. Also use rgb(237,197,236) instead hex code.
.myTextColor { color: #EDC5EC; }
<p style="color:#EDC5EC">This sample text font color is #EDC5EC.</p>
This text font color is #EDC5EC.
.myBgColor { background-color: #EDC5EC; }
<div style="background-color:#EDC5EC">Inner text</div>
This div background color is #EDC5EC.
.myBorderColor { border: 1px solid #EDC5EC; }
<div style="border:3px solid #EDC5EC">Div</div>
This div border color is #EDC5EC.
.myOpacity80 { color: #EDC5EC; opacity: 0.8; }
<p style="color:#EDC5EC;opacity:0.8;">80%</p>
Text with #EDC5EC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDC5EC;}
<p style="text-shadow: 3px 3px 1px #EDC5EC">Text here.</p>
This text has shadow with #EDC5EC color.
.textShadow {text-shadow: 3px 3px 1px #EDC5EC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDC5EC, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDC5EC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDC5EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDC5EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDC5EC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDC5EC;
-webkit-box-shadow: 1px 1px 3px 2px #EDC5EC;
box-shadow: 1px 1px 3px 2px #EDC5EC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDC5EC; -webkit-box-shadow: 1px 1px 3px 2px #EDC5EC; box-shadow:1px 1px 3px 2px #EDC5EC;">
Div content here
</div>
This text has color #EDC5EC on black background.
This text has color #EDC5EC on white background.
This text has black color on #EDC5EC background.
This text has white color on #EDC5EC background.
Complementary color for #hex is #123A13.