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