COLOR #E0DBFD

HEX: #E0DBFD
RGB: (224,219,253)

Color info

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

RGB color model

#E0DBFD color RGB value is (224,219,253).

  • red value is 224;
  • green value is 219;
  • blue value is 253.
RGB:
(224,219,253)
(88%,86%,99%)

RGB channels and saturation

R 224 of 255 = 88%
G 219 of 255 = 86%
B 253 of 255 = 99%

224
219
253

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

Portions of RGB colors in percentages

R + G + B =
224 + 219 + 253 = 696 (100%)
R 224 of 696 ~ 32.18%
G 219 of 696 ~ 31.47%
B 253 of 696 ~ 36.35%

%32.18
%31.47
%36.35

CMYK color model

#E0DBFD color CMYK value is (11,13,0,1).

  • cyan value is 11.46%
  • magenta value is 13.44%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(11,13,0,1)
C11M13Y0K1 
(11%,13%,0%,1%)
(0.11/0.13/0.00/0.01)	

CMYK percentages

%11.46
%13.44
%0
%0.78

Codes

Color #E0DBFD in popluar color models

E0DBFD
RGB224219253
HSL249°89.47%92.55%
HSB/HSV249°13.44%99.22%
CMYK11.46%13.44%0.00%
0.78%

Color #E0DBFD in popluar number systems.

HEXE0DBFD
Decimal224219253
Binary111000001101101111111101
Octal340333375

Shades and tints

Shades of #E0DBFD

#E0DBFD
(224,219,253)
#CCC8E6
(204,200,230)
#B8B5CF
(184,181,207)
#A4A2B8
(164,162,184)
#908FA1
(144,143,161)
#7C7C8A
(124,124,138)
#686973
(104,105,115)
#54565C
(84,86,92)
#404345
(64,67,69)
#2C302E
(44,48,46)
#181D17
(24,29,23)
#000000
(0,0,0)

Tints of #E0DBFD

#E0DBFD
(224,219,253)
#E2DEFD
(226,222,253)
#E4E1FD
(228,225,253)
#E6E4FD
(230,228,253)
#E8E7FD
(232,231,253)
#EAEAFD
(234,234,253)
#ECEDFD
(236,237,253)
#EEF0FD
(238,240,253)
#F0F3FD
(240,243,253)
#F2F6FD
(242,246,253)
#F4F9FD
(244,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0DBFD color. Also use rgb(224,219,253) instead hex code.

Text Font Color

.myTextColor { color: #E0DBFD; }

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

This text font color is #E0DBFD.


Background Color

.myBgColor { background-color: #E0DBFD; }

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

This div background color is #E0DBFD.


Border color

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

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

This div border color is #E0DBFD.


Opacity

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

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

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

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

This text has shadow with #E0DBFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DBFD on black background.


Color preview on white background

This text has color #E0DBFD on white background.



Black color preview on #E0DBFD background

This text has black color on #E0DBFD background.


White color preview on #E0DBFD background

This text has white color on #E0DBFD background.