HEX: #EDE4DA
RGB: (237,228,218)
#EDE4DA contains red, green and blue colors in about the same proportion. Web safe color of #EDE4DA is #FFCCCC (or #FCC).
#EDE4DA color RGB value is (237,228,218).
RGB: (237,228,218)
(93%, 89%, 85%)
R 237 of 255 = 93%
G 228 of 255 = 89%
B 218 of 255 = 85%
R + G + B ~ 89%. #EDE4DA is light color.
R + G + B = 237 + 228 + 218 = 683 (100%)
R 237 of 683 ~ 34.7%
G 228 of 683 ~ 33.38%
B 218 of 683 ~ 31.92'%
#EDE4DA color CMYK value is (0,4,8,7).
CMYK: (0,4,8,7) C0M4Y8K7 (0%,4%,8%,7%) (0.00/0.04/0.08/0.07)
Color #EDE4DA in popluar color models
ED | E4 | DA | |
---|---|---|---|
RGB | 237 | 228 | 218 |
HSL | 32° | 34.55% | 89.22% |
HSB/HSV | 32° | 8.02% | 92.94% |
CMYK | 0.00% | 3.80% | 8.02% |
7.06% |
Color #EDE4DA in popluar number systems.
HEX | ED | E4 | DA |
Decimal | 237 | 228 | 218 |
Binary | 11101101 | 11100100 | 11011010 |
Octal | 355 | 344 | 332 |
Shades of #EDE4DA
Tints of #EDE4DA
Examples of css and html codes for elements with #EDE4DA color. Also use rgb(237,228,218) instead hex code.
.myTextColor { color: #EDE4DA; }
<p style="color:#EDE4DA">This sample text font color is #EDE4DA.</p>
This text font color is #EDE4DA.
.myBgColor { background-color: #EDE4DA; }
<div style="background-color:#EDE4DA">Inner text</div>
This div background color is #EDE4DA.
.myBorderColor { border: 1px solid #EDE4DA; }
<div style="border:3px solid #EDE4DA">Div</div>
This div border color is #EDE4DA.
.myOpacity80 { color: #EDE4DA; opacity: 0.8; }
<p style="color:#EDE4DA;opacity:0.8;">80%</p>
Text with #EDE4DA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDE4DA;}
<p style="text-shadow: 3px 3px 1px #EDE4DA">Text here.</p>
This text has shadow with #EDE4DA color.
.textShadow {text-shadow: 3px 3px 1px #EDE4DA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDE4DA, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDE4DA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDE4DA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDE4DA, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDE4DA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDE4DA;
-webkit-box-shadow: 1px 1px 3px 2px #EDE4DA;
box-shadow: 1px 1px 3px 2px #EDE4DA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDE4DA; -webkit-box-shadow: 1px 1px 3px 2px #EDE4DA; box-shadow:1px 1px 3px 2px #EDE4DA;">
Div content here
</div>
This text has color #EDE4DA on black background.
This text has color #EDE4DA on white background.
This text has black color on #EDE4DA background.
This text has white color on #EDE4DA background.
Complementary color for #hex is #121B25.