COLOR #E0D5FB

HEX: #E0D5FB
RGB: (224,213,251)

Color info

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

RGB color model

#E0D5FB color RGB value is (224,213,251).

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

RGB channels and saturation

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

224
213
251

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

Portions of RGB colors in percentages

R + G + B =
224 + 213 + 251 = 688 (100%)
R 224 of 688 ~ 32.56%
G 213 of 688 ~ 30.96%
B 251 of 688 ~ 36.48%

%32.56
%30.96
%36.48

CMYK color model

#E0D5FB color CMYK value is (11,15,0,2).

  • cyan value is 10.76%
  • magenta value is 15.14%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(11,15,0,2)
C11M15Y0K2 
(11%,15%,0%,2%)
(0.11/0.15/0.00/0.02)	

CMYK percentages

%10.76
%15.14
%0
%1.57

Codes

Color #E0D5FB in popluar color models

E0D5FB
RGB224213251
HSL257°82.61%90.98%
HSB/HSV257°15.14%98.43%
CMYK10.76%15.14%0.00%
1.57%

Color #E0D5FB in popluar number systems.

HEXE0D5FB
Decimal224213251
Binary111000001101010111111011
Octal340325373

Shades and tints

Shades of #E0D5FB

#E0D5FB
(224,213,251)
#CCC2E5
(204,194,229)
#B8AFCF
(184,175,207)
#A49CB9
(164,156,185)
#9089A3
(144,137,163)
#7C768D
(124,118,141)
#686377
(104,99,119)
#545061
(84,80,97)
#403D4B
(64,61,75)
#2C2A35
(44,42,53)
#18171F
(24,23,31)
#000000
(0,0,0)

Tints of #E0D5FB

#E0D5FB
(224,213,251)
#E2D8FB
(226,216,251)
#E4DBFB
(228,219,251)
#E6DEFB
(230,222,251)
#E8E1FB
(232,225,251)
#EAE4FB
(234,228,251)
#ECE7FB
(236,231,251)
#EEEAFB
(238,234,251)
#F0EDFB
(240,237,251)
#F2F0FB
(242,240,251)
#F4F3FB
(244,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0D5FB; }

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

This text font color is #E0D5FB.


Background Color

.myBgColor { background-color: #E0D5FB; }

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

This div background color is #E0D5FB.


Border color

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

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

This div border color is #E0D5FB.


Opacity

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

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

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

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

This text has shadow with #E0D5FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D5FB on black background.


Color preview on white background

This text has color #E0D5FB on white background.



Black color preview on #E0D5FB background

This text has black color on #E0D5FB background.


White color preview on #E0D5FB background

This text has white color on #E0D5FB background.