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