HEX: #EDDEFE
RGB: (237,222,254)
#EDDEFE contains red, green and blue colors in about the same proportion. Web safe color of #EDDEFE is #FFCCFF (or #FCF).
#EDDEFE color RGB value is (237,222,254).
RGB: (237,222,254)
(93%, 87%, 100%)
R 237 of 255 = 93%
G 222 of 255 = 87%
B 254 of 255 = 100%
R + G + B ~ 93%. #EDDEFE is light color.
R + G + B = 237 + 222 + 254 = 713 (100%)
R 237 of 713 ~ 33.24%
G 222 of 713 ~ 31.14%
B 254 of 713 ~ 35.62'%
#EDDEFE color CMYK value is (7,13,0,0).
CMYK: (7,13,0,0)
C7M13Y0K0 (7%, 13%, 0%, 0%)
(0.07 / 0.13 / 0.00 / 0.00)
Color #EDDEFE in popluar color models
ED | DE | FE | |
---|---|---|---|
RGB | 237 | 222 | 254 |
HSL | 268° | 94.12% | 93.33% |
HSB/HSV | 268° | 12.60% | 99.61% |
CMYK | 6.69% | 12.60% | 0.00% |
0.39% |
Color #EDDEFE in popluar number systems.
HEX | ED | DE | FE |
Decimal | 237 | 222 | 254 |
Binary | 11101101 | 11011110 | 11111110 |
Octal | 355 | 336 | 376 |
Shades of #EDDEFE
Tints of #EDDEFE
Examples of css and html codes for elements with #EDDEFE color. Also use rgb(237,222,254) instead hex code.
.myTextColor { color: #EDDEFE; }
<p style="color:#EDDEFE">This sample text font color is #EDDEFE.</p>
This text font color is #EDDEFE.
.myBgColor { background-color: #EDDEFE; }
<div style="background-color:#EDDEFE">Inner text</div>
This div background color is #EDDEFE.
.myBorderColor { border: 1px solid #EDDEFE; }
<div style="border:3px solid #EDDEFE">Div</div>
This div border color is #EDDEFE.
.myOpacity80 { color: #EDDEFE; opacity: 0.8; }
<p style="color:#EDDEFE;opacity:0.8;">80%</p>
Text with #EDDEFE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDDEFE;}
<p style="text-shadow: 3px 3px 1px #EDDEFE">Text here.</p>
This text has shadow with #EDDEFE color.
.textShadow {text-shadow: 3px 3px 1px #EDDEFE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDDEFE, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDDEFE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDDEFE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDDEFE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDDEFE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDDEFE;
-webkit-box-shadow: 1px 1px 3px 2px #EDDEFE;
box-shadow: 1px 1px 3px 2px #EDDEFE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDDEFE; -webkit-box-shadow: 1px 1px 3px 2px #EDDEFE; box-shadow:1px 1px 3px 2px #EDDEFE;">
Div content here
</div>
This text has color #EDDEFE on black background.
This text has color #EDDEFE on white background.
This text has black color on #EDDEFE background.
This text has white color on #EDDEFE background.
Complementary color for #hex is #122101.