HEX: #EEE0EB
RGB: (238,224,235)
#EEE0EB contains red, green and blue colors in about the same proportion. Web safe color of #EEE0EB is #FFCCFF (or #FCF).
#EEE0EB color RGB value is (238,224,235).
RGB: (238,224,235)
(93%, 88%, 92%)
R 238 of 255 = 93%
G 224 of 255 = 88%
B 235 of 255 = 92%
R + G + B ~ 91%. #EEE0EB is light color.
R + G + B = 238 + 224 + 235 = 697 (100%)
R 238 of 697 ~ 34.15%
G 224 of 697 ~ 32.14%
B 235 of 697 ~ 33.72'%
#EEE0EB color CMYK value is (0,6,1,7).
CMYK: (0,6,1,7)
C0M6Y1K7 (0%, 6%, 1%, 7%)
(0.00 / 0.06 / 0.01 / 0.07)
Color #EEE0EB in popluar color models
EE | E0 | EB | |
---|---|---|---|
RGB | 238 | 224 | 235 |
HSL | 313° | 29.17% | 90.59% |
HSB/HSV | 313° | 5.88% | 93.33% |
CMYK | 0.00% | 5.88% | 1.26% |
6.67% |
Color #EEE0EB in popluar number systems.
HEX | EE | E0 | EB |
Decimal | 238 | 224 | 235 |
Binary | 11101110 | 11100000 | 11101011 |
Octal | 356 | 340 | 353 |
Shades of #EEE0EB
Tints of #EEE0EB
Examples of css and html codes for elements with #EEE0EB color. Also use rgb(238,224,235) instead hex code.
.myTextColor { color: #EEE0EB; }
<p style="color:#EEE0EB">This sample text font color is #EEE0EB.</p>
This text font color is #EEE0EB.
.myBgColor { background-color: #EEE0EB; }
<div style="background-color:#EEE0EB">Inner text</div>
This div background color is #EEE0EB.
.myBorderColor { border: 1px solid #EEE0EB; }
<div style="border:3px solid #EEE0EB">Div</div>
This div border color is #EEE0EB.
.myOpacity80 { color: #EEE0EB; opacity: 0.8; }
<p style="color:#EEE0EB;opacity:0.8;">80%</p>
Text with #EEE0EB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EEE0EB;}
<p style="text-shadow: 3px 3px 1px #EEE0EB">Text here.</p>
This text has shadow with #EEE0EB color.
.textShadow {text-shadow: 3px 3px 1px #EEE0EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EEE0EB, 5px 5px 20px red">Text here.</p>
This text has shadow with #EEE0EB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEE0EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EEE0EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #EEE0EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EEE0EB;
-webkit-box-shadow: 1px 1px 3px 2px #EEE0EB;
box-shadow: 1px 1px 3px 2px #EEE0EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEE0EB; -webkit-box-shadow: 1px 1px 3px 2px #EEE0EB; box-shadow:1px 1px 3px 2px #EEE0EB;">
Div content here
</div>
This text has color #EEE0EB on black background.
This text has color #EEE0EB on white background.
This text has black color on #EEE0EB background.
This text has white color on #EEE0EB background.
Complementary color for #hex is #111F14.