HEX: #EBDEFC
RGB: (235,222,252)
#EBDEFC contains red, green and blue colors in about the same proportion. Web safe color of #EBDEFC is #FFCCFF (or #FCF).
#EBDEFC color RGB value is (235,222,252).
RGB: (235,222,252)
(92%, 87%, 99%)
R 235 of 255 = 92%
G 222 of 255 = 87%
B 252 of 255 = 99%
R + G + B ~ 93%. #EBDEFC is light color.
R + G + B = 235 + 222 + 252 = 709 (100%)
R 235 of 709 ~ 33.15%
G 222 of 709 ~ 31.31%
B 252 of 709 ~ 35.54'%
#EBDEFC color CMYK value is (7,12,0,1).
CMYK: (7,12,0,1)
C7M12Y0K1 (7%, 12%, 0%, 1%)
(0.07 / 0.12 / 0.00 / 0.01)
Color #EBDEFC in popluar color models
EB | DE | FC | |
---|---|---|---|
RGB | 235 | 222 | 252 |
HSL | 266° | 83.33% | 92.94% |
HSB/HSV | 266° | 11.90% | 98.82% |
CMYK | 6.75% | 11.90% | 0.00% |
1.18% |
Color #EBDEFC in popluar number systems.
HEX | EB | DE | FC |
Decimal | 235 | 222 | 252 |
Binary | 11101011 | 11011110 | 11111100 |
Octal | 353 | 336 | 374 |
Shades of #EBDEFC
Tints of #EBDEFC
Examples of css and html codes for elements with #EBDEFC color. Also use rgb(235,222,252) instead hex code.
.myTextColor { color: #EBDEFC; }
<p style="color:#EBDEFC">This sample text font color is #EBDEFC.</p>
This text font color is #EBDEFC.
.myBgColor { background-color: #EBDEFC; }
<div style="background-color:#EBDEFC">Inner text</div>
This div background color is #EBDEFC.
.myBorderColor { border: 1px solid #EBDEFC; }
<div style="border:3px solid #EBDEFC">Div</div>
This div border color is #EBDEFC.
.myOpacity80 { color: #EBDEFC; opacity: 0.8; }
<p style="color:#EBDEFC;opacity:0.8;">80%</p>
Text with #EBDEFC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EBDEFC;}
<p style="text-shadow: 3px 3px 1px #EBDEFC">Text here.</p>
This text has shadow with #EBDEFC color.
.textShadow {text-shadow: 3px 3px 1px #EBDEFC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EBDEFC, 5px 5px 20px red">Text here.</p>
This text has shadow with #EBDEFC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBDEFC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EBDEFC, Direction=45, Strength=4)">Text</p>
This text has shadow with #EBDEFC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EBDEFC;
-webkit-box-shadow: 1px 1px 3px 2px #EBDEFC;
box-shadow: 1px 1px 3px 2px #EBDEFC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBDEFC; -webkit-box-shadow: 1px 1px 3px 2px #EBDEFC; box-shadow:1px 1px 3px 2px #EBDEFC;">
Div content here
</div>
This text has color #EBDEFC on black background.
This text has color #EBDEFC on white background.
This text has black color on #EBDEFC background.
This text has white color on #EBDEFC background.
Complementary color for #hex is #142103.