COLOR #E1DBDA

HEX: #E1DBDA RGB: (225,219,218)

Color info

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

RGB color model

#E1DBDA color RGB value is (225,219,218).

RGB: (225,219,218) (88%, 86%, 85%)

RGB channels and saturation

R 225 of 255 = 88%
G 219 of 255 = 86%
B 218 of 255 = 85%

225
219
218

R + G + B ~ 86%. #E1DBDA is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 219 + 218 = 662 (100%)
R 225 of 662 ~ 33.99%
G 219 of 662 ~ 33.08%
B 218 of 662 ~ 32.93'%

%33.99
%33.08
%32.93

CMYK color model

#E1DBDA color CMYK value is (0,3,3,12).

  • cyan value is 0.00%
  • magenta value is 2.67%
  • yellow value is 3.11%
  • key color value is 11.76%

CMYK: (0,3,3,12)
C0M3Y3K12 (0%, 3%, 3%, 12%)
(0.00 / 0.03 / 0.03 / 0.12)

CMYK percentages

%0
%2.67
%3.11
%11.76

Codes

Color #E1DBDA in popluar color models

E1 DB DA
RGB 225 219 218
HSL 10.45% 86.86%
HSB/HSV 3.11% 88.24%
CMYK 0.00% 2.67% 3.11%
11.76%

Color #E1DBDA in popluar number systems.

HEX E1 DB DA
Decimal 225 219 218
Binary 11100001 11011011 11011010
Octal 341 333 332

Shades and tints

Shades of #E1DBDA

#E1DBDA
(225,219,218)
#CDC8C7
(205,200,199)
#B9B5B4
(185,181,180)
#A5A2A1
(165,162,161)
#918F8E
(145,143,142)
#7D7C7B
(125,124,123)
#696968
(105,105,104)
#555655
(85,86,85)
#414342
(65,67,66)
#2D302F
(45,48,47)
#191D1C
(25,29,28)
#000000
(0,0,0)

Tints of #E1DBDA

#E1DBDA
(225,219,218)
#E3DEDD
(227,222,221)
#E5E1E0
(229,225,224)
#E7E4E3
(231,228,227)
#E9E7E6
(233,231,230)
#EBEAE9
(235,234,233)
#EDEDEC
(237,237,236)
#EFF0EF
(239,240,239)
#F1F3F2
(241,243,242)
#F3F6F5
(243,246,245)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DBDA color. Also use rgb(225,219,218) instead hex code.

Text Font Color

.myTextColor { color: #E1DBDA; }

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

This text font color is #E1DBDA.

Background Color

.myBgColor { background-color: #E1DBDA; }

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

This div background color is #E1DBDA.

Border color

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

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

This div border color is #E1DBDA.

Opacity

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

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

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

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

This text has shadow with #E1DBDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DBDA.

Preview

Color preview on black background

This text has color #E1DBDA on black background.


Color preview on white background

This text has color #E1DBDA on white background.


Black color preview on #E1DBDA background

This text has black color on #E1DBDA background.


White color preview on #E1DBDA background

This text has white color on #E1DBDA background.


Related colors

Complementary color

Complementary color for #hex is #1E2425.


I love getcolorcode.com

Triadic colors

1 #DAE1DB and #DBDAE1 with #E1DBDA are triadic colors.

2 #DADBE1 and #DBE1DA with #E1DBDA are triadic colors.