HEX: #EFD4EC
RGB: (239,212,236)
#EFD4EC contains red, green and blue colors in about the same proportion. Web safe color of #EFD4EC is #FFCCFF (or #FCF).
#EFD4EC color RGB value is (239,212,236).
RGB: (239,212,236)
(94%, 83%, 93%)
R 239 of 255 = 94%
G 212 of 255 = 83%
B 236 of 255 = 93%
R + G + B ~ 90%. #EFD4EC is light color.
R + G + B = 239 + 212 + 236 = 687 (100%)
R 239 of 687 ~ 34.79%
G 212 of 687 ~ 30.86%
B 236 of 687 ~ 34.35'%
#EFD4EC color CMYK value is (0,11,1,6).
CMYK: (0,11,1,6)
C0M11Y1K6 (0%, 11%, 1%, 6%)
(0.00 / 0.11 / 0.01 / 0.06)
Color #EFD4EC in popluar color models
EF | D4 | EC | |
---|---|---|---|
RGB | 239 | 212 | 236 |
HSL | 307° | 45.76% | 88.43% |
HSB/HSV | 307° | 11.30% | 93.73% |
CMYK | 0.00% | 11.30% | 1.26% |
6.27% |
Color #EFD4EC in popluar number systems.
HEX | EF | D4 | EC |
Decimal | 239 | 212 | 236 |
Binary | 11101111 | 11010100 | 11101100 |
Octal | 357 | 324 | 354 |
Shades of #EFD4EC
Tints of #EFD4EC
Examples of css and html codes for elements with #EFD4EC color. Also use rgb(239,212,236) instead hex code.
.myTextColor { color: #EFD4EC; }
<p style="color:#EFD4EC">This sample text font color is #EFD4EC.</p>
This text font color is #EFD4EC.
.myBgColor { background-color: #EFD4EC; }
<div style="background-color:#EFD4EC">Inner text</div>
This div background color is #EFD4EC.
.myBorderColor { border: 1px solid #EFD4EC; }
<div style="border:3px solid #EFD4EC">Div</div>
This div border color is #EFD4EC.
.myOpacity80 { color: #EFD4EC; opacity: 0.8; }
<p style="color:#EFD4EC;opacity:0.8;">80%</p>
Text with #EFD4EC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFD4EC;}
<p style="text-shadow: 3px 3px 1px #EFD4EC">Text here.</p>
This text has shadow with #EFD4EC color.
.textShadow {text-shadow: 3px 3px 1px #EFD4EC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFD4EC, 5px 5px 20px red">Text here.</p>
This text has shadow with #EFD4EC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFD4EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFD4EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFD4EC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EFD4EC;
-webkit-box-shadow: 1px 1px 3px 2px #EFD4EC;
box-shadow: 1px 1px 3px 2px #EFD4EC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFD4EC; -webkit-box-shadow: 1px 1px 3px 2px #EFD4EC; box-shadow:1px 1px 3px 2px #EFD4EC;">
Div content here
</div>
This text has color #EFD4EC on black background.
This text has color #EFD4EC on white background.
This text has black color on #EFD4EC background.
This text has white color on #EFD4EC background.
Complementary color for #hex is #102B13.