HEX: #EFD5DE
RGB: (239,213,222)
#EFD5DE contains red, green and blue colors in about the same proportion. Web safe color of #EFD5DE is #FFCCCC (or #FCC).
#EFD5DE color RGB value is (239,213,222).
RGB: (239,213,222)
(94%, 84%, 87%)
R 239 of 255 = 94%
G 213 of 255 = 84%
B 222 of 255 = 87%
R + G + B ~ 88%. #EFD5DE is light color.
R + G + B = 239 + 213 + 222 = 674 (100%)
R 239 of 674 ~ 35.46%
G 213 of 674 ~ 31.6%
B 222 of 674 ~ 32.94'%
#EFD5DE color CMYK value is (0,11,7,6).
CMYK: (0,11,7,6)
C0M11Y7K6 (0%, 11%, 7%, 6%)
(0.00 / 0.11 / 0.07 / 0.06)
Color #EFD5DE in popluar color models
EF | D5 | DE | |
---|---|---|---|
RGB | 239 | 213 | 222 |
HSL | 339° | 44.83% | 88.63% |
HSB/HSV | 339° | 10.88% | 93.73% |
CMYK | 0.00% | 10.88% | 7.11% |
6.27% |
Color #EFD5DE in popluar number systems.
HEX | EF | D5 | DE |
Decimal | 239 | 213 | 222 |
Binary | 11101111 | 11010101 | 11011110 |
Octal | 357 | 325 | 336 |
Shades of #EFD5DE
Tints of #EFD5DE
Examples of css and html codes for elements with #EFD5DE color. Also use rgb(239,213,222) instead hex code.
.myTextColor { color: #EFD5DE; }
<p style="color:#EFD5DE">This sample text font color is #EFD5DE.</p>
This text font color is #EFD5DE.
.myBgColor { background-color: #EFD5DE; }
<div style="background-color:#EFD5DE">Inner text</div>
This div background color is #EFD5DE.
.myBorderColor { border: 1px solid #EFD5DE; }
<div style="border:3px solid #EFD5DE">Div</div>
This div border color is #EFD5DE.
.myOpacity80 { color: #EFD5DE; opacity: 0.8; }
<p style="color:#EFD5DE;opacity:0.8;">80%</p>
Text with #EFD5DE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFD5DE;}
<p style="text-shadow: 3px 3px 1px #EFD5DE">Text here.</p>
This text has shadow with #EFD5DE color.
.textShadow {text-shadow: 3px 3px 1px #EFD5DE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFD5DE, 5px 5px 20px red">Text here.</p>
This text has shadow with #EFD5DE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFD5DE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFD5DE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFD5DE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EFD5DE;
-webkit-box-shadow: 1px 1px 3px 2px #EFD5DE;
box-shadow: 1px 1px 3px 2px #EFD5DE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFD5DE; -webkit-box-shadow: 1px 1px 3px 2px #EFD5DE; box-shadow:1px 1px 3px 2px #EFD5DE;">
Div content here
</div>
This text has color #EFD5DE on black background.
This text has color #EFD5DE on white background.
This text has black color on #EFD5DE background.
This text has white color on #EFD5DE background.
Complementary color for #hex is #102A21.