HEX: #EBD2FA
RGB: (235,210,250)
#EBD2FA contains red, green and blue colors in about the same proportion. Web safe color of #EBD2FA is #FFCCFF (or #FCF).
#EBD2FA color RGB value is (235,210,250).
RGB: (235,210,250)
(92%, 82%, 98%)
R 235 of 255 = 92%
G 210 of 255 = 82%
B 250 of 255 = 98%
R + G + B ~ 91%. #EBD2FA is light color.
R + G + B = 235 + 210 + 250 = 695 (100%)
R 235 of 695 ~ 33.81%
G 210 of 695 ~ 30.22%
B 250 of 695 ~ 35.97'%
#EBD2FA color CMYK value is (6,16,0,2).
CMYK: (6,16,0,2)
C6M16Y0K2 (6%, 16%, 0%, 2%)
(0.06 / 0.16 / 0.00 / 0.02)
Color #EBD2FA in popluar color models
EB | D2 | FA | |
---|---|---|---|
RGB | 235 | 210 | 250 |
HSL | 278° | 80.00% | 90.20% |
HSB/HSV | 278° | 16.00% | 98.04% |
CMYK | 6.00% | 16.00% | 0.00% |
1.96% |
Color #EBD2FA in popluar number systems.
HEX | EB | D2 | FA |
Decimal | 235 | 210 | 250 |
Binary | 11101011 | 11010010 | 11111010 |
Octal | 353 | 322 | 372 |
Shades of #EBD2FA
Tints of #EBD2FA
Examples of css and html codes for elements with #EBD2FA color. Also use rgb(235,210,250) instead hex code.
.myTextColor { color: #EBD2FA; }
<p style="color:#EBD2FA">This sample text font color is #EBD2FA.</p>
This text font color is #EBD2FA.
.myBgColor { background-color: #EBD2FA; }
<div style="background-color:#EBD2FA">Inner text</div>
This div background color is #EBD2FA.
.myBorderColor { border: 1px solid #EBD2FA; }
<div style="border:3px solid #EBD2FA">Div</div>
This div border color is #EBD2FA.
.myOpacity80 { color: #EBD2FA; opacity: 0.8; }
<p style="color:#EBD2FA;opacity:0.8;">80%</p>
Text with #EBD2FA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EBD2FA;}
<p style="text-shadow: 3px 3px 1px #EBD2FA">Text here.</p>
This text has shadow with #EBD2FA color.
.textShadow {text-shadow: 3px 3px 1px #EBD2FA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EBD2FA, 5px 5px 20px red">Text here.</p>
This text has shadow with #EBD2FA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBD2FA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EBD2FA, Direction=45, Strength=4)">Text</p>
This text has shadow with #EBD2FA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EBD2FA;
-webkit-box-shadow: 1px 1px 3px 2px #EBD2FA;
box-shadow: 1px 1px 3px 2px #EBD2FA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBD2FA; -webkit-box-shadow: 1px 1px 3px 2px #EBD2FA; box-shadow:1px 1px 3px 2px #EBD2FA;">
Div content here
</div>
This text has color #EBD2FA on black background.
This text has color #EBD2FA on white background.
This text has black color on #EBD2FA background.
This text has white color on #EBD2FA background.
Complementary color for #hex is #142D05.