HEX: #EDCBF9
RGB: (237,203,249)
#EDCBF9 contains red, green and blue colors in about the same proportion. Web safe color of #EDCBF9 is #FFCCFF (or #FCF).
#EDCBF9 color RGB value is (237,203,249).
RGB: (237,203,249)
(93%, 80%, 98%)
R 237 of 255 = 93%
G 203 of 255 = 80%
B 249 of 255 = 98%
R + G + B ~ 90%. #EDCBF9 is light color.
R + G + B = 237 + 203 + 249 = 689 (100%)
R 237 of 689 ~ 34.4%
G 203 of 689 ~ 29.46%
B 249 of 689 ~ 36.14'%
#EDCBF9 color CMYK value is (5,18,0,2).
CMYK: (5,18,0,2)
C5M18Y0K2 (5%, 18%, 0%, 2%)
(0.05 / 0.18 / 0.00 / 0.02)
Color #EDCBF9 in popluar color models
ED | CB | F9 | |
---|---|---|---|
RGB | 237 | 203 | 249 |
HSL | 284° | 79.31% | 88.63% |
HSB/HSV | 284° | 18.47% | 97.65% |
CMYK | 4.82% | 18.47% | 0.00% |
2.35% |
Color #EDCBF9 in popluar number systems.
HEX | ED | CB | F9 |
Decimal | 237 | 203 | 249 |
Binary | 11101101 | 11001011 | 11111001 |
Octal | 355 | 313 | 371 |
Shades of #EDCBF9
Tints of #EDCBF9
Examples of css and html codes for elements with #EDCBF9 color. Also use rgb(237,203,249) instead hex code.
.myTextColor { color: #EDCBF9; }
<p style="color:#EDCBF9">This sample text font color is #EDCBF9.</p>
This text font color is #EDCBF9.
.myBgColor { background-color: #EDCBF9; }
<div style="background-color:#EDCBF9">Inner text</div>
This div background color is #EDCBF9.
.myBorderColor { border: 1px solid #EDCBF9; }
<div style="border:3px solid #EDCBF9">Div</div>
This div border color is #EDCBF9.
.myOpacity80 { color: #EDCBF9; opacity: 0.8; }
<p style="color:#EDCBF9;opacity:0.8;">80%</p>
Text with #EDCBF9 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDCBF9;}
<p style="text-shadow: 3px 3px 1px #EDCBF9">Text here.</p>
This text has shadow with #EDCBF9 color.
.textShadow {text-shadow: 3px 3px 1px #EDCBF9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDCBF9, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDCBF9 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDCBF9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDCBF9, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDCBF9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDCBF9;
-webkit-box-shadow: 1px 1px 3px 2px #EDCBF9;
box-shadow: 1px 1px 3px 2px #EDCBF9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDCBF9; -webkit-box-shadow: 1px 1px 3px 2px #EDCBF9; box-shadow:1px 1px 3px 2px #EDCBF9;">
Div content here
</div>
This text has color #EDCBF9 on black background.
This text has color #EDCBF9 on white background.
This text has black color on #EDCBF9 background.
This text has white color on #EDCBF9 background.
Complementary color for #hex is #123406.