HEX: #EDDCFF
RGB: (237,220,255)
#EDDCFF contains red, green and blue colors in about the same proportion. Web safe color of #EDDCFF is #FFCCFF (or #FCF).
#EDDCFF color RGB value is (237,220,255).
RGB: (237,220,255)
(93%, 86%, 100%)
R 237 of 255 = 93%
G 220 of 255 = 86%
B 255 of 255 = 100%
R + G + B ~ 93%. #EDDCFF is light color.
R + G + B = 237 + 220 + 255 = 712 (100%)
R 237 of 712 ~ 33.29%
G 220 of 712 ~ 30.9%
B 255 of 712 ~ 35.81'%
#EDDCFF color CMYK value is (7,14,0,0).
CMYK: (7,14,0,0)
C7M14Y0K0 (7%, 14%, 0%, 0%)
(0.07 / 0.14 / 0.00 / 0.00)
Color #EDDCFF in popluar color models
ED | DC | FF | |
---|---|---|---|
RGB | 237 | 220 | 255 |
HSL | 269° | 100.00% | 93.14% |
HSB/HSV | 269° | 13.73% | 100.00% |
CMYK | 7.06% | 13.73% | 0.00% |
0.00% |
Color #EDDCFF in popluar number systems.
HEX | ED | DC | FF |
Decimal | 237 | 220 | 255 |
Binary | 11101101 | 11011100 | 11111111 |
Octal | 355 | 334 | 377 |
Shades of #EDDCFF
Tints of #EDDCFF
Examples of css and html codes for elements with #EDDCFF color. Also use rgb(237,220,255) instead hex code.
.myTextColor { color: #EDDCFF; }
<p style="color:#EDDCFF">This sample text font color is #EDDCFF.</p>
This text font color is #EDDCFF.
.myBgColor { background-color: #EDDCFF; }
<div style="background-color:#EDDCFF">Inner text</div>
This div background color is #EDDCFF.
.myBorderColor { border: 1px solid #EDDCFF; }
<div style="border:3px solid #EDDCFF">Div</div>
This div border color is #EDDCFF.
.myOpacity80 { color: #EDDCFF; opacity: 0.8; }
<p style="color:#EDDCFF;opacity:0.8;">80%</p>
Text with #EDDCFF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDDCFF;}
<p style="text-shadow: 3px 3px 1px #EDDCFF">Text here.</p>
This text has shadow with #EDDCFF color.
.textShadow {text-shadow: 3px 3px 1px #EDDCFF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDDCFF, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDDCFF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDDCFF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDDCFF, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDDCFF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDDCFF;
-webkit-box-shadow: 1px 1px 3px 2px #EDDCFF;
box-shadow: 1px 1px 3px 2px #EDDCFF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDDCFF; -webkit-box-shadow: 1px 1px 3px 2px #EDDCFF; box-shadow:1px 1px 3px 2px #EDDCFF;">
Div content here
</div>
This text has color #EDDCFF on black background.
This text has color #EDDCFF on white background.
This text has black color on #EDDCFF background.
This text has white color on #EDDCFF background.
Complementary color for #hex is #122300.