HEX: #EEDFEB
RGB: (238,223,235)
#EEDFEB contains red, green and blue colors in about the same proportion. Web safe color of #EEDFEB is #FFCCFF (or #FCF).
#EEDFEB color RGB value is (238,223,235).
RGB: (238,223,235)
(93%, 87%, 92%)
R 238 of 255 = 93%
G 223 of 255 = 87%
B 235 of 255 = 92%
R + G + B ~ 91%. #EEDFEB is light color.
R + G + B = 238 + 223 + 235 = 696 (100%)
R 238 of 696 ~ 34.2%
G 223 of 696 ~ 32.04%
B 235 of 696 ~ 33.76'%
#EEDFEB 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 #EEDFEB in popluar color models
EE | DF | EB | |
---|---|---|---|
RGB | 238 | 223 | 235 |
HSL | 312° | 30.61% | 90.39% |
HSB/HSV | 312° | 6.30% | 93.33% |
CMYK | 0.00% | 6.30% | 1.26% |
6.67% |
Color #EEDFEB in popluar number systems.
HEX | EE | DF | EB |
Decimal | 238 | 223 | 235 |
Binary | 11101110 | 11011111 | 11101011 |
Octal | 356 | 337 | 353 |
Shades of #EEDFEB
Tints of #EEDFEB
Examples of css and html codes for elements with #EEDFEB color. Also use rgb(238,223,235) instead hex code.
.myTextColor { color: #EEDFEB; }
<p style="color:#EEDFEB">This sample text font color is #EEDFEB.</p>
This text font color is #EEDFEB.
.myBgColor { background-color: #EEDFEB; }
<div style="background-color:#EEDFEB">Inner text</div>
This div background color is #EEDFEB.
.myBorderColor { border: 1px solid #EEDFEB; }
<div style="border:3px solid #EEDFEB">Div</div>
This div border color is #EEDFEB.
.myOpacity80 { color: #EEDFEB; opacity: 0.8; }
<p style="color:#EEDFEB;opacity:0.8;">80%</p>
Text with #EEDFEB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EEDFEB;}
<p style="text-shadow: 3px 3px 1px #EEDFEB">Text here.</p>
This text has shadow with #EEDFEB color.
.textShadow {text-shadow: 3px 3px 1px #EEDFEB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EEDFEB, 5px 5px 20px red">Text here.</p>
This text has shadow with #EEDFEB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEDFEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EEDFEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #EEDFEB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EEDFEB;
-webkit-box-shadow: 1px 1px 3px 2px #EEDFEB;
box-shadow: 1px 1px 3px 2px #EEDFEB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEDFEB; -webkit-box-shadow: 1px 1px 3px 2px #EEDFEB; box-shadow:1px 1px 3px 2px #EEDFEB;">
Div content here
</div>
This text has color #EEDFEB on black background.
This text has color #EEDFEB on white background.
This text has black color on #EEDFEB background.
This text has white color on #EEDFEB background.
Complementary color for #hex is #112014.