COLOR #E2DDFE

HEX: #E2DDFE RGB: (226,221,254)

Color info

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

RGB color model

#E2DDFE color RGB value is (226,221,254).

RGB: (226,221,254) (89%, 87%, 100%)

RGB channels and saturation

R 226 of 255 = 89%
G 221 of 255 = 87%
B 254 of 255 = 100%

226
221
254

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

Portions of RGB colors in percentages

R + G + B = 226 + 221 + 254 = 701 (100%)
R 226 of 701 ~ 32.24%
G 221 of 701 ~ 31.53%
B 254 of 701 ~ 36.23'%

%32.24
%31.53
%36.23

CMYK color model

#E2DDFE color CMYK value is (11,13,0,0).

  • cyan value is 11.02%
  • magenta value is 12.99%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK: (11,13,0,0) C11M13Y0K0 (11%,13%,0%,0%) (0.11/0.13/0.00/0.00) 

CMYK percentages

%11.02
%12.99
%0
%0.39

Codes

Color #E2DDFE in popluar color models

E2 DD FE
RGB 226 221 254
HSL 249° 94.29% 93.14%
HSB/HSV 249° 12.99% 99.61%
CMYK 11.02% 12.99% 0.00%
0.39%

Color #E2DDFE in popluar number systems.

HEX E2 DD FE
Decimal 226 221 254
Binary 11100010 11011101 11111110
Octal 342 335 376

Shades and tints

Shades of #E2DDFE

#E2DDFE
(226,221,254)
#CEC9E7
(206,201,231)
#BAB5D0
(186,181,208)
#A6A1B9
(166,161,185)
#928DA2
(146,141,162)
#7E798B
(126,121,139)
#6A6574
(106,101,116)
#56515D
(86,81,93)
#423D46
(66,61,70)
#2E292F
(46,41,47)
#1A1518
(26,21,24)
#000000
(0,0,0)

Tints of #E2DDFE

#E2DDFE
(226,221,254)
#E4E0FE
(228,224,254)
#E6E3FE
(230,227,254)
#E8E6FE
(232,230,254)
#EAE9FE
(234,233,254)
#ECECFE
(236,236,254)
#EEEFFE
(238,239,254)
#F0F2FE
(240,242,254)
#F2F5FE
(242,245,254)
#F4F8FE
(244,248,254)
#F6FBFE
(246,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DDFE; }

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

This text font color is #E2DDFE.

Background Color

.myBgColor { background-color: #E2DDFE; }

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

This div background color is #E2DDFE.

Border color

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

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

This div border color is #E2DDFE.

Opacity

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

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

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

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

This text has shadow with #E2DDFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2DDFE.

Preview

Color preview on black background

This text has color #E2DDFE on black background.


Color preview on white background

This text has color #E2DDFE on white background.


Black color preview on #E2DDFE background

This text has black color on #E2DDFE background.


White color preview on #E2DDFE background

This text has white color on #E2DDFE background.


Related colors

Complementary color

Complementary color for #hex is #1D2201.


I love getcolorcode.com

Triadic colors

1 #FEE2DD and #DDFEE2 with #E2DDFE are triadic colors.

2 #FEDDE2 and #DDE2FE with #E2DDFE are triadic colors.