HEX: #EBD4DC
RGB: (235,212,220)
#EBD4DC contains red, green and blue colors in about the same proportion. Web safe color of #EBD4DC is #FFCCCC (or #FCC).
#EBD4DC color RGB value is (235,212,220).
RGB: (235,212,220)
(92%, 83%, 86%)
R 235 of 255 = 92%
G 212 of 255 = 83%
B 220 of 255 = 86%
R + G + B ~ 87%. #EBD4DC is light color.
R + G + B = 235 + 212 + 220 = 667 (100%)
R 235 of 667 ~ 35.23%
G 212 of 667 ~ 31.78%
B 220 of 667 ~ 32.98'%
#EBD4DC color CMYK value is (0,10,6,8).
CMYK: (0,10,6,8)
C0M10Y6K8 (0%, 10%, 6%, 8%)
(0.00 / 0.10 / 0.06 / 0.08)
Color #EBD4DC in popluar color models
EB | D4 | DC | |
---|---|---|---|
RGB | 235 | 212 | 220 |
HSL | 339° | 36.51% | 87.65% |
HSB/HSV | 339° | 9.79% | 92.16% |
CMYK | 0.00% | 9.79% | 6.38% |
7.84% |
Color #EBD4DC in popluar number systems.
HEX | EB | D4 | DC |
Decimal | 235 | 212 | 220 |
Binary | 11101011 | 11010100 | 11011100 |
Octal | 353 | 324 | 334 |
Shades of #EBD4DC
Tints of #EBD4DC
Examples of css and html codes for elements with #EBD4DC color. Also use rgb(235,212,220) instead hex code.
.myTextColor { color: #EBD4DC; }
<p style="color:#EBD4DC">This sample text font color is #EBD4DC.</p>
This text font color is #EBD4DC.
.myBgColor { background-color: #EBD4DC; }
<div style="background-color:#EBD4DC">Inner text</div>
This div background color is #EBD4DC.
.myBorderColor { border: 1px solid #EBD4DC; }
<div style="border:3px solid #EBD4DC">Div</div>
This div border color is #EBD4DC.
.myOpacity80 { color: #EBD4DC; opacity: 0.8; }
<p style="color:#EBD4DC;opacity:0.8;">80%</p>
Text with #EBD4DC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EBD4DC;}
<p style="text-shadow: 3px 3px 1px #EBD4DC">Text here.</p>
This text has shadow with #EBD4DC color.
.textShadow {text-shadow: 3px 3px 1px #EBD4DC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EBD4DC, 5px 5px 20px red">Text here.</p>
This text has shadow with #EBD4DC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBD4DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EBD4DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #EBD4DC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EBD4DC;
-webkit-box-shadow: 1px 1px 3px 2px #EBD4DC;
box-shadow: 1px 1px 3px 2px #EBD4DC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBD4DC; -webkit-box-shadow: 1px 1px 3px 2px #EBD4DC; box-shadow:1px 1px 3px 2px #EBD4DC;">
Div content here
</div>
This text has color #EBD4DC on black background.
This text has color #EBD4DC on white background.
This text has black color on #EBD4DC background.
This text has white color on #EBD4DC background.
Complementary color for #hex is #142B23.