COLOR #E1DADE

HEX: #E1DADE RGB: (225,218,222)

Color info

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

RGB color model

#E1DADE color RGB value is (225,218,222).

RGB: (225,218,222) (88%, 85%, 87%)

RGB channels and saturation

R 225 of 255 = 88%
G 218 of 255 = 85%
B 222 of 255 = 87%

225
218
222

R + G + B ~ 87%. #E1DADE is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 218 + 222 = 665 (100%)
R 225 of 665 ~ 33.83%
G 218 of 665 ~ 32.78%
B 222 of 665 ~ 33.38'%

%33.83
%32.78
%33.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.11%
  • yellow value is 1.33%
  • key color value is 11.76%
CMYK: (0,3,1,12) C0M3Y1K12 (0%,3%,1%,12%) (0.00/0.03/0.01/0.12) 

CMYK percentages

%0
%3.11
%1.33
%11.76

Codes

Color #E1DADE in popluar color models

E1 DA DE
RGB 225 218 222
HSL 326° 10.45% 86.86%
HSB/HSV 326° 3.11% 88.24%
CMYK 0.00% 3.11% 1.33%
11.76%

Color #E1DADE in popluar number systems.

HEX E1 DA DE
Decimal 225 218 222
Binary 11100001 11011010 11011110
Octal 341 332 336

Shades and tints

Shades of #E1DADE

#E1DADE
(225,218,222)
#CDC7CA
(205,199,202)
#B9B4B6
(185,180,182)
#A5A1A2
(165,161,162)
#918E8E
(145,142,142)
#7D7B7A
(125,123,122)
#696866
(105,104,102)
#555552
(85,85,82)
#41423E
(65,66,62)
#2D2F2A
(45,47,42)
#191C16
(25,28,22)
#000000
(0,0,0)

Tints of #E1DADE

#E1DADE
(225,218,222)
#E3DDE1
(227,221,225)
#E5E0E4
(229,224,228)
#E7E3E7
(231,227,231)
#E9E6EA
(233,230,234)
#EBE9ED
(235,233,237)
#EDECF0
(237,236,240)
#EFEFF3
(239,239,243)
#F1F2F6
(241,242,246)
#F3F5F9
(243,245,249)
#F5F8FC
(245,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DADE; }

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

This text font color is #E1DADE.

Background Color

.myBgColor { background-color: #E1DADE; }

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

This div background color is #E1DADE.

Border color

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

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

This div border color is #E1DADE.

Opacity

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

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

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

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

This text has shadow with #E1DADE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DADE.

Preview

Color preview on black background

This text has color #E1DADE on black background.


Color preview on white background

This text has color #E1DADE on white background.


Black color preview on #E1DADE background

This text has black color on #E1DADE background.


White color preview on #E1DADE background

This text has white color on #E1DADE background.


Related colors

Complementary color

Complementary color for #hex is #1E2521.


I love getcolorcode.com

Triadic colors

1 #DEE1DA and #DADEE1 with #E1DADE are triadic colors.

2 #DEDAE1 and #DAE1DE with #E1DADE are triadic colors.