COLOR #E1CDEE

HEX: #E1CDEE RGB: (225,205,238)

Color info

#E1CDEE contains red, green and blue colors in about the same proportion. Web safe color of #E1CDEE is #CCCCFF (or #CCF).

RGB color model

#E1CDEE color RGB value is (225,205,238).

RGB: (225,205,238) (88%, 80%, 93%)

RGB channels and saturation

R 225 of 255 = 88%
G 205 of 255 = 80%
B 238 of 255 = 93%

225
205
238

R + G + B ~ 87%. #E1CDEE is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 205 + 238 = 668 (100%)
R 225 of 668 ~ 33.68%
G 205 of 668 ~ 30.69%
B 238 of 668 ~ 35.63'%

%33.68
%30.69
%35.63

CMYK color model

#E1CDEE color CMYK value is (5,14,0,7).

  • cyan value is 5.46%
  • magenta value is 13.87%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (5,14,0,7) C5M14Y0K7 (5%,14%,0%,7%) (0.05/0.14/0.00/0.07) 

CMYK percentages

%5.46
%13.87
%0
%6.67

Codes

Color #E1CDEE in popluar color models

E1 CD EE
RGB 225 205 238
HSL 276° 49.25% 86.86%
HSB/HSV 276° 13.87% 93.33%
CMYK 5.46% 13.87% 0.00%
6.67%

Color #E1CDEE in popluar number systems.

HEX E1 CD EE
Decimal 225 205 238
Binary 11100001 11001101 11101110
Octal 341 315 356

Shades and tints

Shades of #E1CDEE

#E1CDEE
(225,205,238)
#CDBBD9
(205,187,217)
#B9A9C4
(185,169,196)
#A597AF
(165,151,175)
#91859A
(145,133,154)
#7D7385
(125,115,133)
#696170
(105,97,112)
#554F5B
(85,79,91)
#413D46
(65,61,70)
#2D2B31
(45,43,49)
#19191C
(25,25,28)
#000000
(0,0,0)

Tints of #E1CDEE

#E1CDEE
(225,205,238)
#E3D1EF
(227,209,239)
#E5D5F0
(229,213,240)
#E7D9F1
(231,217,241)
#E9DDF2
(233,221,242)
#EBE1F3
(235,225,243)
#EDE5F4
(237,229,244)
#EFE9F5
(239,233,245)
#F1EDF6
(241,237,246)
#F3F1F7
(243,241,247)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1CDEE; }

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

This text font color is #E1CDEE.

Background Color

.myBgColor { background-color: #E1CDEE; }

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

This div background color is #E1CDEE.

Border color

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

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

This div border color is #E1CDEE.

Opacity

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

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

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

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

This text has shadow with #E1CDEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1CDEE.

Preview

Color preview on black background

This text has color #E1CDEE on black background.


Color preview on white background

This text has color #E1CDEE on white background.


Black color preview on #E1CDEE background

This text has black color on #E1CDEE background.


White color preview on #E1CDEE background

This text has white color on #E1CDEE background.


Related colors

Complementary color

Complementary color for #hex is #1E3211.


I love getcolorcode.com

Triadic colors

1 #EEE1CD and #CDEEE1 with #E1CDEE are triadic colors.

2 #EECDE1 and #CDE1EE with #E1CDEE are triadic colors.