HEX: #EDEEDB
RGB: (237,238,219)
#EDEEDB contains red, green and blue colors in about the same proportion. Web safe color of #EDEEDB is #FFFFCC (or #FFC).
#EDEEDB color RGB value is (237,238,219).
RGB: (237,238,219)
(93%, 93%, 86%)
R 237 of 255 = 93%
G 238 of 255 = 93%
B 219 of 255 = 86%
R + G + B ~ 91%. #EDEEDB is light color.
R + G + B = 237 + 238 + 219 = 694 (100%)
R 237 of 694 ~ 34.15%
G 238 of 694 ~ 34.29%
B 219 of 694 ~ 31.56'%
#EDEEDB color CMYK value is (0,0,8,7).
CMYK: (0,0,8,7)
C0M0Y8K7 (0%, 0%, 8%, 7%)
(0.00 / 0.00 / 0.08 / 0.07)
Color #EDEEDB in popluar color models
ED | EE | DB | |
---|---|---|---|
RGB | 237 | 238 | 219 |
HSL | 63° | 35.85% | 89.61% |
HSB/HSV | 63° | 7.98% | 93.33% |
CMYK | 0.42% | 0.00% | 7.98% |
6.67% |
Color #EDEEDB in popluar number systems.
HEX | ED | EE | DB |
Decimal | 237 | 238 | 219 |
Binary | 11101101 | 11101110 | 11011011 |
Octal | 355 | 356 | 333 |
Shades of #EDEEDB
Tints of #EDEEDB
Examples of css and html codes for elements with #EDEEDB color. Also use rgb(237,238,219) instead hex code.
.myTextColor { color: #EDEEDB; }
<p style="color:#EDEEDB">This sample text font color is #EDEEDB.</p>
This text font color is #EDEEDB.
.myBgColor { background-color: #EDEEDB; }
<div style="background-color:#EDEEDB">Inner text</div>
This div background color is #EDEEDB.
.myBorderColor { border: 1px solid #EDEEDB; }
<div style="border:3px solid #EDEEDB">Div</div>
This div border color is #EDEEDB.
.myOpacity80 { color: #EDEEDB; opacity: 0.8; }
<p style="color:#EDEEDB;opacity:0.8;">80%</p>
Text with #EDEEDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDEEDB;}
<p style="text-shadow: 3px 3px 1px #EDEEDB">Text here.</p>
This text has shadow with #EDEEDB color.
.textShadow {text-shadow: 3px 3px 1px #EDEEDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDEEDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDEEDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDEEDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDEEDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDEEDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDEEDB;
-webkit-box-shadow: 1px 1px 3px 2px #EDEEDB;
box-shadow: 1px 1px 3px 2px #EDEEDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDEEDB; -webkit-box-shadow: 1px 1px 3px 2px #EDEEDB; box-shadow:1px 1px 3px 2px #EDEEDB;">
Div content here
</div>
This text has color #EDEEDB on black background.
This text has color #EDEEDB on white background.
This text has black color on #EDEEDB background.
This text has white color on #EDEEDB background.
Complementary color for #hex is #121124.