HEX: #EEDEFF
RGB: (238,222,255)
#EEDEFF contains red, green and blue colors in about the same proportion. Web safe color of #EEDEFF is #FFCCFF (or #FCF).
#EEDEFF color RGB value is (238,222,255).
RGB: (238,222,255)
(93%, 87%, 100%)
R 238 of 255 = 93%
G 222 of 255 = 87%
B 255 of 255 = 100%
R + G + B ~ 93%. #EEDEFF is light color.
R + G + B = 238 + 222 + 255 = 715 (100%)
R 238 of 715 ~ 33.29%
G 222 of 715 ~ 31.05%
B 255 of 715 ~ 35.66'%
#EEDEFF color CMYK value is (7,13,0,0).
CMYK: (7,13,0,0)
C7M13Y0K0 (7%, 13%, 0%, 0%)
(0.07 / 0.13 / 0.00 / 0.00)
Color #EEDEFF in popluar color models
EE | DE | FF | |
---|---|---|---|
RGB | 238 | 222 | 255 |
HSL | 269° | 100.00% | 93.53% |
HSB/HSV | 269° | 12.94% | 100.00% |
CMYK | 6.67% | 12.94% | 0.00% |
0.00% |
Color #EEDEFF in popluar number systems.
HEX | EE | DE | FF |
Decimal | 238 | 222 | 255 |
Binary | 11101110 | 11011110 | 11111111 |
Octal | 356 | 336 | 377 |
Shades of #EEDEFF
Tints of #EEDEFF
Examples of css and html codes for elements with #EEDEFF color. Also use rgb(238,222,255) instead hex code.
.myTextColor { color: #EEDEFF; }
<p style="color:#EEDEFF">This sample text font color is #EEDEFF.</p>
This text font color is #EEDEFF.
.myBgColor { background-color: #EEDEFF; }
<div style="background-color:#EEDEFF">Inner text</div>
This div background color is #EEDEFF.
.myBorderColor { border: 1px solid #EEDEFF; }
<div style="border:3px solid #EEDEFF">Div</div>
This div border color is #EEDEFF.
.myOpacity80 { color: #EEDEFF; opacity: 0.8; }
<p style="color:#EEDEFF;opacity:0.8;">80%</p>
Text with #EEDEFF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EEDEFF;}
<p style="text-shadow: 3px 3px 1px #EEDEFF">Text here.</p>
This text has shadow with #EEDEFF color.
.textShadow {text-shadow: 3px 3px 1px #EEDEFF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EEDEFF, 5px 5px 20px red">Text here.</p>
This text has shadow with #EEDEFF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEDEFF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EEDEFF, Direction=45, Strength=4)">Text</p>
This text has shadow with #EEDEFF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EEDEFF;
-webkit-box-shadow: 1px 1px 3px 2px #EEDEFF;
box-shadow: 1px 1px 3px 2px #EEDEFF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEDEFF; -webkit-box-shadow: 1px 1px 3px 2px #EEDEFF; box-shadow:1px 1px 3px 2px #EEDEFF;">
Div content here
</div>
This text has color #EEDEFF on black background.
This text has color #EEDEFF on white background.
This text has black color on #EEDEFF background.
This text has white color on #EEDEFF background.
Complementary color for #hex is #112100.