COLOR #E6D1EB

HEX: #E6D1EB RGB: (230,209,235)

Color info

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

RGB color model

#E6D1EB color RGB value is (230,209,235).

RGB: (230,209,235) (90%, 82%, 92%)

RGB channels and saturation

R 230 of 255 = 90%
G 209 of 255 = 82%
B 235 of 255 = 92%

230
209
235

R + G + B ~ 88%. #E6D1EB is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 209 + 235 = 674 (100%)
R 230 of 674 ~ 34.12%
G 209 of 674 ~ 31.01%
B 235 of 674 ~ 34.87'%

%34.12
%31.01
%34.87

CMYK color model

#E6D1EB color CMYK value is (2,11,0,8).

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

CMYK: (2,11,0,8)
C2M11Y0K8 (2%, 11%, 0%, 8%)
(0.02 / 0.11 / 0.00 / 0.08)

CMYK percentages

%2.13
%11.06
%0
%7.84

Codes

Color #E6D1EB in popluar color models

E6 D1 EB
RGB 230 209 235
HSL 288° 39.39% 87.06%
HSB/HSV 288° 11.06% 92.16%
CMYK 2.13% 11.06% 0.00%
7.84%

Color #E6D1EB in popluar number systems.

HEX E6 D1 EB
Decimal 230 209 235
Binary 11100110 11010001 11101011
Octal 346 321 353

Shades and tints

Shades of #E6D1EB

#E6D1EB
(230,209,235)
#D2BED6
(210,190,214)
#BEABC1
(190,171,193)
#AA98AC
(170,152,172)
#968597
(150,133,151)
#827282
(130,114,130)
#6E5F6D
(110,95,109)
#5A4C58
(90,76,88)
#463943
(70,57,67)
#32262E
(50,38,46)
#1E1319
(30,19,25)
#000000
(0,0,0)

Tints of #E6D1EB

#E6D1EB
(230,209,235)
#E8D5EC
(232,213,236)
#EAD9ED
(234,217,237)
#ECDDEE
(236,221,238)
#EEE1EF
(238,225,239)
#F0E5F0
(240,229,240)
#F2E9F1
(242,233,241)
#F4EDF2
(244,237,242)
#F6F1F3
(246,241,243)
#F8F5F4
(248,245,244)
#FAF9F5
(250,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D1EB; }

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

This text font color is #E6D1EB.

Background Color

.myBgColor { background-color: #E6D1EB; }

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

This div background color is #E6D1EB.

Border color

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

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

This div border color is #E6D1EB.

Opacity

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

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

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

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

This text has shadow with #E6D1EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6D1EB.

Preview

Color preview on black background

This text has color #E6D1EB on black background.


Color preview on white background

This text has color #E6D1EB on white background.


Black color preview on #E6D1EB background

This text has black color on #E6D1EB background.


White color preview on #E6D1EB background

This text has white color on #E6D1EB background.


Related colors

Complementary color

Complementary color for #hex is #192E14.


I love getcolorcode.com

Triadic colors

1 #EBE6D1 and #D1EBE6 with #E6D1EB are triadic colors.

2 #EBD1E6 and #D1E6EB with #E6D1EB are triadic colors.