HEX: #EDDBD5
RGB: (237,219,213)
#EDDBD5 contains red, green and blue colors in about the same proportion. Web safe color of #EDDBD5 is #FFCCCC (or #FCC).
#EDDBD5 color RGB value is (237,219,213).
RGB: (237,219,213)
(93%, 86%, 84%)
R 237 of 255 = 93%
G 219 of 255 = 86%
B 213 of 255 = 84%
R + G + B ~ 88%. #EDDBD5 is light color.
R + G + B = 237 + 219 + 213 = 669 (100%)
R 237 of 669 ~ 35.43%
G 219 of 669 ~ 32.74%
B 213 of 669 ~ 31.84'%
#EDDBD5 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 #EDDBD5 in popluar color models
ED | DB | D5 | |
---|---|---|---|
RGB | 237 | 219 | 213 |
HSL | 15° | 40.00% | 88.24% |
HSB/HSV | 15° | 10.13% | 92.94% |
CMYK | 0.00% | 7.59% | 10.13% |
7.06% |
Color #EDDBD5 in popluar number systems.
HEX | ED | DB | D5 |
Decimal | 237 | 219 | 213 |
Binary | 11101101 | 11011011 | 11010101 |
Octal | 355 | 333 | 325 |
Shades of #EDDBD5
Tints of #EDDBD5
Examples of css and html codes for elements with #EDDBD5 color. Also use rgb(237,219,213) instead hex code.
.myTextColor { color: #EDDBD5; }
<p style="color:#EDDBD5">This sample text font color is #EDDBD5.</p>
This text font color is #EDDBD5.
.myBgColor { background-color: #EDDBD5; }
<div style="background-color:#EDDBD5">Inner text</div>
This div background color is #EDDBD5.
.myBorderColor { border: 1px solid #EDDBD5; }
<div style="border:3px solid #EDDBD5">Div</div>
This div border color is #EDDBD5.
.myOpacity80 { color: #EDDBD5; opacity: 0.8; }
<p style="color:#EDDBD5;opacity:0.8;">80%</p>
Text with #EDDBD5 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDDBD5;}
<p style="text-shadow: 3px 3px 1px #EDDBD5">Text here.</p>
This text has shadow with #EDDBD5 color.
.textShadow {text-shadow: 3px 3px 1px #EDDBD5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDDBD5, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDDBD5 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDDBD5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDDBD5, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDDBD5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDDBD5;
-webkit-box-shadow: 1px 1px 3px 2px #EDDBD5;
box-shadow: 1px 1px 3px 2px #EDDBD5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDDBD5; -webkit-box-shadow: 1px 1px 3px 2px #EDDBD5; box-shadow:1px 1px 3px 2px #EDDBD5;">
Div content here
</div>
This text has color #EDDBD5 on black background.
This text has color #EDDBD5 on white background.
This text has black color on #EDDBD5 background.
This text has white color on #EDDBD5 background.
Complementary color for #hex is #12242A.