HEX: #EEDAF9
RGB: (238,218,249)
#EEDAF9 contains red, green and blue colors in about the same proportion. Web safe color of #EEDAF9 is #FFCCFF (or #FCF).
#EEDAF9 color RGB value is (238,218,249).
RGB: (238,218,249)
(93%, 85%, 98%)
R 238 of 255 = 93%
G 218 of 255 = 85%
B 249 of 255 = 98%
R + G + B ~ 92%. #EEDAF9 is light color.
R + G + B = 238 + 218 + 249 = 705 (100%)
R 238 of 705 ~ 33.76%
G 218 of 705 ~ 30.92%
B 249 of 705 ~ 35.32'%
#EEDAF9 color CMYK value is (4,12,0,2).
CMYK: (4,12,0,2)
C4M12Y0K2 (4%, 12%, 0%, 2%)
(0.04 / 0.12 / 0.00 / 0.02)
Color #EEDAF9 in popluar color models
EE | DA | F9 | |
---|---|---|---|
RGB | 238 | 218 | 249 |
HSL | 279° | 72.09% | 91.57% |
HSB/HSV | 279° | 12.45% | 97.65% |
CMYK | 4.42% | 12.45% | 0.00% |
2.35% |
Color #EEDAF9 in popluar number systems.
HEX | EE | DA | F9 |
Decimal | 238 | 218 | 249 |
Binary | 11101110 | 11011010 | 11111001 |
Octal | 356 | 332 | 371 |
Shades of #EEDAF9
Tints of #EEDAF9
Examples of css and html codes for elements with #EEDAF9 color. Also use rgb(238,218,249) instead hex code.
.myTextColor { color: #EEDAF9; }
<p style="color:#EEDAF9">This sample text font color is #EEDAF9.</p>
This text font color is #EEDAF9.
.myBgColor { background-color: #EEDAF9; }
<div style="background-color:#EEDAF9">Inner text</div>
This div background color is #EEDAF9.
.myBorderColor { border: 1px solid #EEDAF9; }
<div style="border:3px solid #EEDAF9">Div</div>
This div border color is #EEDAF9.
.myOpacity80 { color: #EEDAF9; opacity: 0.8; }
<p style="color:#EEDAF9;opacity:0.8;">80%</p>
Text with #EEDAF9 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EEDAF9;}
<p style="text-shadow: 3px 3px 1px #EEDAF9">Text here.</p>
This text has shadow with #EEDAF9 color.
.textShadow {text-shadow: 3px 3px 1px #EEDAF9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EEDAF9, 5px 5px 20px red">Text here.</p>
This text has shadow with #EEDAF9 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEDAF9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EEDAF9, Direction=45, Strength=4)">Text</p>
This text has shadow with #EEDAF9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EEDAF9;
-webkit-box-shadow: 1px 1px 3px 2px #EEDAF9;
box-shadow: 1px 1px 3px 2px #EEDAF9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEDAF9; -webkit-box-shadow: 1px 1px 3px 2px #EEDAF9; box-shadow:1px 1px 3px 2px #EEDAF9;">
Div content here
</div>
This text has color #EEDAF9 on black background.
This text has color #EEDAF9 on white background.
This text has black color on #EEDAF9 background.
This text has white color on #EEDAF9 background.
Complementary color for #hex is #112506.