HEX: #EDDBEE
RGB: (237,219,238)
#EDDBEE contains red, green and blue colors in about the same proportion. Web safe color of #EDDBEE is #FFCCFF (or #FCF).
#EDDBEE color RGB value is (237,219,238).
RGB: (237,219,238)
(93%, 86%, 93%)
R 237 of 255 = 93%
G 219 of 255 = 86%
B 238 of 255 = 93%
R + G + B ~ 91%. #EDDBEE is light color.
R + G + B = 237 + 219 + 238 = 694 (100%)
R 237 of 694 ~ 34.15%
G 219 of 694 ~ 31.56%
B 238 of 694 ~ 34.29'%
#EDDBEE color CMYK value is (0,8,0,7).
CMYK: (0,8,0,7) C0M8Y0K7 (0%,8%,0%,7%) (0.00/0.08/0.00/0.07)
Color #EDDBEE in popluar color models
ED | DB | EE | |
---|---|---|---|
RGB | 237 | 219 | 238 |
HSL | 297° | 35.85% | 89.61% |
HSB/HSV | 297° | 7.98% | 93.33% |
CMYK | 0.42% | 7.98% | 0.00% |
6.67% |
Color #EDDBEE in popluar number systems.
HEX | ED | DB | EE |
Decimal | 237 | 219 | 238 |
Binary | 11101101 | 11011011 | 11101110 |
Octal | 355 | 333 | 356 |
Shades of #EDDBEE
Tints of #EDDBEE
Examples of css and html codes for elements with #EDDBEE color. Also use rgb(237,219,238) instead hex code.
.myTextColor { color: #EDDBEE; }
<p style="color:#EDDBEE">This sample text font color is #EDDBEE.</p>
This text font color is #EDDBEE.
.myBgColor { background-color: #EDDBEE; }
<div style="background-color:#EDDBEE">Inner text</div>
This div background color is #EDDBEE.
.myBorderColor { border: 1px solid #EDDBEE; }
<div style="border:3px solid #EDDBEE">Div</div>
This div border color is #EDDBEE.
.myOpacity80 { color: #EDDBEE; opacity: 0.8; }
<p style="color:#EDDBEE;opacity:0.8;">80%</p>
Text with #EDDBEE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDDBEE;}
<p style="text-shadow: 3px 3px 1px #EDDBEE">Text here.</p>
This text has shadow with #EDDBEE color.
.textShadow {text-shadow: 3px 3px 1px #EDDBEE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDDBEE, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDDBEE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDDBEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDDBEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDDBEE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDDBEE;
-webkit-box-shadow: 1px 1px 3px 2px #EDDBEE;
box-shadow: 1px 1px 3px 2px #EDDBEE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDDBEE; -webkit-box-shadow: 1px 1px 3px 2px #EDDBEE; box-shadow:1px 1px 3px 2px #EDDBEE;">
Div content here
</div>
This text has color #EDDBEE on black background.
This text has color #EDDBEE on white background.
This text has black color on #EDDBEE background.
This text has white color on #EDDBEE background.
Complementary color for #hex is #122411.