COLOR #E6D6EB

HEX: #E6D6EB RGB: (230,214,235)

Color info

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

RGB color model

#E6D6EB color RGB value is (230,214,235).

RGB: (230,214,235) (90%, 84%, 92%)

RGB channels and saturation

R 230 of 255 = 90%
G 214 of 255 = 84%
B 235 of 255 = 92%

230
214
235

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

Portions of RGB colors in percentages

R + G + B = 230 + 214 + 235 = 679 (100%)
R 230 of 679 ~ 33.87%
G 214 of 679 ~ 31.52%
B 235 of 679 ~ 34.61'%

%33.87
%31.52
%34.61

CMYK color model

#E6D6EB color CMYK value is (2,9,0,8).

  • cyan value is 2.13%
  • magenta value is 8.94%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (2,9,0,8)
C2M9Y0K8 (2%, 9%, 0%, 8%)
(0.02 / 0.09 / 0.00 / 0.08)

CMYK percentages

%2.13
%8.94
%0
%7.84

Codes

Color #E6D6EB in popluar color models

E6 D6 EB
RGB 230 214 235
HSL 286° 34.43% 88.04%
HSB/HSV 286° 8.94% 92.16%
CMYK 2.13% 8.94% 0.00%
7.84%

Color #E6D6EB in popluar number systems.

HEX E6 D6 EB
Decimal 230 214 235
Binary 11100110 11010110 11101011
Octal 346 326 353

Shades and tints

Shades of #E6D6EB

#E6D6EB
(230,214,235)
#D2C3D6
(210,195,214)
#BEB0C1
(190,176,193)
#AA9DAC
(170,157,172)
#968A97
(150,138,151)
#827782
(130,119,130)
#6E646D
(110,100,109)
#5A5158
(90,81,88)
#463E43
(70,62,67)
#322B2E
(50,43,46)
#1E1819
(30,24,25)
#000000
(0,0,0)

Tints of #E6D6EB

#E6D6EB
(230,214,235)
#E8D9EC
(232,217,236)
#EADCED
(234,220,237)
#ECDFEE
(236,223,238)
#EEE2EF
(238,226,239)
#F0E5F0
(240,229,240)
#F2E8F1
(242,232,241)
#F4EBF2
(244,235,242)
#F6EEF3
(246,238,243)
#F8F1F4
(248,241,244)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D6EB; }

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

This text font color is #E6D6EB.

Background Color

.myBgColor { background-color: #E6D6EB; }

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

This div background color is #E6D6EB.

Border color

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

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

This div border color is #E6D6EB.

Opacity

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

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

Text with #E6D6EB 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 #E6D6EB;}

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

This text has shadow with #E6D6EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6D6EB.

Preview

Color preview on black background

This text has color #E6D6EB on black background.


Color preview on white background

This text has color #E6D6EB on white background.


Black color preview on #E6D6EB background

This text has black color on #E6D6EB background.


White color preview on #E6D6EB background

This text has white color on #E6D6EB background.


Related colors

Complementary color

Complementary color for #hex is #192914.


I love getcolorcode.com

Triadic colors

1 #EBE6D6 and #D6EBE6 with #E6D6EB are triadic colors.

2 #EBD6E6 and #D6E6EB with #E6D6EB are triadic colors.