HEX: #EDE5DD
RGB: (237,229,221)
#EDE5DD contains red, green and blue colors in about the same proportion. Web safe color of #EDE5DD is #FFCCCC (or #FCC).
#EDE5DD color RGB value is (237,229,221).
RGB: (237,229,221)
(93%, 90%, 87%)
R 237 of 255 = 93%
G 229 of 255 = 90%
B 221 of 255 = 87%
R + G + B ~ 90%. #EDE5DD is light color.
R + G + B = 237 + 229 + 221 = 687 (100%)
R 237 of 687 ~ 34.5%
G 229 of 687 ~ 33.33%
B 221 of 687 ~ 32.17'%
#EDE5DD color CMYK value is (0,3,7,7).
CMYK: (0,3,7,7)
C0M3Y7K7 (0%, 3%, 7%, 7%)
(0.00 / 0.03 / 0.07 / 0.07)
Color #EDE5DD in popluar color models
ED | E5 | DD | |
---|---|---|---|
RGB | 237 | 229 | 221 |
HSL | 30° | 30.77% | 89.80% |
HSB/HSV | 30° | 6.75% | 92.94% |
CMYK | 0.00% | 3.38% | 6.75% |
7.06% |
Color #EDE5DD in popluar number systems.
HEX | ED | E5 | DD |
Decimal | 237 | 229 | 221 |
Binary | 11101101 | 11100101 | 11011101 |
Octal | 355 | 345 | 335 |
Shades of #EDE5DD
Tints of #EDE5DD
Examples of css and html codes for elements with #EDE5DD color. Also use rgb(237,229,221) instead hex code.
.myTextColor { color: #EDE5DD; }
<p style="color:#EDE5DD">This sample text font color is #EDE5DD.</p>
This text font color is #EDE5DD.
.myBgColor { background-color: #EDE5DD; }
<div style="background-color:#EDE5DD">Inner text</div>
This div background color is #EDE5DD.
.myBorderColor { border: 1px solid #EDE5DD; }
<div style="border:3px solid #EDE5DD">Div</div>
This div border color is #EDE5DD.
.myOpacity80 { color: #EDE5DD; opacity: 0.8; }
<p style="color:#EDE5DD;opacity:0.8;">80%</p>
Text with #EDE5DD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDE5DD;}
<p style="text-shadow: 3px 3px 1px #EDE5DD">Text here.</p>
This text has shadow with #EDE5DD color.
.textShadow {text-shadow: 3px 3px 1px #EDE5DD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDE5DD, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDE5DD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDE5DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDE5DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDE5DD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDE5DD;
-webkit-box-shadow: 1px 1px 3px 2px #EDE5DD;
box-shadow: 1px 1px 3px 2px #EDE5DD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDE5DD; -webkit-box-shadow: 1px 1px 3px 2px #EDE5DD; box-shadow:1px 1px 3px 2px #EDE5DD;">
Div content here
</div>
This text has color #EDE5DD on black background.
This text has color #EDE5DD on white background.
This text has black color on #EDE5DD background.
This text has white color on #EDE5DD background.
Complementary color for #hex is #121A22.