HEX: #EDC5DA
RGB: (237,197,218)
#EDC5DA contains red, green and blue colors in about the same proportion. #EDC5DA ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.
#EDC5DA color RGB value is (237,197,218).
RGB: (237,197,218)
(93%, 77%, 85%)
R 237 of 255 = 93%
G 197 of 255 = 77%
B 218 of 255 = 85%
R + G + B ~ 85%. #EDC5DA is quite light color.
R + G + B = 237 + 197 + 218 = 652 (100%)
R 237 of 652 ~ 36.35%
G 197 of 652 ~ 30.21%
B 218 of 652 ~ 33.44'%
#EDC5DA rengi CMYK tonu (0,17,8,7).
CMYK: (0,17,8,7)
C0M17Y8K7 (0%, 17%, 8%, 7%)
(0.00 / 0.17 / 0.08 / 0.07)
Color #EDC5DA in popluar color models
ED | C5 | DA | |
---|---|---|---|
RGB | 237 | 197 | 218 |
HSL | 329° | 52.63% | 85.10% |
HSB/HSV | 329° | 16.88% | 92.94% |
CMYK | 0.00% | 16.88% | 8.02% |
7.06% |
Color #EDC5DA in popluar number systems.
HEX | ED | C5 | DA |
Decimal | 237 | 197 | 218 |
Binary | 11101101 | 11000101 | 11011010 |
Octal | 355 | 305 | 332 |
Shades of #EDC5DA
Tints of #EDC5DA
Examples of css and html codes for elements with #EDC5DA color. Also use rgb(237,197,218) instead hex code.
.myTextColor { color: #EDC5DA; }
<p style="color:#EDC5DA">This sample text font color is #EDC5DA.</p>
This text font color is #EDC5DA.
.myBgColor { background-color: #EDC5DA; }
<div style="background-color:#EDC5DA">Inner text</div>
This div background color is #EDC5DA.
.myBorderColor { border: 1px solid #EDC5DA; }
<div style="border:3px solid #EDC5DA">Div</div>
This div border color is #EDC5DA.
.myOpacity80 { color: #EDC5DA; opacity: 0.8; }
<p style="color:#EDC5DA;opacity:0.8;">80%</p>
Text with #EDC5DA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDC5DA;}
<p style="text-shadow: 3px 3px 1px #EDC5DA">Text here.</p>
This text has shadow with #EDC5DA color.
.textShadow {text-shadow: 3px 3px 1px #EDC5DA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDC5DA, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDC5DA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDC5DA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDC5DA, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDC5DA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDC5DA;
-webkit-box-shadow: 1px 1px 3px 2px #EDC5DA;
box-shadow: 1px 1px 3px 2px #EDC5DA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDC5DA; -webkit-box-shadow: 1px 1px 3px 2px #EDC5DA; box-shadow:1px 1px 3px 2px #EDC5DA;">
Div content here
</div>
This text has color #EDC5DA on black background.
This text has color #EDC5DA on white background.
This text has black color on #EDC5DA background.
This text has white color on #EDC5DA background.
Complementary color for #hex is #123A25.