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