COLOR #E1CDE5

HEX: #E1CDE5 RGB: (225,205,229)

Color info

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

RGB color model

#E1CDE5 color RGB value is (225,205,229).

RGB: (225,205,229) (88%, 80%, 90%)

RGB channels and saturation

R 225 of 255 = 88%
G 205 of 255 = 80%
B 229 of 255 = 90%

225
205
229

R + G + B ~ 86%. #E1CDE5 is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 205 + 229 = 659 (100%)
R 225 of 659 ~ 34.14%
G 205 of 659 ~ 31.11%
B 229 of 659 ~ 34.75'%

%34.14
%31.11
%34.75

CMYK color model

#E1CDE5 color CMYK value is (2,10,0,10).

  • cyan value is 1.75%
  • magenta value is 10.48%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (2,10,0,10)
C2M10Y0K10 (2%, 10%, 0%, 10%)
(0.02 / 0.10 / 0.00 / 0.10)

CMYK percentages

%1.75
%10.48
%0
%10.2

Codes

Color #E1CDE5 in popluar color models

E1 CD E5
RGB 225 205 229
HSL 290° 31.58% 85.10%
HSB/HSV 290° 10.48% 89.80%
CMYK 1.75% 10.48% 0.00%
10.20%

Color #E1CDE5 in popluar number systems.

HEX E1 CD E5
Decimal 225 205 229
Binary 11100001 11001101 11100101
Octal 341 315 345

Shades and tints

Shades of #E1CDE5

#E1CDE5
(225,205,229)
#CDBBD1
(205,187,209)
#B9A9BD
(185,169,189)
#A597A9
(165,151,169)
#918595
(145,133,149)
#7D7381
(125,115,129)
#69616D
(105,97,109)
#554F59
(85,79,89)
#413D45
(65,61,69)
#2D2B31
(45,43,49)
#19191D
(25,25,29)
#000000
(0,0,0)

Tints of #E1CDE5

#E1CDE5
(225,205,229)
#E3D1E7
(227,209,231)
#E5D5E9
(229,213,233)
#E7D9EB
(231,217,235)
#E9DDED
(233,221,237)
#EBE1EF
(235,225,239)
#EDE5F1
(237,229,241)
#EFE9F3
(239,233,243)
#F1EDF5
(241,237,245)
#F3F1F7
(243,241,247)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1CDE5; }

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

This text font color is #E1CDE5.

Background Color

.myBgColor { background-color: #E1CDE5; }

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

This div background color is #E1CDE5.

Border color

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

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

This div border color is #E1CDE5.

Opacity

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

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

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

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

This text has shadow with #E1CDE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1CDE5.

Preview

Color preview on black background

This text has color #E1CDE5 on black background.


Color preview on white background

This text has color #E1CDE5 on white background.


Black color preview on #E1CDE5 background

This text has black color on #E1CDE5 background.


White color preview on #E1CDE5 background

This text has white color on #E1CDE5 background.


Related colors

Complementary color

Complementary color for #hex is #1E321A.


I love getcolorcode.com

Triadic colors

1 #E5E1CD and #CDE5E1 with #E1CDE5 are triadic colors.

2 #E5CDE1 and #CDE1E5 with #E1CDE5 are triadic colors.