COLOR #E0D7FB

HEX: #E0D7FB RGB: (224,215,251)

Color info

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

RGB color model

#E0D7FB color RGB value is (224,215,251).

RGB: (224,215,251) (88%, 84%, 98%)

RGB channels and saturation

R 224 of 255 = 88%
G 215 of 255 = 84%
B 251 of 255 = 98%

224
215
251

R + G + B ~ 90%. #E0D7FB is light color.

Portions of RGB colors in percentages

R + G + B = 224 + 215 + 251 = 690 (100%)
R 224 of 690 ~ 32.46%
G 215 of 690 ~ 31.16%
B 251 of 690 ~ 36.38'%

%32.46
%31.16
%36.38

CMYK color model

#E0D7FB color CMYK value is (11,14,0,2).

  • cyan value is 10.76%
  • magenta value is 14.34%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (11,14,0,2)
C11M14Y0K2 (11%, 14%, 0%, 2%)
(0.11 / 0.14 / 0.00 / 0.02)

CMYK percentages

%10.76
%14.34
%0
%1.57

Codes

Color #E0D7FB in popluar color models

E0 D7 FB
RGB 224 215 251
HSL 255° 81.82% 91.37%
HSB/HSV 255° 14.34% 98.43%
CMYK 10.76% 14.34% 0.00%
1.57%

Color #E0D7FB in popluar number systems.

HEX E0 D7 FB
Decimal 224 215 251
Binary 11100000 11010111 11111011
Octal 340 327 373

Shades and tints

Shades of #E0D7FB

#E0D7FB
(224,215,251)
#CCC4E5
(204,196,229)
#B8B1CF
(184,177,207)
#A49EB9
(164,158,185)
#908BA3
(144,139,163)
#7C788D
(124,120,141)
#686577
(104,101,119)
#545261
(84,82,97)
#403F4B
(64,63,75)
#2C2C35
(44,44,53)
#18191F
(24,25,31)
#000000
(0,0,0)

Tints of #E0D7FB

#E0D7FB
(224,215,251)
#E2DAFB
(226,218,251)
#E4DDFB
(228,221,251)
#E6E0FB
(230,224,251)
#E8E3FB
(232,227,251)
#EAE6FB
(234,230,251)
#ECE9FB
(236,233,251)
#EEECFB
(238,236,251)
#F0EFFB
(240,239,251)
#F2F2FB
(242,242,251)
#F4F5FB
(244,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0D7FB; }

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

This text font color is #E0D7FB.

Background Color

.myBgColor { background-color: #E0D7FB; }

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

This div background color is #E0D7FB.

Border color

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

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

This div border color is #E0D7FB.

Opacity

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

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

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

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

This text has shadow with #E0D7FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0D7FB.

Preview

Color preview on black background

This text has color #E0D7FB on black background.


Color preview on white background

This text has color #E0D7FB on white background.


Black color preview on #E0D7FB background

This text has black color on #E0D7FB background.


White color preview on #E0D7FB background

This text has white color on #E0D7FB background.


Related colors

Complementary color

Complementary color for #hex is #1F2804.


I love getcolorcode.com

Triadic colors

1 #FBE0D7 and #D7FBE0 with #E0D7FB are triadic colors.

2 #FBD7E0 and #D7E0FB with #E0D7FB are triadic colors.