COLOR #E0DDFF

HEX: #E0DDFF RGB: (224,221,255)

Color info

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

RGB color model

#E0DDFF color RGB value is (224,221,255).

RGB: (224,221,255) (88%, 87%, 100%)

RGB channels and saturation

R 224 of 255 = 88%
G 221 of 255 = 87%
B 255 of 255 = 100%

224
221
255

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

Portions of RGB colors in percentages

R + G + B = 224 + 221 + 255 = 700 (100%)
R 224 of 700 ~ 32%
G 221 of 700 ~ 31.57%
B 255 of 700 ~ 36.43'%

%32
%31.57
%36.43

CMYK color model

#E0DDFF color CMYK value is (12,13,0,0).

  • cyan value is 12.16%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (12,13,0,0)
C12M13Y0K0 (12%, 13%, 0%, 0%)
(0.12 / 0.13 / 0.00 / 0.00)

CMYK percentages

%12.16
%13.33
%0
%0

Codes

Color #E0DDFF in popluar color models

E0 DD FF
RGB 224 221 255
HSL 245° 100.00% 93.33%
HSB/HSV 245° 13.33% 100.00%
CMYK 12.16% 13.33% 0.00%
0.00%

Color #E0DDFF in popluar number systems.

HEX E0 DD FF
Decimal 224 221 255
Binary 11100000 11011101 11111111
Octal 340 335 377

Shades and tints

Shades of #E0DDFF

#E0DDFF
(224,221,255)
#CCC9E8
(204,201,232)
#B8B5D1
(184,181,209)
#A4A1BA
(164,161,186)
#908DA3
(144,141,163)
#7C798C
(124,121,140)
#686575
(104,101,117)
#54515E
(84,81,94)
#403D47
(64,61,71)
#2C2930
(44,41,48)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #E0DDFF

#E0DDFF
(224,221,255)
#E2E0FF
(226,224,255)
#E4E3FF
(228,227,255)
#E6E6FF
(230,230,255)
#E8E9FF
(232,233,255)
#EAECFF
(234,236,255)
#ECEFFF
(236,239,255)
#EEF2FF
(238,242,255)
#F0F5FF
(240,245,255)
#F2F8FF
(242,248,255)
#F4FBFF
(244,251,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0DDFF color. Also use rgb(224,221,255) instead hex code.

Text Font Color

.myTextColor { color: #E0DDFF; }

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

This text font color is #E0DDFF.

Background Color

.myBgColor { background-color: #E0DDFF; }

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

This div background color is #E0DDFF.

Border color

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

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

This div border color is #E0DDFF.

Opacity

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

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

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

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

This text has shadow with #E0DDFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DDFF.

Preview

Color preview on black background

This text has color #E0DDFF on black background.


Color preview on white background

This text has color #E0DDFF on white background.


Black color preview on #E0DDFF background

This text has black color on #E0DDFF background.


White color preview on #E0DDFF background

This text has white color on #E0DDFF background.


Related colors

Complementary color

Complementary color for #hex is #1F2200.


I love getcolorcode.com

Triadic colors

1 #FFE0DD and #DDFFE0 with #E0DDFF are triadic colors.

2 #FFDDE0 and #DDE0FF with #E0DDFF are triadic colors.