COLOR #E4DDEF

HEX: #E4DDEF RGB: (228,221,239)

Color info

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

RGB color model

#E4DDEF color RGB value is (228,221,239).

RGB: (228,221,239) (89%, 87%, 94%)

RGB channels and saturation

R 228 of 255 = 89%
G 221 of 255 = 87%
B 239 of 255 = 94%

228
221
239

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

Portions of RGB colors in percentages

R + G + B = 228 + 221 + 239 = 688 (100%)
R 228 of 688 ~ 33.14%
G 221 of 688 ~ 32.12%
B 239 of 688 ~ 34.74'%

%33.14
%32.12
%34.74

CMYK color model

#E4DDEF color CMYK value is (5,8,0,6).

  • cyan value is 4.60%
  • magenta value is 7.53%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (5,8,0,6)
C5M8Y0K6 (5%, 8%, 0%, 6%)
(0.05 / 0.08 / 0.00 / 0.06)

CMYK percentages

%4.6
%7.53
%0
%6.27

Codes

Color #E4DDEF in popluar color models

E4 DD EF
RGB 228 221 239
HSL 263° 36.00% 90.20%
HSB/HSV 263° 7.53% 93.73%
CMYK 4.60% 7.53% 0.00%
6.27%

Color #E4DDEF in popluar number systems.

HEX E4 DD EF
Decimal 228 221 239
Binary 11100100 11011101 11101111
Octal 344 335 357

Shades and tints

Shades of #E4DDEF

#E4DDEF
(228,221,239)
#D0C9DA
(208,201,218)
#BCB5C5
(188,181,197)
#A8A1B0
(168,161,176)
#948D9B
(148,141,155)
#807986
(128,121,134)
#6C6571
(108,101,113)
#58515C
(88,81,92)
#443D47
(68,61,71)
#302932
(48,41,50)
#1C151D
(28,21,29)
#000000
(0,0,0)

Tints of #E4DDEF

#E4DDEF
(228,221,239)
#E6E0F0
(230,224,240)
#E8E3F1
(232,227,241)
#EAE6F2
(234,230,242)
#ECE9F3
(236,233,243)
#EEECF4
(238,236,244)
#F0EFF5
(240,239,245)
#F2F2F6
(242,242,246)
#F4F5F7
(244,245,247)
#F6F8F8
(246,248,248)
#F8FBF9
(248,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4DDEF color. Also use rgb(228,221,239) instead hex code.

Text Font Color

.myTextColor { color: #E4DDEF; }

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

This text font color is #E4DDEF.

Background Color

.myBgColor { background-color: #E4DDEF; }

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

This div background color is #E4DDEF.

Border color

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

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

This div border color is #E4DDEF.

Opacity

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

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

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

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

This text has shadow with #E4DDEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4DDEF.

Preview

Color preview on black background

This text has color #E4DDEF on black background.


Color preview on white background

This text has color #E4DDEF on white background.


Black color preview on #E4DDEF background

This text has black color on #E4DDEF background.


White color preview on #E4DDEF background

This text has white color on #E4DDEF background.


Related colors

Complementary color

Complementary color for #hex is #1B2210.


I love getcolorcode.com

Triadic colors

1 #EFE4DD and #DDEFE4 with #E4DDEF are triadic colors.

2 #EFDDE4 and #DDE4EF with #E4DDEF are triadic colors.