HEX: #EDCAD2
RGB: (237,202,210)
#EDCAD2 contains red, green and blue colors in about the same proportion. Web safe color of #EDCAD2 is #FFCCCC (or #FCC).
#EDCAD2 color RGB value is (237,202,210).
RGB: (237,202,210)
(93%, 79%, 82%)
R 237 of 255 = 93%
G 202 of 255 = 79%
B 210 of 255 = 82%
R + G + B ~ 85%. #EDCAD2 is quite light color.
R + G + B = 237 + 202 + 210 = 649 (100%)
R 237 of 649 ~ 36.52%
G 202 of 649 ~ 31.12%
B 210 of 649 ~ 32.36'%
#EDCAD2 color CMYK value is (0,15,11,7).
CMYK: (0,15,11,7)
C0M15Y11K7 (0%, 15%, 11%, 7%)
(0.00 / 0.15 / 0.11 / 0.07)
Color #EDCAD2 in popluar color models
ED | CA | D2 | |
---|---|---|---|
RGB | 237 | 202 | 210 |
HSL | 346° | 49.30% | 86.08% |
HSB/HSV | 346° | 14.77% | 92.94% |
CMYK | 0.00% | 14.77% | 11.39% |
7.06% |
Color #EDCAD2 in popluar number systems.
HEX | ED | CA | D2 |
Decimal | 237 | 202 | 210 |
Binary | 11101101 | 11001010 | 11010010 |
Octal | 355 | 312 | 322 |
Shades of #EDCAD2
Tints of #EDCAD2
Examples of css and html codes for elements with #EDCAD2 color. Also use rgb(237,202,210) instead hex code.
.myTextColor { color: #EDCAD2; }
<p style="color:#EDCAD2">This sample text font color is #EDCAD2.</p>
This text font color is #EDCAD2.
.myBgColor { background-color: #EDCAD2; }
<div style="background-color:#EDCAD2">Inner text</div>
This div background color is #EDCAD2.
.myBorderColor { border: 1px solid #EDCAD2; }
<div style="border:3px solid #EDCAD2">Div</div>
This div border color is #EDCAD2.
.myOpacity80 { color: #EDCAD2; opacity: 0.8; }
<p style="color:#EDCAD2;opacity:0.8;">80%</p>
Text with #EDCAD2 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDCAD2;}
<p style="text-shadow: 3px 3px 1px #EDCAD2">Text here.</p>
This text has shadow with #EDCAD2 color.
.textShadow {text-shadow: 3px 3px 1px #EDCAD2', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDCAD2, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDCAD2 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDCAD2, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDCAD2, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDCAD2 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDCAD2;
-webkit-box-shadow: 1px 1px 3px 2px #EDCAD2;
box-shadow: 1px 1px 3px 2px #EDCAD2;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDCAD2; -webkit-box-shadow: 1px 1px 3px 2px #EDCAD2; box-shadow:1px 1px 3px 2px #EDCAD2;">
Div content here
</div>
This text has color #EDCAD2 on black background.
This text has color #EDCAD2 on white background.
This text has black color on #EDCAD2 background.
This text has white color on #EDCAD2 background.
Complementary color for #hex is #12352D.