HEX: #EDE2EB
RGB: (237,226,235)
#EDE2EB contains red, green and blue colors in about the same proportion. Web safe color of #EDE2EB is #FFCCFF (or #FCF).
#EDE2EB color RGB value is (237,226,235).
RGB: (237,226,235)
(93%, 89%, 92%)
R 237 of 255 = 93%
G 226 of 255 = 89%
B 235 of 255 = 92%
R + G + B ~ 91%. #EDE2EB is light color.
R + G + B = 237 + 226 + 235 = 698 (100%)
R 237 of 698 ~ 33.95%
G 226 of 698 ~ 32.38%
B 235 of 698 ~ 33.67'%
#EDE2EB color CMYK value is (0,5,1,7).
CMYK: (0,5,1,7) C0M5Y1K7 (0%,5%,1%,7%) (0.00/0.05/0.01/0.07)
Color #EDE2EB in popluar color models
ED | E2 | EB | |
---|---|---|---|
RGB | 237 | 226 | 235 |
HSL | 311° | 23.40% | 90.78% |
HSB/HSV | 311° | 4.64% | 92.94% |
CMYK | 0.00% | 4.64% | 0.84% |
7.06% |
Color #EDE2EB in popluar number systems.
HEX | ED | E2 | EB |
Decimal | 237 | 226 | 235 |
Binary | 11101101 | 11100010 | 11101011 |
Octal | 355 | 342 | 353 |
Shades of #EDE2EB
Tints of #EDE2EB
Examples of css and html codes for elements with #EDE2EB color. Also use rgb(237,226,235) instead hex code.
.myTextColor { color: #EDE2EB; }
<p style="color:#EDE2EB">This sample text font color is #EDE2EB.</p>
This text font color is #EDE2EB.
.myBgColor { background-color: #EDE2EB; }
<div style="background-color:#EDE2EB">Inner text</div>
This div background color is #EDE2EB.
.myBorderColor { border: 1px solid #EDE2EB; }
<div style="border:3px solid #EDE2EB">Div</div>
This div border color is #EDE2EB.
.myOpacity80 { color: #EDE2EB; opacity: 0.8; }
<p style="color:#EDE2EB;opacity:0.8;">80%</p>
Text with #EDE2EB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDE2EB;}
<p style="text-shadow: 3px 3px 1px #EDE2EB">Text here.</p>
This text has shadow with #EDE2EB color.
.textShadow {text-shadow: 3px 3px 1px #EDE2EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDE2EB, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDE2EB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDE2EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDE2EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDE2EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDE2EB;
-webkit-box-shadow: 1px 1px 3px 2px #EDE2EB;
box-shadow: 1px 1px 3px 2px #EDE2EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDE2EB; -webkit-box-shadow: 1px 1px 3px 2px #EDE2EB; box-shadow:1px 1px 3px 2px #EDE2EB;">
Div content here
</div>
This text has color #EDE2EB on black background.
This text has color #EDE2EB on white background.
This text has black color on #EDE2EB background.
This text has white color on #EDE2EB background.
Complementary color for #hex is #121D14.