COLOR #E4DDEE

HEX: #E4DDEE RGB: (228,221,238)

Color info

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

RGB color model

#E4DDEE color RGB value is (228,221,238).

RGB: (228,221,238) (89%, 87%, 93%)

RGB channels and saturation

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

228
221
238

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

Portions of RGB colors in percentages

R + G + B = 228 + 221 + 238 = 687 (100%)
R 228 of 687 ~ 33.19%
G 221 of 687 ~ 32.17%
B 238 of 687 ~ 34.64'%

%33.19
%32.17
%34.64

CMYK color model

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

  • cyan value is 4.20%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (4,7,0,7)
C4M7Y0K7 (4%, 7%, 0%, 7%)
(0.04 / 0.07 / 0.00 / 0.07)

CMYK percentages

%4.2
%7.14
%0
%6.67

Codes

Color #E4DDEE in popluar color models

E4 DD EE
RGB 228 221 238
HSL 265° 33.33% 90.00%
HSB/HSV 265° 7.14% 93.33%
CMYK 4.20% 7.14% 0.00%
6.67%

Color #E4DDEE in popluar number systems.

HEX E4 DD EE
Decimal 228 221 238
Binary 11100100 11011101 11101110
Octal 344 335 356

Shades and tints

Shades of #E4DDEE

#E4DDEE
(228,221,238)
#D0C9D9
(208,201,217)
#BCB5C4
(188,181,196)
#A8A1AF
(168,161,175)
#948D9A
(148,141,154)
#807985
(128,121,133)
#6C6570
(108,101,112)
#58515B
(88,81,91)
#443D46
(68,61,70)
#302931
(48,41,49)
#1C151C
(28,21,28)
#000000
(0,0,0)

Tints of #E4DDEE

#E4DDEE
(228,221,238)
#E6E0EF
(230,224,239)
#E8E3F0
(232,227,240)
#EAE6F1
(234,230,241)
#ECE9F2
(236,233,242)
#EEECF3
(238,236,243)
#F0EFF4
(240,239,244)
#F2F2F5
(242,242,245)
#F4F5F6
(244,245,246)
#F6F8F7
(246,248,247)
#F8FBF8
(248,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DDEE; }

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

This text font color is #E4DDEE.

Background Color

.myBgColor { background-color: #E4DDEE; }

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

This div background color is #E4DDEE.

Border color

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

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

This div border color is #E4DDEE.

Opacity

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

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

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

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

This text has shadow with #E4DDEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4DDEE.

Preview

Color preview on black background

This text has color #E4DDEE on black background.


Color preview on white background

This text has color #E4DDEE on white background.


Black color preview on #E4DDEE background

This text has black color on #E4DDEE background.


White color preview on #E4DDEE background

This text has white color on #E4DDEE background.


Related colors

Complementary color

Complementary color for #hex is #1B2211.


I love getcolorcode.com

Triadic colors

1 #EEE4DD and #DDEEE4 with #E4DDEE are triadic colors.

2 #EEDDE4 and #DDE4EE with #E4DDEE are triadic colors.