COLOR #E6D6ED

HEX: #E6D6ED RGB: (230,214,237)

Color info

#E6D6ED contains red, green and blue colors in about the same proportion. Web safe color of #E6D6ED is #CCCCFF (or #CCF).

RGB color model

#E6D6ED color RGB value is (230,214,237).

RGB: (230,214,237) (90%, 84%, 93%)

RGB channels and saturation

R 230 of 255 = 90%
G 214 of 255 = 84%
B 237 of 255 = 93%

230
214
237

R + G + B ~ 89%. #E6D6ED is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 214 + 237 = 681 (100%)
R 230 of 681 ~ 33.77%
G 214 of 681 ~ 31.42%
B 237 of 681 ~ 34.8'%

%33.77
%31.42
%34.8

CMYK color model

#E6D6ED color CMYK value is (3,10,0,7).

  • cyan value is 2.95%
  • magenta value is 9.70%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (3,10,0,7)
C3M10Y0K7 (3%, 10%, 0%, 7%)
(0.03 / 0.10 / 0.00 / 0.07)

CMYK percentages

%2.95
%9.7
%0
%7.06

Codes

Color #E6D6ED in popluar color models

E6 D6 ED
RGB 230 214 237
HSL 282° 38.98% 88.43%
HSB/HSV 282° 9.70% 92.94%
CMYK 2.95% 9.70% 0.00%
7.06%

Color #E6D6ED in popluar number systems.

HEX E6 D6 ED
Decimal 230 214 237
Binary 11100110 11010110 11101101
Octal 346 326 355

Shades and tints

Shades of #E6D6ED

#E6D6ED
(230,214,237)
#D2C3D8
(210,195,216)
#BEB0C3
(190,176,195)
#AA9DAE
(170,157,174)
#968A99
(150,138,153)
#827784
(130,119,132)
#6E646F
(110,100,111)
#5A515A
(90,81,90)
#463E45
(70,62,69)
#322B30
(50,43,48)
#1E181B
(30,24,27)
#000000
(0,0,0)

Tints of #E6D6ED

#E6D6ED
(230,214,237)
#E8D9EE
(232,217,238)
#EADCEF
(234,220,239)
#ECDFF0
(236,223,240)
#EEE2F1
(238,226,241)
#F0E5F2
(240,229,242)
#F2E8F3
(242,232,243)
#F4EBF4
(244,235,244)
#F6EEF5
(246,238,245)
#F8F1F6
(248,241,246)
#FAF4F7
(250,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D6ED color. Also use rgb(230,214,237) instead hex code.

Text Font Color

.myTextColor { color: #E6D6ED; }

<p style="color:#E6D6ED">This sample text font color is #E6D6ED.</p>

This text font color is #E6D6ED.

Background Color

.myBgColor { background-color: #E6D6ED; }

<div style="background-color:#E6D6ED">Inner text</div>

This div background color is #E6D6ED.

Border color

.myBorderColor { border: 1px solid #E6D6ED; }

<div style="border:3px solid #E6D6ED">Div</div>

This div border color is #E6D6ED.

Opacity

.myOpacity80 { color: #E6D6ED; opacity: 0.8; }

<p style="color:#E6D6ED;opacity:0.8;">80%</p>

Text with #E6D6ED color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E6D6ED;}

<p style="text-shadow: 3px 3px 1px #E6D6ED">Text here.</p>

This text has shadow with #E6D6ED color.


.textShadow {text-shadow: 3px 3px 1px #E6D6ED', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E6D6ED, 5px 5px 20px red">Text here.</p>

This text has shadow with #E6D6ED primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6D6ED, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E6D6ED, Direction=45, Strength=4)">Text</p>

This text has shadow with #E6D6ED and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6D6ED;
-webkit-box-shadow: 1px 1px 3px 2px #E6D6ED;
box-shadow: 1px 1px 3px 2px #E6D6ED;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6D6ED; -webkit-box-shadow: 1px 1px 3px 2px #E6D6ED; box-shadow:1px 1px 3px 2px #E6D6ED;">
Div content here
</div>

This div box has shadow with color #E6D6ED.

Preview

Color preview on black background

This text has color #E6D6ED on black background.


Color preview on white background

This text has color #E6D6ED on white background.


Black color preview on #E6D6ED background

This text has black color on #E6D6ED background.


White color preview on #E6D6ED background

This text has white color on #E6D6ED background.


Related colors

Complementary color

Complementary color for #hex is #192912.


I love getcolorcode.com

Triadic colors

1 #EDE6D6 and #D6EDE6 with #E6D6ED are triadic colors.

2 #EDD6E6 and #D6E6ED with #E6D6ED are triadic colors.