COLOR #E6DDEE

HEX: #E6DDEE
RGB: (230,221,238)

Color info

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

RGB color model

#E6DDEE color RGB value is (230,221,238).

  • red value is 230;
  • green value is 221;
  • blue value is 238.
RGB:
(230,221,238)
(90%,87%,93%)

RGB channels and saturation

R 230 of 255 = 90%
G 221 of 255 = 87%
B 238 of 255 = 93%

230
221
238

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

Portions of RGB colors in percentages

R + G + B =
230 + 221 + 238 = 689 (100%)
R 230 of 689 ~ 33.38%
G 221 of 689 ~ 32.08%
B 238 of 689 ~ 34.54%

%33.38
%32.08
%34.54

CMYK color model

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

  • cyan value is 3.36%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(3,7,0,7)
C3M7Y0K7 
(3%,7%,0%,7%)
(0.03/0.07/0.00/0.07)	

CMYK percentages

%3.36
%7.14
%0
%6.67

Codes

Color #E6DDEE in popluar color models

E6DDEE
RGB230221238
HSL272°33.33%90.00%
HSB/HSV272°7.14%93.33%
CMYK3.36%7.14%0.00%
6.67%

Color #E6DDEE in popluar number systems.

HEXE6DDEE
Decimal230221238
Binary111001101101110111101110
Octal346335356

Shades and tints

Shades of #E6DDEE

#E6DDEE
(230,221,238)
#D2C9D9
(210,201,217)
#BEB5C4
(190,181,196)
#AAA1AF
(170,161,175)
#968D9A
(150,141,154)
#827985
(130,121,133)
#6E6570
(110,101,112)
#5A515B
(90,81,91)
#463D46
(70,61,70)
#322931
(50,41,49)
#1E151C
(30,21,28)
#000000
(0,0,0)

Tints of #E6DDEE

#E6DDEE
(230,221,238)
#E8E0EF
(232,224,239)
#EAE3F0
(234,227,240)
#ECE6F1
(236,230,241)
#EEE9F2
(238,233,242)
#F0ECF3
(240,236,243)
#F2EFF4
(242,239,244)
#F4F2F5
(244,242,245)
#F6F5F6
(246,245,246)
#F8F8F7
(248,248,247)
#FAFBF8
(250,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DDEE; }

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

This text font color is #E6DDEE.


Background Color

.myBgColor { background-color: #E6DDEE; }

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

This div background color is #E6DDEE.


Border color

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

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

This div border color is #E6DDEE.


Opacity

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

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

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

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

This text has shadow with #E6DDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DDEE on black background.


Color preview on white background

This text has color #E6DDEE on white background.



Black color preview on #E6DDEE background

This text has black color on #E6DDEE background.


White color preview on #E6DDEE background

This text has white color on #E6DDEE background.