HEX: #EDDAD5
RGB: (237,218,213)
#EDDAD5 contains red, green and blue colors in about the same proportion. Web safe color of #EDDAD5 is #FFCCCC (or #FCC).
#EDDAD5 color RGB value is (237,218,213).
RGB: (237,218,213)
(93%, 85%, 84%)
R 237 of 255 = 93%
G 218 of 255 = 85%
B 213 of 255 = 84%
R + G + B ~ 87%. #EDDAD5 is light color.
R + G + B = 237 + 218 + 213 = 668 (100%)
R 237 of 668 ~ 35.48%
G 218 of 668 ~ 32.63%
B 213 of 668 ~ 31.89'%
#EDDAD5 color CMYK value is (0,8,10,7).
CMYK: (0,8,10,7) C0M8Y10K7 (0%,8%,10%,7%) (0.00/0.08/0.10/0.07)
Color #EDDAD5 in popluar color models
ED | DA | D5 | |
---|---|---|---|
RGB | 237 | 218 | 213 |
HSL | 13° | 40.00% | 88.24% |
HSB/HSV | 13° | 10.13% | 92.94% |
CMYK | 0.00% | 8.02% | 10.13% |
7.06% |
Color #EDDAD5 in popluar number systems.
HEX | ED | DA | D5 |
Decimal | 237 | 218 | 213 |
Binary | 11101101 | 11011010 | 11010101 |
Octal | 355 | 332 | 325 |
Shades of #EDDAD5
Tints of #EDDAD5
Examples of css and html codes for elements with #EDDAD5 color. Also use rgb(237,218,213) instead hex code.
.myTextColor { color: #EDDAD5; }
<p style="color:#EDDAD5">This sample text font color is #EDDAD5.</p>
This text font color is #EDDAD5.
.myBgColor { background-color: #EDDAD5; }
<div style="background-color:#EDDAD5">Inner text</div>
This div background color is #EDDAD5.
.myBorderColor { border: 1px solid #EDDAD5; }
<div style="border:3px solid #EDDAD5">Div</div>
This div border color is #EDDAD5.
.myOpacity80 { color: #EDDAD5; opacity: 0.8; }
<p style="color:#EDDAD5;opacity:0.8;">80%</p>
Text with #EDDAD5 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDDAD5;}
<p style="text-shadow: 3px 3px 1px #EDDAD5">Text here.</p>
This text has shadow with #EDDAD5 color.
.textShadow {text-shadow: 3px 3px 1px #EDDAD5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDDAD5, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDDAD5 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDDAD5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDDAD5, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDDAD5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDDAD5;
-webkit-box-shadow: 1px 1px 3px 2px #EDDAD5;
box-shadow: 1px 1px 3px 2px #EDDAD5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDDAD5; -webkit-box-shadow: 1px 1px 3px 2px #EDDAD5; box-shadow:1px 1px 3px 2px #EDDAD5;">
Div content here
</div>
This text has color #EDDAD5 on black background.
This text has color #EDDAD5 on white background.
This text has black color on #EDDAD5 background.
This text has white color on #EDDAD5 background.
Complementary color for #hex is #12252A.