COLOR #E0DDFB

HEX: #E0DDFB
RGB: (224,221,251)

Color info

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

RGB color model

#E0DDFB color RGB value is (224,221,251).

  • red value is 224;
  • green value is 221;
  • blue value is 251.
RGB:
(224,221,251)
(88%,87%,98%)

RGB channels and saturation

R 224 of 255 = 88%
G 221 of 255 = 87%
B 251 of 255 = 98%

224
221
251

R + G + B ~ 91%. #E0DDFB is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 221 + 251 = 696 (100%)
R 224 of 696 ~ 32.18%
G 221 of 696 ~ 31.75%
B 251 of 696 ~ 36.06%

%32.18
%31.75
%36.06

CMYK color model

#E0DDFB color CMYK value is (11,12,0,2).

  • cyan value is 10.76%
  • magenta value is 11.95%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(11,12,0,2)
C11M12Y0K2 
(11%,12%,0%,2%)
(0.11/0.12/0.00/0.02)	

CMYK percentages

%10.76
%11.95
%0
%1.57

Codes

Color #E0DDFB in popluar color models

E0DDFB
RGB224221251
HSL246°78.95%92.55%
HSB/HSV246°11.95%98.43%
CMYK10.76%11.95%0.00%
1.57%

Color #E0DDFB in popluar number systems.

HEXE0DDFB
Decimal224221251
Binary111000001101110111111011
Octal340335373

Shades and tints

Shades of #E0DDFB

#E0DDFB
(224,221,251)
#CCC9E5
(204,201,229)
#B8B5CF
(184,181,207)
#A4A1B9
(164,161,185)
#908DA3
(144,141,163)
#7C798D
(124,121,141)
#686577
(104,101,119)
#545161
(84,81,97)
#403D4B
(64,61,75)
#2C2935
(44,41,53)
#18151F
(24,21,31)
#000000
(0,0,0)

Tints of #E0DDFB

#E0DDFB
(224,221,251)
#E2E0FB
(226,224,251)
#E4E3FB
(228,227,251)
#E6E6FB
(230,230,251)
#E8E9FB
(232,233,251)
#EAECFB
(234,236,251)
#ECEFFB
(236,239,251)
#EEF2FB
(238,242,251)
#F0F5FB
(240,245,251)
#F2F8FB
(242,248,251)
#F4FBFB
(244,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DDFB; }

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

This text font color is #E0DDFB.


Background Color

.myBgColor { background-color: #E0DDFB; }

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

This div background color is #E0DDFB.


Border color

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

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

This div border color is #E0DDFB.


Opacity

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

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

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

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

This text has shadow with #E0DDFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DDFB on black background.


Color preview on white background

This text has color #E0DDFB on white background.



Black color preview on #E0DDFB background

This text has black color on #E0DDFB background.


White color preview on #E0DDFB background

This text has white color on #E0DDFB background.