COLOR #E5DEDF

HEX: #E5DEDF
RGB: (229,222,223)

Color info

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

RGB color model

#E5DEDF color RGB value is (229,222,223).

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

RGB channels and saturation

R 229 of 255 = 90%
G 222 of 255 = 87%
B 223 of 255 = 87%

229
222
223

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

Portions of RGB colors in percentages

R + G + B =
229 + 222 + 223 = 674 (100%)
R 229 of 674 ~ 33.98%
G 222 of 674 ~ 32.94%
B 223 of 674 ~ 33.09%

%33.98
%32.94
%33.09

CMYK color model

#E5DEDF color CMYK value is (0,3,3,10).

  • cyan value is 0.00%
  • magenta value is 3.06%
  • yellow value is 2.62%
  • key color value is 10.20%
CMYK:
(0,3,3,10)
C0M3Y3K10 
(0%,3%,3%,10%)
(0.00/0.03/0.03/0.10)	

CMYK percentages

%0
%3.06
%2.62
%10.2

Codes

Color #E5DEDF in popluar color models

E5DEDF
RGB229222223
HSL351°11.86%88.43%
HSB/HSV351°3.06%89.80%
CMYK0.00%3.06%2.62%
10.20%

Color #E5DEDF in popluar number systems.

HEXE5DEDF
Decimal229222223
Binary111001011101111011011111
Octal345336337

Shades and tints

Shades of #E5DEDF

#E5DEDF
(229,222,223)
#D1CACB
(209,202,203)
#BDB6B7
(189,182,183)
#A9A2A3
(169,162,163)
#958E8F
(149,142,143)
#817A7B
(129,122,123)
#6D6667
(109,102,103)
#595253
(89,82,83)
#453E3F
(69,62,63)
#312A2B
(49,42,43)
#1D1617
(29,22,23)
#000000
(0,0,0)

Tints of #E5DEDF

#E5DEDF
(229,222,223)
#E7E1E1
(231,225,225)
#E9E4E3
(233,228,227)
#EBE7E5
(235,231,229)
#EDEAE7
(237,234,231)
#EFEDE9
(239,237,233)
#F1F0EB
(241,240,235)
#F3F3ED
(243,243,237)
#F5F6EF
(245,246,239)
#F7F9F1
(247,249,241)
#F9FCF3
(249,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DEDF; }

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

This text font color is #E5DEDF.


Background Color

.myBgColor { background-color: #E5DEDF; }

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

This div background color is #E5DEDF.


Border color

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

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

This div border color is #E5DEDF.


Opacity

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

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

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

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

This text has shadow with #E5DEDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DEDF on black background.


Color preview on white background

This text has color #E5DEDF on white background.



Black color preview on #E5DEDF background

This text has black color on #E5DEDF background.


White color preview on #E5DEDF background

This text has white color on #E5DEDF background.