COLOR #E1CDD4

HEX: #E1CDD4 RGB: (225,205,212)

Color info

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

RGB color model

#E1CDD4 color RGB value is (225,205,212).

RGB: (225,205,212) (88%, 80%, 83%)

RGB channels and saturation

R 225 of 255 = 88%
G 205 of 255 = 80%
B 212 of 255 = 83%

225
205
212

R + G + B ~ 84%. #E1CDD4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 205 + 212 = 642 (100%)
R 225 of 642 ~ 35.05%
G 205 of 642 ~ 31.93%
B 212 of 642 ~ 33.02'%

%35.05
%31.93
%33.02

CMYK color model

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

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

CMYK: (0,9,6,12)
C0M9Y6K12 (0%, 9%, 6%, 12%)
(0.00 / 0.09 / 0.06 / 0.12)

CMYK percentages

%0
%8.89
%5.78
%11.76

Codes

Color #E1CDD4 in popluar color models

E1 CD D4
RGB 225 205 212
HSL 339° 25.00% 84.31%
HSB/HSV 339° 8.89% 88.24%
CMYK 0.00% 8.89% 5.78%
11.76%

Color #E1CDD4 in popluar number systems.

HEX E1 CD D4
Decimal 225 205 212
Binary 11100001 11001101 11010100
Octal 341 315 324

Shades and tints

Shades of #E1CDD4

#E1CDD4
(225,205,212)
#CDBBC1
(205,187,193)
#B9A9AE
(185,169,174)
#A5979B
(165,151,155)
#918588
(145,133,136)
#7D7375
(125,115,117)
#696162
(105,97,98)
#554F4F
(85,79,79)
#413D3C
(65,61,60)
#2D2B29
(45,43,41)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #E1CDD4

#E1CDD4
(225,205,212)
#E3D1D7
(227,209,215)
#E5D5DA
(229,213,218)
#E7D9DD
(231,217,221)
#E9DDE0
(233,221,224)
#EBE1E3
(235,225,227)
#EDE5E6
(237,229,230)
#EFE9E9
(239,233,233)
#F1EDEC
(241,237,236)
#F3F1EF
(243,241,239)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1CDD4; }

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

This text font color is #E1CDD4.

Background Color

.myBgColor { background-color: #E1CDD4; }

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

This div background color is #E1CDD4.

Border color

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

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

This div border color is #E1CDD4.

Opacity

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

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

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

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

This text has shadow with #E1CDD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1CDD4.

Preview

Color preview on black background

This text has color #E1CDD4 on black background.


Color preview on white background

This text has color #E1CDD4 on white background.


Black color preview on #E1CDD4 background

This text has black color on #E1CDD4 background.


White color preview on #E1CDD4 background

This text has white color on #E1CDD4 background.


Related colors

Complementary color

Complementary color for #hex is #1E322B.


I love getcolorcode.com

Triadic colors

1 #D4E1CD and #CDD4E1 with #E1CDD4 are triadic colors.

2 #D4CDE1 and #CDE1D4 with #E1CDD4 are triadic colors.