HEX: #EDC3DB
RGB: (237,195,219)
#EDC3DB contains red, green and blue colors in about the same proportion. Web safe color of #EDC3DB is #FFCCCC (or #FCC).
#EDC3DB color RGB value is (237,195,219).
RGB: (237,195,219)
(93%, 76%, 86%)
R 237 of 255 = 93%
G 195 of 255 = 76%
B 219 of 255 = 86%
R + G + B ~ 85%. #EDC3DB is quite light color.
R + G + B = 237 + 195 + 219 = 651 (100%)
R 237 of 651 ~ 36.41%
G 195 of 651 ~ 29.95%
B 219 of 651 ~ 33.64'%
#EDC3DB color CMYK value is (0,18,8,7).
CMYK: (0,18,8,7)
C0M18Y8K7 (0%, 18%, 8%, 7%)
(0.00 / 0.18 / 0.08 / 0.07)
Color #EDC3DB in popluar color models
ED | C3 | DB | |
---|---|---|---|
RGB | 237 | 195 | 219 |
HSL | 326° | 53.85% | 84.71% |
HSB/HSV | 326° | 17.72% | 92.94% |
CMYK | 0.00% | 17.72% | 7.59% |
7.06% |
Color #EDC3DB in popluar number systems.
HEX | ED | C3 | DB |
Decimal | 237 | 195 | 219 |
Binary | 11101101 | 11000011 | 11011011 |
Octal | 355 | 303 | 333 |
Shades of #EDC3DB
Tints of #EDC3DB
Examples of css and html codes for elements with #EDC3DB color. Also use rgb(237,195,219) instead hex code.
.myTextColor { color: #EDC3DB; }
<p style="color:#EDC3DB">This sample text font color is #EDC3DB.</p>
This text font color is #EDC3DB.
.myBgColor { background-color: #EDC3DB; }
<div style="background-color:#EDC3DB">Inner text</div>
This div background color is #EDC3DB.
.myBorderColor { border: 1px solid #EDC3DB; }
<div style="border:3px solid #EDC3DB">Div</div>
This div border color is #EDC3DB.
.myOpacity80 { color: #EDC3DB; opacity: 0.8; }
<p style="color:#EDC3DB;opacity:0.8;">80%</p>
Text with #EDC3DB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDC3DB;}
<p style="text-shadow: 3px 3px 1px #EDC3DB">Text here.</p>
This text has shadow with #EDC3DB color.
.textShadow {text-shadow: 3px 3px 1px #EDC3DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDC3DB, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDC3DB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDC3DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDC3DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDC3DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDC3DB;
-webkit-box-shadow: 1px 1px 3px 2px #EDC3DB;
box-shadow: 1px 1px 3px 2px #EDC3DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDC3DB; -webkit-box-shadow: 1px 1px 3px 2px #EDC3DB; box-shadow:1px 1px 3px 2px #EDC3DB;">
Div content here
</div>
This text has color #EDC3DB on black background.
This text has color #EDC3DB on white background.
This text has black color on #EDC3DB background.
This text has white color on #EDC3DB background.
Complementary color for #hex is #123C24.