HEX: #ECDDF9
RGB: (236,221,249)
#ECDDF9 contains red, green and blue colors in about the same proportion. Web safe color of #ECDDF9 is #FFCCFF (or #FCF).
#ECDDF9 color RGB value is (236,221,249).
RGB: (236,221,249)
(93%, 87%, 98%)
R 236 of 255 = 93%
G 221 of 255 = 87%
B 249 of 255 = 98%
R + G + B ~ 93%. #ECDDF9 is light color.
R + G + B = 236 + 221 + 249 = 706 (100%)
R 236 of 706 ~ 33.43%
G 221 of 706 ~ 31.3%
B 249 of 706 ~ 35.27'%
#ECDDF9 color CMYK value is (5,11,0,2).
CMYK: (5,11,0,2) C5M11Y0K2 (5%,11%,0%,2%) (0.05/0.11/0.00/0.02)
Color #ECDDF9 in popluar color models
EC | DD | F9 | |
---|---|---|---|
RGB | 236 | 221 | 249 |
HSL | 272° | 70.00% | 92.16% |
HSB/HSV | 272° | 11.24% | 97.65% |
CMYK | 5.22% | 11.24% | 0.00% |
2.35% |
Color #ECDDF9 in popluar number systems.
HEX | EC | DD | F9 |
Decimal | 236 | 221 | 249 |
Binary | 11101100 | 11011101 | 11111001 |
Octal | 354 | 335 | 371 |
Shades of #ECDDF9
Tints of #ECDDF9
Examples of css and html codes for elements with #ECDDF9 color. Also use rgb(236,221,249) instead hex code.
.myTextColor { color: #ECDDF9; }
<p style="color:#ECDDF9">This sample text font color is #ECDDF9.</p>
This text font color is #ECDDF9.
.myBgColor { background-color: #ECDDF9; }
<div style="background-color:#ECDDF9">Inner text</div>
This div background color is #ECDDF9.
.myBorderColor { border: 1px solid #ECDDF9; }
<div style="border:3px solid #ECDDF9">Div</div>
This div border color is #ECDDF9.
.myOpacity80 { color: #ECDDF9; opacity: 0.8; }
<p style="color:#ECDDF9;opacity:0.8;">80%</p>
Text with #ECDDF9 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ECDDF9;}
<p style="text-shadow: 3px 3px 1px #ECDDF9">Text here.</p>
This text has shadow with #ECDDF9 color.
.textShadow {text-shadow: 3px 3px 1px #ECDDF9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ECDDF9, 5px 5px 20px red">Text here.</p>
This text has shadow with #ECDDF9 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ECDDF9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ECDDF9, Direction=45, Strength=4)">Text</p>
This text has shadow with #ECDDF9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ECDDF9;
-webkit-box-shadow: 1px 1px 3px 2px #ECDDF9;
box-shadow: 1px 1px 3px 2px #ECDDF9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ECDDF9; -webkit-box-shadow: 1px 1px 3px 2px #ECDDF9; box-shadow:1px 1px 3px 2px #ECDDF9;">
Div content here
</div>
This text has color #ECDDF9 on black background.
This text has color #ECDDF9 on white background.
This text has black color on #ECDDF9 background.
This text has white color on #ECDDF9 background.
Complementary color for #hex is #132206.