HEX: #EFDCF9
RGB: (239,220,249)
#EFDCF9 contains red, green and blue colors in about the same proportion. Web safe color of #EFDCF9 is #FFCCFF (or #FCF).
#EFDCF9 color RGB value is (239,220,249).
RGB: (239,220,249)
(94%, 86%, 98%)
R 239 of 255 = 94%
G 220 of 255 = 86%
B 249 of 255 = 98%
R + G + B ~ 93%. #EFDCF9 is light color.
R + G + B = 239 + 220 + 249 = 708 (100%)
R 239 of 708 ~ 33.76%
G 220 of 708 ~ 31.07%
B 249 of 708 ~ 35.17'%
#EFDCF9 color CMYK value is (4,12,0,2).
CMYK: (4,12,0,2)
C4M12Y0K2 (4%, 12%, 0%, 2%)
(0.04 / 0.12 / 0.00 / 0.02)
Color #EFDCF9 in popluar color models
EF | DC | F9 | |
---|---|---|---|
RGB | 239 | 220 | 249 |
HSL | 279° | 70.73% | 91.96% |
HSB/HSV | 279° | 11.65% | 97.65% |
CMYK | 4.02% | 11.65% | 0.00% |
2.35% |
Color #EFDCF9 in popluar number systems.
HEX | EF | DC | F9 |
Decimal | 239 | 220 | 249 |
Binary | 11101111 | 11011100 | 11111001 |
Octal | 357 | 334 | 371 |
Shades of #EFDCF9
Tints of #EFDCF9
Examples of css and html codes for elements with #EFDCF9 color. Also use rgb(239,220,249) instead hex code.
.myTextColor { color: #EFDCF9; }
<p style="color:#EFDCF9">This sample text font color is #EFDCF9.</p>
This text font color is #EFDCF9.
.myBgColor { background-color: #EFDCF9; }
<div style="background-color:#EFDCF9">Inner text</div>
This div background color is #EFDCF9.
.myBorderColor { border: 1px solid #EFDCF9; }
<div style="border:3px solid #EFDCF9">Div</div>
This div border color is #EFDCF9.
.myOpacity80 { color: #EFDCF9; opacity: 0.8; }
<p style="color:#EFDCF9;opacity:0.8;">80%</p>
Text with #EFDCF9 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFDCF9;}
<p style="text-shadow: 3px 3px 1px #EFDCF9">Text here.</p>
This text has shadow with #EFDCF9 color.
.textShadow {text-shadow: 3px 3px 1px #EFDCF9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFDCF9, 5px 5px 20px red">Text here.</p>
This text has shadow with #EFDCF9 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFDCF9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFDCF9, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFDCF9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EFDCF9;
-webkit-box-shadow: 1px 1px 3px 2px #EFDCF9;
box-shadow: 1px 1px 3px 2px #EFDCF9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFDCF9; -webkit-box-shadow: 1px 1px 3px 2px #EFDCF9; box-shadow:1px 1px 3px 2px #EFDCF9;">
Div content here
</div>
This text has color #EFDCF9 on black background.
This text has color #EFDCF9 on white background.
This text has black color on #EFDCF9 background.
This text has white color on #EFDCF9 background.
Complementary color for #hex is #102306.