HEX: #ECE6FD
RGB: (236,230,253)
#ECE6FD contains red, green and blue colors in about the same proportion. Web safe color of #ECE6FD is #FFCCFF (or #FCF).
#ECE6FD color RGB value is (236,230,253).
RGB: (236,230,253)
(93%, 90%, 99%)
R 236 of 255 = 93%
G 230 of 255 = 90%
B 253 of 255 = 99%
R + G + B ~ 94%. #ECE6FD is light color.
R + G + B = 236 + 230 + 253 = 719 (100%)
R 236 of 719 ~ 32.82%
G 230 of 719 ~ 31.99%
B 253 of 719 ~ 35.19'%
#ECE6FD color CMYK value is (7,9,0,1).
CMYK: (7,9,0,1)
C7M9Y0K1 (7%, 9%, 0%, 1%)
(0.07 / 0.09 / 0.00 / 0.01)
Color #ECE6FD in popluar color models
EC | E6 | FD | |
---|---|---|---|
RGB | 236 | 230 | 253 |
HSL | 256° | 85.19% | 94.71% |
HSB/HSV | 256° | 9.09% | 99.22% |
CMYK | 6.72% | 9.09% | 0.00% |
0.78% |
Color #ECE6FD in popluar number systems.
HEX | EC | E6 | FD |
Decimal | 236 | 230 | 253 |
Binary | 11101100 | 11100110 | 11111101 |
Octal | 354 | 346 | 375 |
Shades of #ECE6FD
Tints of #ECE6FD
Examples of css and html codes for elements with #ECE6FD color. Also use rgb(236,230,253) instead hex code.
.myTextColor { color: #ECE6FD; }
<p style="color:#ECE6FD">This sample text font color is #ECE6FD.</p>
This text font color is #ECE6FD.
.myBgColor { background-color: #ECE6FD; }
<div style="background-color:#ECE6FD">Inner text</div>
This div background color is #ECE6FD.
.myBorderColor { border: 1px solid #ECE6FD; }
<div style="border:3px solid #ECE6FD">Div</div>
This div border color is #ECE6FD.
.myOpacity80 { color: #ECE6FD; opacity: 0.8; }
<p style="color:#ECE6FD;opacity:0.8;">80%</p>
Text with #ECE6FD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ECE6FD;}
<p style="text-shadow: 3px 3px 1px #ECE6FD">Text here.</p>
This text has shadow with #ECE6FD color.
.textShadow {text-shadow: 3px 3px 1px #ECE6FD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ECE6FD, 5px 5px 20px red">Text here.</p>
This text has shadow with #ECE6FD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ECE6FD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ECE6FD, Direction=45, Strength=4)">Text</p>
This text has shadow with #ECE6FD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ECE6FD;
-webkit-box-shadow: 1px 1px 3px 2px #ECE6FD;
box-shadow: 1px 1px 3px 2px #ECE6FD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ECE6FD; -webkit-box-shadow: 1px 1px 3px 2px #ECE6FD; box-shadow:1px 1px 3px 2px #ECE6FD;">
Div content here
</div>
This text has color #ECE6FD on black background.
This text has color #ECE6FD on white background.
This text has black color on #ECE6FD background.
This text has white color on #ECE6FD background.
Complementary color for #hex is #131902.