HEX: #EDE1DF
RGB: (237,225,223)
#EDE1DF contains red, green and blue colors in about the same proportion. Web safe color of #EDE1DF is #FFCCCC (or #FCC).
#EDE1DF color RGB value is (237,225,223).
RGB: (237,225,223)
(93%, 88%, 87%)
R 237 of 255 = 93%
G 225 of 255 = 88%
B 223 of 255 = 87%
R + G + B ~ 89%. #EDE1DF is light color.
R + G + B = 237 + 225 + 223 = 685 (100%)
R 237 of 685 ~ 34.6%
G 225 of 685 ~ 32.85%
B 223 of 685 ~ 32.55'%
#EDE1DF color CMYK value is (0,5,6,7).
CMYK: (0,5,6,7)
C0M5Y6K7 (0%, 5%, 6%, 7%)
(0.00 / 0.05 / 0.06 / 0.07)
Color #EDE1DF in popluar color models
ED | E1 | DF | |
---|---|---|---|
RGB | 237 | 225 | 223 |
HSL | 9° | 28.00% | 90.20% |
HSB/HSV | 9° | 5.91% | 92.94% |
CMYK | 0.00% | 5.06% | 5.91% |
7.06% |
Color #EDE1DF in popluar number systems.
HEX | ED | E1 | DF |
Decimal | 237 | 225 | 223 |
Binary | 11101101 | 11100001 | 11011111 |
Octal | 355 | 341 | 337 |
Shades of #EDE1DF
Tints of #EDE1DF
Examples of css and html codes for elements with #EDE1DF color. Also use rgb(237,225,223) instead hex code.
.myTextColor { color: #EDE1DF; }
<p style="color:#EDE1DF">This sample text font color is #EDE1DF.</p>
This text font color is #EDE1DF.
.myBgColor { background-color: #EDE1DF; }
<div style="background-color:#EDE1DF">Inner text</div>
This div background color is #EDE1DF.
.myBorderColor { border: 1px solid #EDE1DF; }
<div style="border:3px solid #EDE1DF">Div</div>
This div border color is #EDE1DF.
.myOpacity80 { color: #EDE1DF; opacity: 0.8; }
<p style="color:#EDE1DF;opacity:0.8;">80%</p>
Text with #EDE1DF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDE1DF;}
<p style="text-shadow: 3px 3px 1px #EDE1DF">Text here.</p>
This text has shadow with #EDE1DF color.
.textShadow {text-shadow: 3px 3px 1px #EDE1DF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDE1DF, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDE1DF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDE1DF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDE1DF, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDE1DF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDE1DF;
-webkit-box-shadow: 1px 1px 3px 2px #EDE1DF;
box-shadow: 1px 1px 3px 2px #EDE1DF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDE1DF; -webkit-box-shadow: 1px 1px 3px 2px #EDE1DF; box-shadow:1px 1px 3px 2px #EDE1DF;">
Div content here
</div>
This text has color #EDE1DF on black background.
This text has color #EDE1DF on white background.
This text has black color on #EDE1DF background.
This text has white color on #EDE1DF background.
Complementary color for #hex is #121E20.