COLOR #E0CDD2

HEX: #E0CDD2 RGB: (224,205,210)

Color info

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

RGB color model

#E0CDD2 color RGB value is (224,205,210).

RGB: (224,205,210) (88%, 80%, 82%)

RGB channels and saturation

R 224 of 255 = 88%
G 205 of 255 = 80%
B 210 of 255 = 82%

224
205
210

R + G + B ~ 83%. #E0CDD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 205 + 210 = 639 (100%)
R 224 of 639 ~ 35.05%
G 205 of 639 ~ 32.08%
B 210 of 639 ~ 32.86'%

%35.05
%32.08
%32.86

CMYK color model

#E0CDD2 color CMYK value is (0,8,6,12).

  • cyan value is 0.00%
  • magenta value is 8.48%
  • yellow value is 6.25%
  • key color value is 12.16%

CMYK: (0,8,6,12)
C0M8Y6K12 (0%, 8%, 6%, 12%)
(0.00 / 0.08 / 0.06 / 0.12)

CMYK percentages

%0
%8.48
%6.25
%12.16

Codes

Color #E0CDD2 in popluar color models

E0 CD D2
RGB 224 205 210
HSL 344° 23.46% 84.12%
HSB/HSV 344° 8.48% 87.84%
CMYK 0.00% 8.48% 6.25%
12.16%

Color #E0CDD2 in popluar number systems.

HEX E0 CD D2
Decimal 224 205 210
Binary 11100000 11001101 11010010
Octal 340 315 322

Shades and tints

Shades of #E0CDD2

#E0CDD2
(224,205,210)
#CCBBBF
(204,187,191)
#B8A9AC
(184,169,172)
#A49799
(164,151,153)
#908586
(144,133,134)
#7C7373
(124,115,115)
#686160
(104,97,96)
#544F4D
(84,79,77)
#403D3A
(64,61,58)
#2C2B27
(44,43,39)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #E0CDD2

#E0CDD2
(224,205,210)
#E2D1D6
(226,209,214)
#E4D5DA
(228,213,218)
#E6D9DE
(230,217,222)
#E8DDE2
(232,221,226)
#EAE1E6
(234,225,230)
#ECE5EA
(236,229,234)
#EEE9EE
(238,233,238)
#F0EDF2
(240,237,242)
#F2F1F6
(242,241,246)
#F4F5FA
(244,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0CDD2 color. Also use rgb(224,205,210) instead hex code.

Text Font Color

.myTextColor { color: #E0CDD2; }

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

This text font color is #E0CDD2.

Background Color

.myBgColor { background-color: #E0CDD2; }

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

This div background color is #E0CDD2.

Border color

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

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

This div border color is #E0CDD2.

Opacity

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

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

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

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

This text has shadow with #E0CDD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0CDD2.

Preview

Color preview on black background

This text has color #E0CDD2 on black background.


Color preview on white background

This text has color #E0CDD2 on white background.


Black color preview on #E0CDD2 background

This text has black color on #E0CDD2 background.


White color preview on #E0CDD2 background

This text has white color on #E0CDD2 background.


Related colors

Complementary color

Complementary color for #hex is #1F322D.


I love getcolorcode.com

Triadic colors

1 #D2E0CD and #CDD2E0 with #E0CDD2 are triadic colors.

2 #D2CDE0 and #CDE0D2 with #E0CDD2 are triadic colors.