COLOR #E0DADE

HEX: #E0DADE RGB: (224,218,222)

Color info

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

RGB color model

#E0DADE color RGB value is (224,218,222).

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

RGB channels and saturation

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

224
218
222

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

Portions of RGB colors in percentages

R + G + B = 224 + 218 + 222 = 664 (100%)
R 224 of 664 ~ 33.73%
G 218 of 664 ~ 32.83%
B 222 of 664 ~ 33.43'%

%33.73
%32.83
%33.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.68%
  • yellow value is 0.89%
  • key color value is 12.16%

CMYK: (0,3,1,12)
C0M3Y1K12 (0%, 3%, 1%, 12%)
(0.00 / 0.03 / 0.01 / 0.12)

CMYK percentages

%0
%2.68
%0.89
%12.16

Codes

Color #E0DADE in popluar color models

E0 DA DE
RGB 224 218 222
HSL 320° 8.82% 86.67%
HSB/HSV 320° 2.68% 87.84%
CMYK 0.00% 2.68% 0.89%
12.16%

Color #E0DADE in popluar number systems.

HEX E0 DA DE
Decimal 224 218 222
Binary 11100000 11011010 11011110
Octal 340 332 336

Shades and tints

Shades of #E0DADE

#E0DADE
(224,218,222)
#CCC7CA
(204,199,202)
#B8B4B6
(184,180,182)
#A4A1A2
(164,161,162)
#908E8E
(144,142,142)
#7C7B7A
(124,123,122)
#686866
(104,104,102)
#545552
(84,85,82)
#40423E
(64,66,62)
#2C2F2A
(44,47,42)
#181C16
(24,28,22)
#000000
(0,0,0)

Tints of #E0DADE

#E0DADE
(224,218,222)
#E2DDE1
(226,221,225)
#E4E0E4
(228,224,228)
#E6E3E7
(230,227,231)
#E8E6EA
(232,230,234)
#EAE9ED
(234,233,237)
#ECECF0
(236,236,240)
#EEEFF3
(238,239,243)
#F0F2F6
(240,242,246)
#F2F5F9
(242,245,249)
#F4F8FC
(244,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DADE; }

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

This text font color is #E0DADE.

Background Color

.myBgColor { background-color: #E0DADE; }

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

This div background color is #E0DADE.

Border color

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

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

This div border color is #E0DADE.

Opacity

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

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

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

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

This text has shadow with #E0DADE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DADE.

Preview

Color preview on black background

This text has color #E0DADE on black background.


Color preview on white background

This text has color #E0DADE on white background.


Black color preview on #E0DADE background

This text has black color on #E0DADE background.


White color preview on #E0DADE background

This text has white color on #E0DADE background.


Related colors

Complementary color

Complementary color for #hex is #1F2521.


I love getcolorcode.com

Triadic colors

1 #DEE0DA and #DADEE0 with #E0DADE are triadic colors.

2 #DEDAE0 and #DAE0DE with #E0DADE are triadic colors.