COLOR #E4DBFB

HEX: #E4DBFB
RGB: (228,219,251)

Color info

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

RGB color model

#E4DBFB color RGB value is (228,219,251).

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

RGB channels and saturation

R 228 of 255 = 89%
G 219 of 255 = 86%
B 251 of 255 = 98%

228
219
251

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

Portions of RGB colors in percentages

R + G + B =
228 + 219 + 251 = 698 (100%)
R 228 of 698 ~ 32.66%
G 219 of 698 ~ 31.38%
B 251 of 698 ~ 35.96%

%32.66
%31.38
%35.96

CMYK color model

#E4DBFB color CMYK value is (9,13,0,2).

  • cyan value is 9.16%
  • magenta value is 12.75%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(9,13,0,2)
C9M13Y0K2 
(9%,13%,0%,2%)
(0.09/0.13/0.00/0.02)	

CMYK percentages

%9.16
%12.75
%0
%1.57

Codes

Color #E4DBFB in popluar color models

E4DBFB
RGB228219251
HSL257°80.00%92.16%
HSB/HSV257°12.75%98.43%
CMYK9.16%12.75%0.00%
1.57%

Color #E4DBFB in popluar number systems.

HEXE4DBFB
Decimal228219251
Binary111001001101101111111011
Octal344333373

Shades and tints

Shades of #E4DBFB

#E4DBFB
(228,219,251)
#D0C8E5
(208,200,229)
#BCB5CF
(188,181,207)
#A8A2B9
(168,162,185)
#948FA3
(148,143,163)
#807C8D
(128,124,141)
#6C6977
(108,105,119)
#585661
(88,86,97)
#44434B
(68,67,75)
#303035
(48,48,53)
#1C1D1F
(28,29,31)
#000000
(0,0,0)

Tints of #E4DBFB

#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)
#F6F6FB
(246,246,251)
#F8F9FB
(248,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DBFB; }

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

This text font color is #E4DBFB.


Background Color

.myBgColor { background-color: #E4DBFB; }

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

This div background color is #E4DBFB.


Border color

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

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

This div border color is #E4DBFB.


Opacity

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

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

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

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

This text has shadow with #E4DBFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DBFB on black background.


Color preview on white background

This text has color #E4DBFB on white background.



Black color preview on #E4DBFB background

This text has black color on #E4DBFB background.


White color preview on #E4DBFB background

This text has white color on #E4DBFB background.