HEX: #EEDEE5
RGB: (238,222,229)
#EEDEE5 contains red, green and blue colors in about the same proportion. Web safe color of #EEDEE5 is #FFCCCC (or #FCC).
#EEDEE5 color RGB value is (238,222,229).
RGB: (238,222,229)
(93%, 87%, 90%)
R 238 of 255 = 93%
G 222 of 255 = 87%
B 229 of 255 = 90%
R + G + B ~ 90%. #EEDEE5 is light color.
R + G + B = 238 + 222 + 229 = 689 (100%)
R 238 of 689 ~ 34.54%
G 222 of 689 ~ 32.22%
B 229 of 689 ~ 33.24'%
#EEDEE5 color CMYK value is (0,7,4,7).
CMYK: (0,7,4,7) C0M7Y4K7 (0%,7%,4%,7%) (0.00/0.07/0.04/0.07)
Color #EEDEE5 in popluar color models
EE | DE | E5 | |
---|---|---|---|
RGB | 238 | 222 | 229 |
HSL | 334° | 32.00% | 90.20% |
HSB/HSV | 334° | 6.72% | 93.33% |
CMYK | 0.00% | 6.72% | 3.78% |
6.67% |
Color #EEDEE5 in popluar number systems.
HEX | EE | DE | E5 |
Decimal | 238 | 222 | 229 |
Binary | 11101110 | 11011110 | 11100101 |
Octal | 356 | 336 | 345 |
Shades of #EEDEE5
Tints of #EEDEE5
Examples of css and html codes for elements with #EEDEE5 color. Also use rgb(238,222,229) instead hex code.
.myTextColor { color: #EEDEE5; }
<p style="color:#EEDEE5">This sample text font color is #EEDEE5.</p>
This text font color is #EEDEE5.
.myBgColor { background-color: #EEDEE5; }
<div style="background-color:#EEDEE5">Inner text</div>
This div background color is #EEDEE5.
.myBorderColor { border: 1px solid #EEDEE5; }
<div style="border:3px solid #EEDEE5">Div</div>
This div border color is #EEDEE5.
.myOpacity80 { color: #EEDEE5; opacity: 0.8; }
<p style="color:#EEDEE5;opacity:0.8;">80%</p>
Text with #EEDEE5 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EEDEE5;}
<p style="text-shadow: 3px 3px 1px #EEDEE5">Text here.</p>
This text has shadow with #EEDEE5 color.
.textShadow {text-shadow: 3px 3px 1px #EEDEE5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EEDEE5, 5px 5px 20px red">Text here.</p>
This text has shadow with #EEDEE5 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEDEE5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EEDEE5, Direction=45, Strength=4)">Text</p>
This text has shadow with #EEDEE5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EEDEE5;
-webkit-box-shadow: 1px 1px 3px 2px #EEDEE5;
box-shadow: 1px 1px 3px 2px #EEDEE5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEDEE5; -webkit-box-shadow: 1px 1px 3px 2px #EEDEE5; box-shadow:1px 1px 3px 2px #EEDEE5;">
Div content here
</div>
This text has color #EEDEE5 on black background.
This text has color #EEDEE5 on white background.
This text has black color on #EEDEE5 background.
This text has white color on #EEDEE5 background.
Complementary color for #hex is #11211A.