COLOR #E0CDDD

HEX: #E0CDDD RGB: (224,205,221)

Color info

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

RGB color model

#E0CDDD color RGB value is (224,205,221).

RGB: (224,205,221) (88%, 80%, 87%)

RGB channels and saturation

R 224 of 255 = 88%
G 205 of 255 = 80%
B 221 of 255 = 87%

224
205
221

R + G + B ~ 85%. #E0CDDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 205 + 221 = 650 (100%)
R 224 of 650 ~ 34.46%
G 205 of 650 ~ 31.54%
B 221 of 650 ~ 34'%

%34.46
%31.54
%34

CMYK color model

#E0CDDD color CMYK value is (0,8,1,12).

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

CMYK: (0,8,1,12)
C0M8Y1K12 (0%, 8%, 1%, 12%)
(0.00 / 0.08 / 0.01 / 0.12)

CMYK percentages

%0
%8.48
%1.34
%12.16

Codes

Color #E0CDDD in popluar color models

E0 CD DD
RGB 224 205 221
HSL 309° 23.46% 84.12%
HSB/HSV 309° 8.48% 87.84%
CMYK 0.00% 8.48% 1.34%
12.16%

Color #E0CDDD in popluar number systems.

HEX E0 CD DD
Decimal 224 205 221
Binary 11100000 11001101 11011101
Octal 340 315 335

Shades and tints

Shades of #E0CDDD

#E0CDDD
(224,205,221)
#CCBBC9
(204,187,201)
#B8A9B5
(184,169,181)
#A497A1
(164,151,161)
#90858D
(144,133,141)
#7C7379
(124,115,121)
#686165
(104,97,101)
#544F51
(84,79,81)
#403D3D
(64,61,61)
#2C2B29
(44,43,41)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #E0CDDD

#E0CDDD
(224,205,221)
#E2D1E0
(226,209,224)
#E4D5E3
(228,213,227)
#E6D9E6
(230,217,230)
#E8DDE9
(232,221,233)
#EAE1EC
(234,225,236)
#ECE5EF
(236,229,239)
#EEE9F2
(238,233,242)
#F0EDF5
(240,237,245)
#F2F1F8
(242,241,248)
#F4F5FB
(244,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0CDDD; }

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

This text font color is #E0CDDD.

Background Color

.myBgColor { background-color: #E0CDDD; }

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

This div background color is #E0CDDD.

Border color

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

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

This div border color is #E0CDDD.

Opacity

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

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

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

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

This text has shadow with #E0CDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0CDDD.

Preview

Color preview on black background

This text has color #E0CDDD on black background.


Color preview on white background

This text has color #E0CDDD on white background.


Black color preview on #E0CDDD background

This text has black color on #E0CDDD background.


White color preview on #E0CDDD background

This text has white color on #E0CDDD background.


Related colors

Complementary color

Complementary color for #hex is #1F3222.


I love getcolorcode.com

Triadic colors

1 #DDE0CD and #CDDDE0 with #E0CDDD are triadic colors.

2 #DDCDE0 and #CDE0DD with #E0CDDD are triadic colors.