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