COLOR #E4DEDF

HEX: #E4DEDF
RGB: (228,222,223)

Color info

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

RGB color model

#E4DEDF color RGB value is (228,222,223).

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

RGB channels and saturation

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

228
222
223

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

Portions of RGB colors in percentages

R + G + B =
228 + 222 + 223 = 673 (100%)
R 228 of 673 ~ 33.88%
G 222 of 673 ~ 32.99%
B 223 of 673 ~ 33.14%

%33.88
%32.99
%33.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.63%
  • yellow value is 2.19%
  • key color value is 10.59%
CMYK:
(0,3,2,11)
C0M3Y2K11 
(0%,3%,2%,11%)
(0.00/0.03/0.02/0.11)	

CMYK percentages

%0
%2.63
%2.19
%10.59

Codes

Color #E4DEDF in popluar color models

E4DEDF
RGB228222223
HSL350°10.00%88.24%
HSB/HSV350°2.63%89.41%
CMYK0.00%2.63%2.19%
10.59%

Color #E4DEDF in popluar number systems.

HEXE4DEDF
Decimal228222223
Binary111001001101111011011111
Octal344336337

Shades and tints

Shades of #E4DEDF

#E4DEDF
(228,222,223)
#D0CACB
(208,202,203)
#BCB6B7
(188,182,183)
#A8A2A3
(168,162,163)
#948E8F
(148,142,143)
#807A7B
(128,122,123)
#6C6667
(108,102,103)
#585253
(88,82,83)
#443E3F
(68,62,63)
#302A2B
(48,42,43)
#1C1617
(28,22,23)
#000000
(0,0,0)

Tints of #E4DEDF

#E4DEDF
(228,222,223)
#E6E1E1
(230,225,225)
#E8E4E3
(232,228,227)
#EAE7E5
(234,231,229)
#ECEAE7
(236,234,231)
#EEEDE9
(238,237,233)
#F0F0EB
(240,240,235)
#F2F3ED
(242,243,237)
#F4F6EF
(244,246,239)
#F6F9F1
(246,249,241)
#F8FCF3
(248,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DEDF; }

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

This text font color is #E4DEDF.


Background Color

.myBgColor { background-color: #E4DEDF; }

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

This div background color is #E4DEDF.


Border color

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

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

This div border color is #E4DEDF.


Opacity

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

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

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

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

This text has shadow with #E4DEDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DEDF on black background.


Color preview on white background

This text has color #E4DEDF on white background.



Black color preview on #E4DEDF background

This text has black color on #E4DEDF background.


White color preview on #E4DEDF background

This text has white color on #E4DEDF background.