COLOR #E4DFEE

HEX: #E4DFEE
RGB: (228,223,238)

Color info

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

RGB color model

#E4DFEE color RGB value is (228,223,238).

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

RGB channels and saturation

R 228 of 255 = 89%
G 223 of 255 = 87%
B 238 of 255 = 93%

228
223
238

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

Portions of RGB colors in percentages

R + G + B =
228 + 223 + 238 = 689 (100%)
R 228 of 689 ~ 33.09%
G 223 of 689 ~ 32.37%
B 238 of 689 ~ 34.54%

%33.09
%32.37
%34.54

CMYK color model

#E4DFEE color CMYK value is (4,6,0,7).

  • cyan value is 4.20%
  • magenta value is 6.30%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(4,6,0,7)
C4M6Y0K7 
(4%,6%,0%,7%)
(0.04/0.06/0.00/0.07)	

CMYK percentages

%4.2
%6.3
%0
%6.67

Codes

Color #E4DFEE in popluar color models

E4DFEE
RGB228223238
HSL260°30.61%90.39%
HSB/HSV260°6.30%93.33%
CMYK4.20%6.30%0.00%
6.67%

Color #E4DFEE in popluar number systems.

HEXE4DFEE
Decimal228223238
Binary111001001101111111101110
Octal344337356

Shades and tints

Shades of #E4DFEE

#E4DFEE
(228,223,238)
#D0CBD9
(208,203,217)
#BCB7C4
(188,183,196)
#A8A3AF
(168,163,175)
#948F9A
(148,143,154)
#807B85
(128,123,133)
#6C6770
(108,103,112)
#58535B
(88,83,91)
#443F46
(68,63,70)
#302B31
(48,43,49)
#1C171C
(28,23,28)
#000000
(0,0,0)

Tints of #E4DFEE

#E4DFEE
(228,223,238)
#E6E1EF
(230,225,239)
#E8E3F0
(232,227,240)
#EAE5F1
(234,229,241)
#ECE7F2
(236,231,242)
#EEE9F3
(238,233,243)
#F0EBF4
(240,235,244)
#F2EDF5
(242,237,245)
#F4EFF6
(244,239,246)
#F6F1F7
(246,241,247)
#F8F3F8
(248,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DFEE; }

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

This text font color is #E4DFEE.


Background Color

.myBgColor { background-color: #E4DFEE; }

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

This div background color is #E4DFEE.


Border color

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

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

This div border color is #E4DFEE.


Opacity

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

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

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

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

This text has shadow with #E4DFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DFEE on black background.


Color preview on white background

This text has color #E4DFEE on white background.



Black color preview on #E4DFEE background

This text has black color on #E4DFEE background.


White color preview on #E4DFEE background

This text has white color on #E4DFEE background.