COLOR #E4DFFB

HEX: #E4DFFB
RGB: (228,223,251)

Color info

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

RGB color model

#E4DFFB color RGB value is (228,223,251).

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

RGB channels and saturation

R 228 of 255 = 89%
G 223 of 255 = 87%
B 251 of 255 = 98%

228
223
251

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

Portions of RGB colors in percentages

R + G + B =
228 + 223 + 251 = 702 (100%)
R 228 of 702 ~ 32.48%
G 223 of 702 ~ 31.77%
B 251 of 702 ~ 35.75%

%32.48
%31.77
%35.75

CMYK color model

#E4DFFB color CMYK value is (9,11,0,2).

  • cyan value is 9.16%
  • magenta value is 11.16%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(9,11,0,2)
C9M11Y0K2 
(9%,11%,0%,2%)
(0.09/0.11/0.00/0.02)	

CMYK percentages

%9.16
%11.16
%0
%1.57

Codes

Color #E4DFFB in popluar color models

E4DFFB
RGB228223251
HSL251°77.78%92.94%
HSB/HSV251°11.16%98.43%
CMYK9.16%11.16%0.00%
1.57%

Color #E4DFFB in popluar number systems.

HEXE4DFFB
Decimal228223251
Binary111001001101111111111011
Octal344337373

Shades and tints

Shades of #E4DFFB

#E4DFFB
(228,223,251)
#D0CBE5
(208,203,229)
#BCB7CF
(188,183,207)
#A8A3B9
(168,163,185)
#948FA3
(148,143,163)
#807B8D
(128,123,141)
#6C6777
(108,103,119)
#585361
(88,83,97)
#443F4B
(68,63,75)
#302B35
(48,43,53)
#1C171F
(28,23,31)
#000000
(0,0,0)

Tints of #E4DFFB

#E4DFFB
(228,223,251)
#E6E1FB
(230,225,251)
#E8E3FB
(232,227,251)
#EAE5FB
(234,229,251)
#ECE7FB
(236,231,251)
#EEE9FB
(238,233,251)
#F0EBFB
(240,235,251)
#F2EDFB
(242,237,251)
#F4EFFB
(244,239,251)
#F6F1FB
(246,241,251)
#F8F3FB
(248,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DFFB; }

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

This text font color is #E4DFFB.


Background Color

.myBgColor { background-color: #E4DFFB; }

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

This div background color is #E4DFFB.


Border color

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

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

This div border color is #E4DFFB.


Opacity

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

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

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

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

This text has shadow with #E4DFFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DFFB on black background.


Color preview on white background

This text has color #E4DFFB on white background.



Black color preview on #E4DFFB background

This text has black color on #E4DFFB background.


White color preview on #E4DFFB background

This text has white color on #E4DFFB background.