HEX: #EBD7ED
RGB: (235,215,237)
#EBD7ED contains red, green and blue colors in about the same proportion. Web safe color of #EBD7ED is #FFCCFF (or #FCF).
#EBD7ED color RGB value is (235,215,237).
RGB: (235,215,237)
(92%, 84%, 93%)
R 235 of 255 = 92%
G 215 of 255 = 84%
B 237 of 255 = 93%
R + G + B ~ 90%. #EBD7ED is light color.
R + G + B = 235 + 215 + 237 = 687 (100%)
R 235 of 687 ~ 34.21%
G 215 of 687 ~ 31.3%
B 237 of 687 ~ 34.5'%
#EBD7ED color CMYK value is (1,9,0,7).
CMYK: (1,9,0,7)
C1M9Y0K7 (1%, 9%, 0%, 7%)
(0.01 / 0.09 / 0.00 / 0.07)
Color #EBD7ED in popluar color models
EB | D7 | ED | |
---|---|---|---|
RGB | 235 | 215 | 237 |
HSL | 295° | 37.93% | 88.63% |
HSB/HSV | 295° | 9.28% | 92.94% |
CMYK | 0.84% | 9.28% | 0.00% |
7.06% |
Color #EBD7ED in popluar number systems.
HEX | EB | D7 | ED |
Decimal | 235 | 215 | 237 |
Binary | 11101011 | 11010111 | 11101101 |
Octal | 353 | 327 | 355 |
Shades of #EBD7ED
Tints of #EBD7ED
Examples of css and html codes for elements with #EBD7ED color. Also use rgb(235,215,237) instead hex code.
.myTextColor { color: #EBD7ED; }
<p style="color:#EBD7ED">This sample text font color is #EBD7ED.</p>
This text font color is #EBD7ED.
.myBgColor { background-color: #EBD7ED; }
<div style="background-color:#EBD7ED">Inner text</div>
This div background color is #EBD7ED.
.myBorderColor { border: 1px solid #EBD7ED; }
<div style="border:3px solid #EBD7ED">Div</div>
This div border color is #EBD7ED.
.myOpacity80 { color: #EBD7ED; opacity: 0.8; }
<p style="color:#EBD7ED;opacity:0.8;">80%</p>
Text with #EBD7ED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EBD7ED;}
<p style="text-shadow: 3px 3px 1px #EBD7ED">Text here.</p>
This text has shadow with #EBD7ED color.
.textShadow {text-shadow: 3px 3px 1px #EBD7ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EBD7ED, 5px 5px 20px red">Text here.</p>
This text has shadow with #EBD7ED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBD7ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EBD7ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #EBD7ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EBD7ED;
-webkit-box-shadow: 1px 1px 3px 2px #EBD7ED;
box-shadow: 1px 1px 3px 2px #EBD7ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBD7ED; -webkit-box-shadow: 1px 1px 3px 2px #EBD7ED; box-shadow:1px 1px 3px 2px #EBD7ED;">
Div content here
</div>
This text has color #EBD7ED on black background.
This text has color #EBD7ED on white background.
This text has black color on #EBD7ED background.
This text has white color on #EBD7ED background.
Complementary color for #hex is #142812.