HEX: #EDC3FA
RGB: (237,195,250)
#EDC3FA contains red, green and blue colors in about the same proportion. Web safe color of #EDC3FA is #FFCCFF (or #FCF).
#EDC3FA color RGB value is (237,195,250).
RGB: (237,195,250)
(93%, 76%, 98%)
R 237 of 255 = 93%
G 195 of 255 = 76%
B 250 of 255 = 98%
R + G + B ~ 89%. #EDC3FA is light color.
R + G + B = 237 + 195 + 250 = 682 (100%)
R 237 of 682 ~ 34.75%
G 195 of 682 ~ 28.59%
B 250 of 682 ~ 36.66'%
#EDC3FA color CMYK value is (5,22,0,2).
CMYK: (5,22,0,2)
C5M22Y0K2 (5%, 22%, 0%, 2%)
(0.05 / 0.22 / 0.00 / 0.02)
Color #EDC3FA in popluar color models
ED | C3 | FA | |
---|---|---|---|
RGB | 237 | 195 | 250 |
HSL | 286° | 84.62% | 87.25% |
HSB/HSV | 286° | 22.00% | 98.04% |
CMYK | 5.20% | 22.00% | 0.00% |
1.96% |
Color #EDC3FA in popluar number systems.
HEX | ED | C3 | FA |
Decimal | 237 | 195 | 250 |
Binary | 11101101 | 11000011 | 11111010 |
Octal | 355 | 303 | 372 |
Shades of #EDC3FA
Tints of #EDC3FA
Examples of css and html codes for elements with #EDC3FA color. Also use rgb(237,195,250) instead hex code.
.myTextColor { color: #EDC3FA; }
<p style="color:#EDC3FA">This sample text font color is #EDC3FA.</p>
This text font color is #EDC3FA.
.myBgColor { background-color: #EDC3FA; }
<div style="background-color:#EDC3FA">Inner text</div>
This div background color is #EDC3FA.
.myBorderColor { border: 1px solid #EDC3FA; }
<div style="border:3px solid #EDC3FA">Div</div>
This div border color is #EDC3FA.
.myOpacity80 { color: #EDC3FA; opacity: 0.8; }
<p style="color:#EDC3FA;opacity:0.8;">80%</p>
Text with #EDC3FA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDC3FA;}
<p style="text-shadow: 3px 3px 1px #EDC3FA">Text here.</p>
This text has shadow with #EDC3FA color.
.textShadow {text-shadow: 3px 3px 1px #EDC3FA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDC3FA, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDC3FA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDC3FA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDC3FA, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDC3FA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDC3FA;
-webkit-box-shadow: 1px 1px 3px 2px #EDC3FA;
box-shadow: 1px 1px 3px 2px #EDC3FA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDC3FA; -webkit-box-shadow: 1px 1px 3px 2px #EDC3FA; box-shadow:1px 1px 3px 2px #EDC3FA;">
Div content here
</div>
This text has color #EDC3FA on black background.
This text has color #EDC3FA on white background.
This text has black color on #EDC3FA background.
This text has white color on #EDC3FA background.
Complementary color for #hex is #123C05.