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