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