HEX: #EED6CE
RGB: (238,214,206)
#EED6CE contains red, green and blue colors in about the same proportion. Web safe color of #EED6CE is #FFCCCC (or #FCC).
#EED6CE color RGB value is (238,214,206).
RGB: (238,214,206)
(93%, 84%, 81%)
R 238 of 255 = 93%
G 214 of 255 = 84%
B 206 of 255 = 81%
R + G + B ~ 86%. #EED6CE is light color.
R + G + B = 238 + 214 + 206 = 658 (100%)
R 238 of 658 ~ 36.17%
G 214 of 658 ~ 32.52%
B 206 of 658 ~ 31.31'%
#EED6CE color CMYK value is (0,10,13,7).
CMYK: (0,10,13,7) C0M10Y13K7 (0%,10%,13%,7%) (0.00/0.10/0.13/0.07)
Color #EED6CE in popluar color models
EE | D6 | CE | |
---|---|---|---|
RGB | 238 | 214 | 206 |
HSL | 15° | 48.48% | 87.06% |
HSB/HSV | 15° | 13.45% | 93.33% |
CMYK | 0.00% | 10.08% | 13.45% |
6.67% |
Color #EED6CE in popluar number systems.
HEX | EE | D6 | CE |
Decimal | 238 | 214 | 206 |
Binary | 11101110 | 11010110 | 11001110 |
Octal | 356 | 326 | 316 |
Shades of #EED6CE
Tints of #EED6CE
Examples of css and html codes for elements with #EED6CE color. Also use rgb(238,214,206) instead hex code.
.myTextColor { color: #EED6CE; }
<p style="color:#EED6CE">This sample text font color is #EED6CE.</p>
This text font color is #EED6CE.
.myBgColor { background-color: #EED6CE; }
<div style="background-color:#EED6CE">Inner text</div>
This div background color is #EED6CE.
.myBorderColor { border: 1px solid #EED6CE; }
<div style="border:3px solid #EED6CE">Div</div>
This div border color is #EED6CE.
.myOpacity80 { color: #EED6CE; opacity: 0.8; }
<p style="color:#EED6CE;opacity:0.8;">80%</p>
Text with #EED6CE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EED6CE;}
<p style="text-shadow: 3px 3px 1px #EED6CE">Text here.</p>
This text has shadow with #EED6CE color.
.textShadow {text-shadow: 3px 3px 1px #EED6CE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EED6CE, 5px 5px 20px red">Text here.</p>
This text has shadow with #EED6CE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EED6CE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EED6CE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EED6CE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EED6CE;
-webkit-box-shadow: 1px 1px 3px 2px #EED6CE;
box-shadow: 1px 1px 3px 2px #EED6CE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EED6CE; -webkit-box-shadow: 1px 1px 3px 2px #EED6CE; box-shadow:1px 1px 3px 2px #EED6CE;">
Div content here
</div>
This text has color #EED6CE on black background.
This text has color #EED6CE on white background.
This text has black color on #EED6CE background.
This text has white color on #EED6CE background.
Complementary color for #hex is #112931.