HEX: #EDDDEA
RGB: (237,221,234)
#EDDDEA contains red, green and blue colors in about the same proportion. Web safe color of #EDDDEA is #FFCCFF (or #FCF).
#EDDDEA color RGB value is (237,221,234).
RGB: (237,221,234)
(93%, 87%, 92%)
R 237 of 255 = 93%
G 221 of 255 = 87%
B 234 of 255 = 92%
R + G + B ~ 91%. #EDDDEA is light color.
R + G + B = 237 + 221 + 234 = 692 (100%)
R 237 of 692 ~ 34.25%
G 221 of 692 ~ 31.94%
B 234 of 692 ~ 33.82'%
#EDDDEA color CMYK value is (0,7,1,7).
CMYK: (0,7,1,7) C0M7Y1K7 (0%,7%,1%,7%) (0.00/0.07/0.01/0.07)
Color #EDDDEA in popluar color models
ED | DD | EA | |
---|---|---|---|
RGB | 237 | 221 | 234 |
HSL | 311° | 30.77% | 89.80% |
HSB/HSV | 311° | 6.75% | 92.94% |
CMYK | 0.00% | 6.75% | 1.27% |
7.06% |
Color #EDDDEA in popluar number systems.
HEX | ED | DD | EA |
Decimal | 237 | 221 | 234 |
Binary | 11101101 | 11011101 | 11101010 |
Octal | 355 | 335 | 352 |
Shades of #EDDDEA
Tints of #EDDDEA
Examples of css and html codes for elements with #EDDDEA color. Also use rgb(237,221,234) instead hex code.
.myTextColor { color: #EDDDEA; }
<p style="color:#EDDDEA">This sample text font color is #EDDDEA.</p>
This text font color is #EDDDEA.
.myBgColor { background-color: #EDDDEA; }
<div style="background-color:#EDDDEA">Inner text</div>
This div background color is #EDDDEA.
.myBorderColor { border: 1px solid #EDDDEA; }
<div style="border:3px solid #EDDDEA">Div</div>
This div border color is #EDDDEA.
.myOpacity80 { color: #EDDDEA; opacity: 0.8; }
<p style="color:#EDDDEA;opacity:0.8;">80%</p>
Text with #EDDDEA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDDDEA;}
<p style="text-shadow: 3px 3px 1px #EDDDEA">Text here.</p>
This text has shadow with #EDDDEA color.
.textShadow {text-shadow: 3px 3px 1px #EDDDEA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDDDEA, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDDDEA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDDDEA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDDDEA, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDDDEA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDDDEA;
-webkit-box-shadow: 1px 1px 3px 2px #EDDDEA;
box-shadow: 1px 1px 3px 2px #EDDDEA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDDDEA; -webkit-box-shadow: 1px 1px 3px 2px #EDDDEA; box-shadow:1px 1px 3px 2px #EDDDEA;">
Div content here
</div>
This text has color #EDDDEA on black background.
This text has color #EDDDEA on white background.
This text has black color on #EDDDEA background.
This text has white color on #EDDDEA background.
Complementary color for #hex is #122215.