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