COLOR #E4DDDE

HEX: #E4DDDE
RGB: (228,221,222)

Color info

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

RGB color model

#E4DDDE color RGB value is (228,221,222).

  • red value is 228;
  • green value is 221;
  • blue value is 222.
RGB:
(228,221,222)
(89%,87%,87%)

RGB channels and saturation

R 228 of 255 = 89%
G 221 of 255 = 87%
B 222 of 255 = 87%

228
221
222

R + G + B ~ 88%. #E4DDDE is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 221 + 222 = 671 (100%)
R 228 of 671 ~ 33.98%
G 221 of 671 ~ 32.94%
B 222 of 671 ~ 33.08%

%33.98
%32.94
%33.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.07%
  • yellow value is 2.63%
  • key color value is 10.59%
CMYK:
(0,3,3,11)
C0M3Y3K11 
(0%,3%,3%,11%)
(0.00/0.03/0.03/0.11)	

CMYK percentages

%0
%3.07
%2.63
%10.59

Codes

Color #E4DDDE in popluar color models

E4DDDE
RGB228221222
HSL351°11.48%88.04%
HSB/HSV351°3.07%89.41%
CMYK0.00%3.07%2.63%
10.59%

Color #E4DDDE in popluar number systems.

HEXE4DDDE
Decimal228221222
Binary111001001101110111011110
Octal344335336

Shades and tints

Shades of #E4DDDE

#E4DDDE
(228,221,222)
#D0C9CA
(208,201,202)
#BCB5B6
(188,181,182)
#A8A1A2
(168,161,162)
#948D8E
(148,141,142)
#80797A
(128,121,122)
#6C6566
(108,101,102)
#585152
(88,81,82)
#443D3E
(68,61,62)
#30292A
(48,41,42)
#1C1516
(28,21,22)
#000000
(0,0,0)

Tints of #E4DDDE

#E4DDDE
(228,221,222)
#E6E0E1
(230,224,225)
#E8E3E4
(232,227,228)
#EAE6E7
(234,230,231)
#ECE9EA
(236,233,234)
#EEECED
(238,236,237)
#F0EFF0
(240,239,240)
#F2F2F3
(242,242,243)
#F4F5F6
(244,245,246)
#F6F8F9
(246,248,249)
#F8FBFC
(248,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DDDE; }

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

This text font color is #E4DDDE.


Background Color

.myBgColor { background-color: #E4DDDE; }

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

This div background color is #E4DDDE.


Border color

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

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

This div border color is #E4DDDE.


Opacity

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

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

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

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

This text has shadow with #E4DDDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DDDE on black background.


Color preview on white background

This text has color #E4DDDE on white background.



Black color preview on #E4DDDE background

This text has black color on #E4DDDE background.


White color preview on #E4DDDE background

This text has white color on #E4DDDE background.