HEX: #EFD7DD
RGB: (239,215,221)
#EFD7DD contains red, green and blue colors in about the same proportion. Web safe color of #EFD7DD is #FFCCCC (or #FCC).
#EFD7DD color RGB value is (239,215,221).
RGB: (239,215,221)
(94%, 84%, 87%)
R 239 of 255 = 94%
G 215 of 255 = 84%
B 221 of 255 = 87%
R + G + B ~ 88%. #EFD7DD is light color.
R + G + B = 239 + 215 + 221 = 675 (100%)
R 239 of 675 ~ 35.41%
G 215 of 675 ~ 31.85%
B 221 of 675 ~ 32.74'%
#EFD7DD color CMYK value is (0,10,8,6).
CMYK: (0,10,8,6) C0M10Y8K6 (0%,10%,8%,6%) (0.00/0.10/0.08/0.06)
Color #EFD7DD in popluar color models
EF | D7 | DD | |
---|---|---|---|
RGB | 239 | 215 | 221 |
HSL | 345° | 42.86% | 89.02% |
HSB/HSV | 345° | 10.04% | 93.73% |
CMYK | 0.00% | 10.04% | 7.53% |
6.27% |
Color #EFD7DD in popluar number systems.
HEX | EF | D7 | DD |
Decimal | 239 | 215 | 221 |
Binary | 11101111 | 11010111 | 11011101 |
Octal | 357 | 327 | 335 |
Shades of #EFD7DD
Tints of #EFD7DD
Examples of css and html codes for elements with #EFD7DD color. Also use rgb(239,215,221) instead hex code.
.myTextColor { color: #EFD7DD; }
<p style="color:#EFD7DD">This sample text font color is #EFD7DD.</p>
This text font color is #EFD7DD.
.myBgColor { background-color: #EFD7DD; }
<div style="background-color:#EFD7DD">Inner text</div>
This div background color is #EFD7DD.
.myBorderColor { border: 1px solid #EFD7DD; }
<div style="border:3px solid #EFD7DD">Div</div>
This div border color is #EFD7DD.
.myOpacity80 { color: #EFD7DD; opacity: 0.8; }
<p style="color:#EFD7DD;opacity:0.8;">80%</p>
Text with #EFD7DD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFD7DD;}
<p style="text-shadow: 3px 3px 1px #EFD7DD">Text here.</p>
This text has shadow with #EFD7DD color.
.textShadow {text-shadow: 3px 3px 1px #EFD7DD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFD7DD, 5px 5px 20px red">Text here.</p>
This text has shadow with #EFD7DD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFD7DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFD7DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFD7DD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EFD7DD;
-webkit-box-shadow: 1px 1px 3px 2px #EFD7DD;
box-shadow: 1px 1px 3px 2px #EFD7DD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFD7DD; -webkit-box-shadow: 1px 1px 3px 2px #EFD7DD; box-shadow:1px 1px 3px 2px #EFD7DD;">
Div content here
</div>
This text has color #EFD7DD on black background.
This text has color #EFD7DD on white background.
This text has black color on #EFD7DD background.
This text has white color on #EFD7DD background.
Complementary color for #hex is #102822.