HEX: #E6DDEA
RGB: (230,221,234)
#E6DDEA contains red, green and blue colors in about the same proportion. Web safe color of #E6DDEA is #CCCCFF (or #CCF).
#E6DDEA color RGB value is (230,221,234).
RGB: (230,221,234)
(90%, 87%, 92%)
R 230 of 255 = 90%
G 221 of 255 = 87%
B 234 of 255 = 92%
R + G + B ~ 90%. #E6DDEA is light color.
R + G + B = 230 + 221 + 234 = 685 (100%)
R 230 of 685 ~ 33.58%
G 221 of 685 ~ 32.26%
B 234 of 685 ~ 34.16'%
#E6DDEA color CMYK value is (2,6,0,8).
CMYK: (2,6,0,8)
C2M6Y0K8 (2%, 6%, 0%, 8%)
(0.02 / 0.06 / 0.00 / 0.08)
Color #E6DDEA in popluar color models
E6 | DD | EA | |
---|---|---|---|
RGB | 230 | 221 | 234 |
HSL | 282° | 23.64% | 89.22% |
HSB/HSV | 282° | 5.56% | 91.76% |
CMYK | 1.71% | 5.56% | 0.00% |
8.24% |
Color #E6DDEA in popluar number systems.
HEX | E6 | DD | EA |
Decimal | 230 | 221 | 234 |
Binary | 11100110 | 11011101 | 11101010 |
Octal | 346 | 335 | 352 |
Shades of #E6DDEA
Tints of #E6DDEA
Examples of css and html codes for elements with #E6DDEA color. Also use rgb(230,221,234) instead hex code.
.myTextColor { color: #E6DDEA; }
<p style="color:#E6DDEA">This sample text font color is #E6DDEA.</p>
This text font color is #E6DDEA.
.myBgColor { background-color: #E6DDEA; }
<div style="background-color:#E6DDEA">Inner text</div>
This div background color is #E6DDEA.
.myBorderColor { border: 1px solid #E6DDEA; }
<div style="border:3px solid #E6DDEA">Div</div>
This div border color is #E6DDEA.
.myOpacity80 { color: #E6DDEA; opacity: 0.8; }
<p style="color:#E6DDEA;opacity:0.8;">80%</p>
Text with #E6DDEA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6DDEA;}
<p style="text-shadow: 3px 3px 1px #E6DDEA">Text here.</p>
This text has shadow with #E6DDEA color.
.textShadow {text-shadow: 3px 3px 1px #E6DDEA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6DDEA, 5px 5px 20px red">Text here.</p>
This text has shadow with #E6DDEA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6DDEA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6DDEA, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6DDEA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6DDEA;
-webkit-box-shadow: 1px 1px 3px 2px #E6DDEA;
box-shadow: 1px 1px 3px 2px #E6DDEA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6DDEA; -webkit-box-shadow: 1px 1px 3px 2px #E6DDEA; box-shadow:1px 1px 3px 2px #E6DDEA;">
Div content here
</div>
This text has color #E6DDEA on black background.
This text has color #E6DDEA on white background.
This text has black color on #E6DDEA background.
This text has white color on #E6DDEA background.
Complementary color for #hex is #192215.