COLOR #E4DFEB

HEX: #E4DFEB RGB: (228,223,235)

Color info

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

RGB color model

#E4DFEB color RGB value is (228,223,235).

RGB: (228,223,235) (89%, 87%, 92%)

RGB channels and saturation

R 228 of 255 = 89%
G 223 of 255 = 87%
B 235 of 255 = 92%

228
223
235

R + G + B ~ 89%. #E4DFEB is light color.

Portions of RGB colors in percentages

R + G + B = 228 + 223 + 235 = 686 (100%)
R 228 of 686 ~ 33.24%
G 223 of 686 ~ 32.51%
B 235 of 686 ~ 34.26'%

%33.24
%32.51
%34.26

CMYK color model

#E4DFEB color CMYK value is (3,5,0,8).

  • cyan value is 2.98%
  • magenta value is 5.11%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (3,5,0,8) C3M5Y0K8 (3%,5%,0%,8%) (0.03/0.05/0.00/0.08) 

CMYK percentages

%2.98
%5.11
%0
%7.84

Codes

Color #E4DFEB in popluar color models

E4 DF EB
RGB 228 223 235
HSL 265° 23.08% 89.80%
HSB/HSV 265° 5.11% 92.16%
CMYK 2.98% 5.11% 0.00%
7.84%

Color #E4DFEB in popluar number systems.

HEX E4 DF EB
Decimal 228 223 235
Binary 11100100 11011111 11101011
Octal 344 337 353

Shades and tints

Shades of #E4DFEB

#E4DFEB
(228,223,235)
#D0CBD6
(208,203,214)
#BCB7C1
(188,183,193)
#A8A3AC
(168,163,172)
#948F97
(148,143,151)
#807B82
(128,123,130)
#6C676D
(108,103,109)
#585358
(88,83,88)
#443F43
(68,63,67)
#302B2E
(48,43,46)
#1C1719
(28,23,25)
#000000
(0,0,0)

Tints of #E4DFEB

#E4DFEB
(228,223,235)
#E6E1EC
(230,225,236)
#E8E3ED
(232,227,237)
#EAE5EE
(234,229,238)
#ECE7EF
(236,231,239)
#EEE9F0
(238,233,240)
#F0EBF1
(240,235,241)
#F2EDF2
(242,237,242)
#F4EFF3
(244,239,243)
#F6F1F4
(246,241,244)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DFEB; }

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

This text font color is #E4DFEB.

Background Color

.myBgColor { background-color: #E4DFEB; }

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

This div background color is #E4DFEB.

Border color

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

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

This div border color is #E4DFEB.

Opacity

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

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

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

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

This text has shadow with #E4DFEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4DFEB.

Preview

Color preview on black background

This text has color #E4DFEB on black background.


Color preview on white background

This text has color #E4DFEB on white background.


Black color preview on #E4DFEB background

This text has black color on #E4DFEB background.


White color preview on #E4DFEB background

This text has white color on #E4DFEB background.


Related colors

Complementary color

Complementary color for #hex is #1B2014.


I love getcolorcode.com

Triadic colors

1 #EBE4DF and #DFEBE4 with #E4DFEB are triadic colors.

2 #EBDFE4 and #DFE4EB with #E4DFEB are triadic colors.