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