COLOR #E1CDE0

HEX: #E1CDE0 RGB: (225,205,224)

Color info

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

RGB color model

#E1CDE0 color RGB value is (225,205,224).

RGB: (225,205,224) (88%, 80%, 88%)

RGB channels and saturation

R 225 of 255 = 88%
G 205 of 255 = 80%
B 224 of 255 = 88%

225
205
224

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

Portions of RGB colors in percentages

R + G + B = 225 + 205 + 224 = 654 (100%)
R 225 of 654 ~ 34.4%
G 205 of 654 ~ 31.35%
B 224 of 654 ~ 34.25'%

%34.4
%31.35
%34.25

CMYK color model

#E1CDE0 color CMYK value is (0,9,0,12).

  • cyan value is 0.00%
  • magenta value is 8.89%
  • yellow value is 0.44%
  • key color value is 11.76%

CMYK: (0,9,0,12)
C0M9Y0K12 (0%, 9%, 0%, 12%)
(0.00 / 0.09 / 0.00 / 0.12)

CMYK percentages

%0
%8.89
%0.44
%11.76

Codes

Color #E1CDE0 in popluar color models

E1 CD E0
RGB 225 205 224
HSL 303° 25.00% 84.31%
HSB/HSV 303° 8.89% 88.24%
CMYK 0.00% 8.89% 0.44%
11.76%

Color #E1CDE0 in popluar number systems.

HEX E1 CD E0
Decimal 225 205 224
Binary 11100001 11001101 11100000
Octal 341 315 340

Shades and tints

Shades of #E1CDE0

#E1CDE0
(225,205,224)
#CDBBCC
(205,187,204)
#B9A9B8
(185,169,184)
#A597A4
(165,151,164)
#918590
(145,133,144)
#7D737C
(125,115,124)
#696168
(105,97,104)
#554F54
(85,79,84)
#413D40
(65,61,64)
#2D2B2C
(45,43,44)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #E1CDE0

#E1CDE0
(225,205,224)
#E3D1E2
(227,209,226)
#E5D5E4
(229,213,228)
#E7D9E6
(231,217,230)
#E9DDE8
(233,221,232)
#EBE1EA
(235,225,234)
#EDE5EC
(237,229,236)
#EFE9EE
(239,233,238)
#F1EDF0
(241,237,240)
#F3F1F2
(243,241,242)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1CDE0; }

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

This text font color is #E1CDE0.

Background Color

.myBgColor { background-color: #E1CDE0; }

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

This div background color is #E1CDE0.

Border color

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

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

This div border color is #E1CDE0.

Opacity

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

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

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

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

This text has shadow with #E1CDE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1CDE0.

Preview

Color preview on black background

This text has color #E1CDE0 on black background.


Color preview on white background

This text has color #E1CDE0 on white background.


Black color preview on #E1CDE0 background

This text has black color on #E1CDE0 background.


White color preview on #E1CDE0 background

This text has white color on #E1CDE0 background.


Related colors

Complementary color

Complementary color for #hex is #1E321F.


I love getcolorcode.com

Triadic colors

1 #E0E1CD and #CDE0E1 with #E1CDE0 are triadic colors.

2 #E0CDE1 and #CDE1E0 with #E1CDE0 are triadic colors.