COLOR #E4DADD

HEX: #E4DADD RGB: (228,218,221)

Color info

#E4DADD contains red, green and blue colors in about the same proportion. Web safe color of #E4DADD is #CCCCCC (or #CCC).

RGB color model

#E4DADD color RGB value is (228,218,221).

RGB: (228,218,221) (89%, 85%, 87%)

RGB channels and saturation

R 228 of 255 = 89%
G 218 of 255 = 85%
B 221 of 255 = 87%

228
218
221

R + G + B ~ 87%. #E4DADD is light color.

Portions of RGB colors in percentages

R + G + B = 228 + 218 + 221 = 667 (100%)
R 228 of 667 ~ 34.18%
G 218 of 667 ~ 32.68%
B 221 of 667 ~ 33.13'%

%34.18
%32.68
%33.13

CMYK color model

#E4DADD color CMYK value is (0,4,3,11).

  • cyan value is 0.00%
  • magenta value is 4.39%
  • yellow value is 3.07%
  • key color value is 10.59%

CMYK: (0,4,3,11)
C0M4Y3K11 (0%, 4%, 3%, 11%)
(0.00 / 0.04 / 0.03 / 0.11)

CMYK percentages

%0
%4.39
%3.07
%10.59

Codes

Color #E4DADD in popluar color models

E4 DA DD
RGB 228 218 221
HSL 342° 15.63% 87.45%
HSB/HSV 342° 4.39% 89.41%
CMYK 0.00% 4.39% 3.07%
10.59%

Color #E4DADD in popluar number systems.

HEX E4 DA DD
Decimal 228 218 221
Binary 11100100 11011010 11011101
Octal 344 332 335

Shades and tints

Shades of #E4DADD

#E4DADD
(228,218,221)
#D0C7C9
(208,199,201)
#BCB4B5
(188,180,181)
#A8A1A1
(168,161,161)
#948E8D
(148,142,141)
#807B79
(128,123,121)
#6C6865
(108,104,101)
#585551
(88,85,81)
#44423D
(68,66,61)
#302F29
(48,47,41)
#1C1C15
(28,28,21)
#000000
(0,0,0)

Tints of #E4DADD

#E4DADD
(228,218,221)
#E6DDE0
(230,221,224)
#E8E0E3
(232,224,227)
#EAE3E6
(234,227,230)
#ECE6E9
(236,230,233)
#EEE9EC
(238,233,236)
#F0ECEF
(240,236,239)
#F2EFF2
(242,239,242)
#F4F2F5
(244,242,245)
#F6F5F8
(246,245,248)
#F8F8FB
(248,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DADD; }

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

This text font color is #E4DADD.

Background Color

.myBgColor { background-color: #E4DADD; }

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

This div background color is #E4DADD.

Border color

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

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

This div border color is #E4DADD.

Opacity

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

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

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

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

This text has shadow with #E4DADD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4DADD.

Preview

Color preview on black background

This text has color #E4DADD on black background.


Color preview on white background

This text has color #E4DADD on white background.


Black color preview on #E4DADD background

This text has black color on #E4DADD background.


White color preview on #E4DADD background

This text has white color on #E4DADD background.


Related colors

Complementary color

Complementary color for #hex is #1B2522.


I love getcolorcode.com

Triadic colors

1 #DDE4DA and #DADDE4 with #E4DADD are triadic colors.

2 #DDDAE4 and #DAE4DD with #E4DADD are triadic colors.