COLOR #E8DEDB

HEX: #E8DEDB
RGB: (232,222,219)

Color info

#E8DEDB contains red, green and blue colors in about the same proportion. Web safe color of #E8DEDB is #FFCCCC (or #FCC).

RGB color model

#E8DEDB color RGB value is (232,222,219).

  • red value is 232;
  • green value is 222;
  • blue value is 219.
RGB:
(232,222,219)
(91%,87%,86%)

RGB channels and saturation

R 232 of 255 = 91%
G 222 of 255 = 87%
B 219 of 255 = 86%

232
222
219

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

Portions of RGB colors in percentages

R + G + B =
232 + 222 + 219 = 673 (100%)
R 232 of 673 ~ 34.47%
G 222 of 673 ~ 32.99%
B 219 of 673 ~ 32.54%

%34.47
%32.99
%32.54

CMYK color model

#E8DEDB color CMYK value is (0,4,6,9).

  • cyan value is 0.00%
  • magenta value is 4.31%
  • yellow value is 5.60%
  • key color value is 9.02%
CMYK:
(0,4,6,9)
C0M4Y6K9 
(0%,4%,6%,9%)
(0.00/0.04/0.06/0.09)	

CMYK percentages

%0
%4.31
%5.6
%9.02

Codes

Color #E8DEDB in popluar color models

E8DEDB
RGB232222219
HSL14°22.03%88.43%
HSB/HSV14°5.60%90.98%
CMYK0.00%4.31%5.60%
9.02%

Color #E8DEDB in popluar number systems.

HEXE8DEDB
Decimal232222219
Binary111010001101111011011011
Octal350336333

Shades and tints

Shades of #E8DEDB

#E8DEDB
(232,222,219)
#D3CAC8
(211,202,200)
#BEB6B5
(190,182,181)
#A9A2A2
(169,162,162)
#948E8F
(148,142,143)
#7F7A7C
(127,122,124)
#6A6669
(106,102,105)
#555256
(85,82,86)
#403E43
(64,62,67)
#2B2A30
(43,42,48)
#16161D
(22,22,29)
#000000
(0,0,0)

Tints of #E8DEDB

#E8DEDB
(232,222,219)
#EAE1DE
(234,225,222)
#ECE4E1
(236,228,225)
#EEE7E4
(238,231,228)
#F0EAE7
(240,234,231)
#F2EDEA
(242,237,234)
#F4F0ED
(244,240,237)
#F6F3F0
(246,243,240)
#F8F6F3
(248,246,243)
#FAF9F6
(250,249,246)
#FCFCF9
(252,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8DEDB color. Also use rgb(232,222,219) instead hex code.

Text Font Color

.myTextColor { color: #E8DEDB; }

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

This text font color is #E8DEDB.


Background Color

.myBgColor { background-color: #E8DEDB; }

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

This div background color is #E8DEDB.


Border color

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

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

This div border color is #E8DEDB.


Opacity

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

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

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

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

This text has shadow with #E8DEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8DEDB on black background.


Color preview on white background

This text has color #E8DEDB on white background.



Black color preview on #E8DEDB background

This text has black color on #E8DEDB background.


White color preview on #E8DEDB background

This text has white color on #E8DEDB background.