HEX: #E1EEDD
RGB: (225,238,221)
#E1EEDD contains red, green and blue colors in about the same proportion. Web safe color of #E1EEDD is #CCFFCC (or #CFC).
#E1EEDD color RGB value is (225,238,221).
RGB: (225,238,221)
(88%, 93%, 87%)
R 225 of 255 = 88%
G 238 of 255 = 93%
B 221 of 255 = 87%
R + G + B ~ 89%. #E1EEDD is light color.
R + G + B = 225 + 238 + 221 = 684 (100%)
R 225 of 684 ~ 32.89%
G 238 of 684 ~ 34.8%
B 221 of 684 ~ 32.31'%
#E1EEDD color CMYK value is (5,0,7,7).
CMYK: (5,0,7,7)
C5M0Y7K7 (5%, 0%, 7%, 7%)
(0.05 / 0.00 / 0.07 / 0.07)
Color #E1EEDD in popluar color models
E1 | EE | DD | |
---|---|---|---|
RGB | 225 | 238 | 221 |
HSL | 106° | 33.33% | 90.00% |
HSB/HSV | 106° | 7.14% | 93.33% |
CMYK | 5.46% | 0.00% | 7.14% |
6.67% |
Color #E1EEDD in popluar number systems.
HEX | E1 | EE | DD |
Decimal | 225 | 238 | 221 |
Binary | 11100001 | 11101110 | 11011101 |
Octal | 341 | 356 | 335 |
Shades of #E1EEDD
Tints of #E1EEDD
Examples of css and html codes for elements with #E1EEDD color. Also use rgb(225,238,221) instead hex code.
.myTextColor { color: #E1EEDD; }
<p style="color:#E1EEDD">This sample text font color is #E1EEDD.</p>
This text font color is #E1EEDD.
.myBgColor { background-color: #E1EEDD; }
<div style="background-color:#E1EEDD">Inner text</div>
This div background color is #E1EEDD.
.myBorderColor { border: 1px solid #E1EEDD; }
<div style="border:3px solid #E1EEDD">Div</div>
This div border color is #E1EEDD.
.myOpacity80 { color: #E1EEDD; opacity: 0.8; }
<p style="color:#E1EEDD;opacity:0.8;">80%</p>
Text with #E1EEDD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E1EEDD;}
<p style="text-shadow: 3px 3px 1px #E1EEDD">Text here.</p>
This text has shadow with #E1EEDD color.
.textShadow {text-shadow: 3px 3px 1px #E1EEDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E1EEDD, 5px 5px 20px red">Text here.</p>
This text has shadow with #E1EEDD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E1EEDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E1EEDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #E1EEDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E1EEDD;
-webkit-box-shadow: 1px 1px 3px 2px #E1EEDD;
box-shadow: 1px 1px 3px 2px #E1EEDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E1EEDD; -webkit-box-shadow: 1px 1px 3px 2px #E1EEDD; box-shadow:1px 1px 3px 2px #E1EEDD;">
Div content here
</div>
This text has color #E1EEDD on black background.
This text has color #E1EEDD on white background.
This text has black color on #E1EEDD background.
This text has white color on #E1EEDD background.
Complementary color for #hex is #1E1122.