COLOR #E5DDDC

HEX: #E5DDDC
RGB: (229,221,220)

Color info

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

RGB color model

#E5DDDC color RGB value is (229,221,220).

  • red value is 229;
  • green value is 221;
  • blue value is 220.
RGB:
(229,221,220)
(90%,87%,86%)

RGB channels and saturation

R 229 of 255 = 90%
G 221 of 255 = 87%
B 220 of 255 = 86%

229
221
220

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

Portions of RGB colors in percentages

R + G + B =
229 + 221 + 220 = 670 (100%)
R 229 of 670 ~ 34.18%
G 221 of 670 ~ 32.99%
B 220 of 670 ~ 32.84%

%34.18
%32.99
%32.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.49%
  • yellow value is 3.93%
  • key color value is 10.20%
CMYK:
(0,3,4,10)
C0M3Y4K10 
(0%,3%,4%,10%)
(0.00/0.03/0.04/0.10)	

CMYK percentages

%0
%3.49
%3.93
%10.2

Codes

Color #E5DDDC in popluar color models

E5DDDC
RGB229221220
HSL14.75%88.04%
HSB/HSV3.93%89.80%
CMYK0.00%3.49%3.93%
10.20%

Color #E5DDDC in popluar number systems.

HEXE5DDDC
Decimal229221220
Binary111001011101110111011100
Octal345335334

Shades and tints

Shades of #E5DDDC

#E5DDDC
(229,221,220)
#D1C9C8
(209,201,200)
#BDB5B4
(189,181,180)
#A9A1A0
(169,161,160)
#958D8C
(149,141,140)
#817978
(129,121,120)
#6D6564
(109,101,100)
#595150
(89,81,80)
#453D3C
(69,61,60)
#312928
(49,41,40)
#1D1514
(29,21,20)
#000000
(0,0,0)

Tints of #E5DDDC

#E5DDDC
(229,221,220)
#E7E0DF
(231,224,223)
#E9E3E2
(233,227,226)
#EBE6E5
(235,230,229)
#EDE9E8
(237,233,232)
#EFECEB
(239,236,235)
#F1EFEE
(241,239,238)
#F3F2F1
(243,242,241)
#F5F5F4
(245,245,244)
#F7F8F7
(247,248,247)
#F9FBFA
(249,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5DDDC color. Also use rgb(229,221,220) instead hex code.

Text Font Color

.myTextColor { color: #E5DDDC; }

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

This text font color is #E5DDDC.


Background Color

.myBgColor { background-color: #E5DDDC; }

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

This div background color is #E5DDDC.


Border color

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

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

This div border color is #E5DDDC.


Opacity

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

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

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

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

This text has shadow with #E5DDDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DDDC on black background.


Color preview on white background

This text has color #E5DDDC on white background.



Black color preview on #E5DDDC background

This text has black color on #E5DDDC background.


White color preview on #E5DDDC background

This text has white color on #E5DDDC background.