COLOR #E6DDFE

HEX: #E6DDFE RGB: (230,221,254)

Color info

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

RGB color model

#E6DDFE color RGB value is (230,221,254).

RGB: (230,221,254) (90%, 87%, 100%)

RGB channels and saturation

R 230 of 255 = 90%
G 221 of 255 = 87%
B 254 of 255 = 100%

230
221
254

R + G + B ~ 92%. #E6DDFE is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 221 + 254 = 705 (100%)
R 230 of 705 ~ 32.62%
G 221 of 705 ~ 31.35%
B 254 of 705 ~ 36.03'%

%32.62
%31.35
%36.03

CMYK color model

#E6DDFE color CMYK value is (9,13,0,0).

  • cyan value is 9.45%
  • magenta value is 12.99%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (9,13,0,0)
C9M13Y0K0 (9%, 13%, 0%, 0%)
(0.09 / 0.13 / 0.00 / 0.00)

CMYK percentages

%9.45
%12.99
%0
%0.39

Codes

Color #E6DDFE in popluar color models

E6 DD FE
RGB 230 221 254
HSL 256° 94.29% 93.14%
HSB/HSV 256° 12.99% 99.61%
CMYK 9.45% 12.99% 0.00%
0.39%

Color #E6DDFE in popluar number systems.

HEX E6 DD FE
Decimal 230 221 254
Binary 11100110 11011101 11111110
Octal 346 335 376

Shades and tints

Shades of #E6DDFE

#E6DDFE
(230,221,254)
#D2C9E7
(210,201,231)
#BEB5D0
(190,181,208)
#AAA1B9
(170,161,185)
#968DA2
(150,141,162)
#82798B
(130,121,139)
#6E6574
(110,101,116)
#5A515D
(90,81,93)
#463D46
(70,61,70)
#32292F
(50,41,47)
#1E1518
(30,21,24)
#000000
(0,0,0)

Tints of #E6DDFE

#E6DDFE
(230,221,254)
#E8E0FE
(232,224,254)
#EAE3FE
(234,227,254)
#ECE6FE
(236,230,254)
#EEE9FE
(238,233,254)
#F0ECFE
(240,236,254)
#F2EFFE
(242,239,254)
#F4F2FE
(244,242,254)
#F6F5FE
(246,245,254)
#F8F8FE
(248,248,254)
#FAFBFE
(250,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DDFE; }

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

This text font color is #E6DDFE.

Background Color

.myBgColor { background-color: #E6DDFE; }

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

This div background color is #E6DDFE.

Border color

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

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

This div border color is #E6DDFE.

Opacity

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

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

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

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

This text has shadow with #E6DDFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DDFE.

Preview

Color preview on black background

This text has color #E6DDFE on black background.


Color preview on white background

This text has color #E6DDFE on white background.


Black color preview on #E6DDFE background

This text has black color on #E6DDFE background.


White color preview on #E6DDFE background

This text has white color on #E6DDFE background.


Related colors

Complementary color

Complementary color for #hex is #192201.


I love getcolorcode.com

Triadic colors

1 #FEE6DD and #DDFEE6 with #E6DDFE are triadic colors.

2 #FEDDE6 and #DDE6FE with #E6DDFE are triadic colors.