COLOR #E0DEFB

HEX: #E0DEFB RGB: (224,222,251)

Color info

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

RGB color model

#E0DEFB color RGB value is (224,222,251).

RGB: (224,222,251) (88%, 87%, 98%)

RGB channels and saturation

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

224
222
251

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

Portions of RGB colors in percentages

R + G + B = 224 + 222 + 251 = 697 (100%)
R 224 of 697 ~ 32.14%
G 222 of 697 ~ 31.85%
B 251 of 697 ~ 36.01'%

%32.14
%31.85
%36.01

CMYK color model

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

  • cyan value is 10.76%
  • magenta value is 11.55%
  • 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.55
%0
%1.57

Codes

Color #E0DEFB in popluar color models

E0 DE FB
RGB 224 222 251
HSL 244° 78.38% 92.75%
HSB/HSV 244° 11.55% 98.43%
CMYK 10.76% 11.55% 0.00%
1.57%

Color #E0DEFB in popluar number systems.

HEX E0 DE FB
Decimal 224 222 251
Binary 11100000 11011110 11111011
Octal 340 336 373

Shades and tints

Shades of #E0DEFB

#E0DEFB
(224,222,251)
#CCCAE5
(204,202,229)
#B8B6CF
(184,182,207)
#A4A2B9
(164,162,185)
#908EA3
(144,142,163)
#7C7A8D
(124,122,141)
#686677
(104,102,119)
#545261
(84,82,97)
#403E4B
(64,62,75)
#2C2A35
(44,42,53)
#18161F
(24,22,31)
#000000
(0,0,0)

Tints of #E0DEFB

#E0DEFB
(224,222,251)
#E2E1FB
(226,225,251)
#E4E4FB
(228,228,251)
#E6E7FB
(230,231,251)
#E8EAFB
(232,234,251)
#EAEDFB
(234,237,251)
#ECF0FB
(236,240,251)
#EEF3FB
(238,243,251)
#F0F6FB
(240,246,251)
#F2F9FB
(242,249,251)
#F4FCFB
(244,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DEFB; }

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

This text font color is #E0DEFB.

Background Color

.myBgColor { background-color: #E0DEFB; }

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

This div background color is #E0DEFB.

Border color

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

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

This div border color is #E0DEFB.

Opacity

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

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

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

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

This text has shadow with #E0DEFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DEFB.

Preview

Color preview on black background

This text has color #E0DEFB on black background.


Color preview on white background

This text has color #E0DEFB on white background.


Black color preview on #E0DEFB background

This text has black color on #E0DEFB background.


White color preview on #E0DEFB background

This text has white color on #E0DEFB background.


Related colors

Complementary color

Complementary color for #hex is #1F2104.


I love getcolorcode.com

Triadic colors

1 #FBE0DE and #DEFBE0 with #E0DEFB are triadic colors.

2 #FBDEE0 and #DEE0FB with #E0DEFB are triadic colors.