COLOR #E6DDEA

HEX: #E6DDEA RGB: (230,221,234)

Color info

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

RGB color model

#E6DDEA color RGB value is (230,221,234).

RGB: (230,221,234) (90%, 87%, 92%)

RGB channels and saturation

R 230 of 255 = 90%
G 221 of 255 = 87%
B 234 of 255 = 92%

230
221
234

R + G + B ~ 90%. #E6DDEA is light color.

Portions of RGB colors in percentages

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'%

%33.58
%32.26
%34.16

CMYK color model

#E6DDEA color CMYK value is (2,6,0,8).

  • cyan value is 1.71%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (2,6,0,8)
C2M6Y0K8 (2%, 6%, 0%, 8%)
(0.02 / 0.06 / 0.00 / 0.08)

CMYK percentages

%1.71
%5.56
%0
%8.24

Codes

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 and tints

Shades of #E6DDEA

#E6DDEA
(230,221,234)
#D2C9D5
(210,201,213)
#BEB5C0
(190,181,192)
#AAA1AB
(170,161,171)
#968D96
(150,141,150)
#827981
(130,121,129)
#6E656C
(110,101,108)
#5A5157
(90,81,87)
#463D42
(70,61,66)
#32292D
(50,41,45)
#1E1518
(30,21,24)
#000000
(0,0,0)

Tints of #E6DDEA

#E6DDEA
(230,221,234)
#E8E0EB
(232,224,235)
#EAE3EC
(234,227,236)
#ECE6ED
(236,230,237)
#EEE9EE
(238,233,238)
#F0ECEF
(240,236,239)
#F2EFF0
(242,239,240)
#F4F2F1
(244,242,241)
#F6F5F2
(246,245,242)
#F8F8F3
(248,248,243)
#FAFBF4
(250,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6DDEA color. Also use rgb(230,221,234) instead hex code.

Text Font Color

.myTextColor { color: #E6DDEA; }

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

This text font color is #E6DDEA.

Background Color

.myBgColor { background-color: #E6DDEA; }

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

This div background color is #E6DDEA.

Border color

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

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

This div border color is #E6DDEA.

Opacity

.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%.

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 #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.

Div box shadow color

/* 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 div box has shadow with color #E6DDEA.

Preview

Color preview on black background

This text has color #E6DDEA on black background.


Color preview on white background

This text has color #E6DDEA on white background.


Black color preview on #E6DDEA background

This text has black color on #E6DDEA background.


White color preview on #E6DDEA background

This text has white color on #E6DDEA background.


Related colors

Complementary color

Complementary color for #hex is #192215.


I love getcolorcode.com

Triadic colors

1 #EAE6DD and #DDEAE6 with #E6DDEA are triadic colors.

2 #EADDE6 and #DDE6EA with #E6DDEA are triadic colors.