COLOR #E0DBFB

HEX: #E0DBFB
RGB: (224,219,251)

Color info

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

RGB color model

#E0DBFB color RGB value is (224,219,251).

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

RGB channels and saturation

R 224 of 255 = 88%
G 219 of 255 = 86%
B 251 of 255 = 98%

224
219
251

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

Portions of RGB colors in percentages

R + G + B =
224 + 219 + 251 = 694 (100%)
R 224 of 694 ~ 32.28%
G 219 of 694 ~ 31.56%
B 251 of 694 ~ 36.17%

%32.28
%31.56
%36.17

CMYK color model

#E0DBFB color CMYK value is (11,13,0,2).

  • cyan value is 10.76%
  • magenta value is 12.75%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(11,13,0,2)
C11M13Y0K2 
(11%,13%,0%,2%)
(0.11/0.13/0.00/0.02)	

CMYK percentages

%10.76
%12.75
%0
%1.57

Codes

Color #E0DBFB in popluar color models

E0DBFB
RGB224219251
HSL249°80.00%92.16%
HSB/HSV249°12.75%98.43%
CMYK10.76%12.75%0.00%
1.57%

Color #E0DBFB in popluar number systems.

HEXE0DBFB
Decimal224219251
Binary111000001101101111111011
Octal340333373

Shades and tints

Shades of #E0DBFB

#E0DBFB
(224,219,251)
#CCC8E5
(204,200,229)
#B8B5CF
(184,181,207)
#A4A2B9
(164,162,185)
#908FA3
(144,143,163)
#7C7C8D
(124,124,141)
#686977
(104,105,119)
#545661
(84,86,97)
#40434B
(64,67,75)
#2C3035
(44,48,53)
#181D1F
(24,29,31)
#000000
(0,0,0)

Tints of #E0DBFB

#E0DBFB
(224,219,251)
#E2DEFB
(226,222,251)
#E4E1FB
(228,225,251)
#E6E4FB
(230,228,251)
#E8E7FB
(232,231,251)
#EAEAFB
(234,234,251)
#ECEDFB
(236,237,251)
#EEF0FB
(238,240,251)
#F0F3FB
(240,243,251)
#F2F6FB
(242,246,251)
#F4F9FB
(244,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DBFB; }

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

This text font color is #E0DBFB.


Background Color

.myBgColor { background-color: #E0DBFB; }

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

This div background color is #E0DBFB.


Border color

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

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

This div border color is #E0DBFB.


Opacity

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

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

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

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

This text has shadow with #E0DBFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DBFB on black background.


Color preview on white background

This text has color #E0DBFB on white background.



Black color preview on #E0DBFB background

This text has black color on #E0DBFB background.


White color preview on #E0DBFB background

This text has white color on #E0DBFB background.