COLOR #E1CAEC

HEX: #E1CAEC RGB: (225,202,236)

Color info

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

RGB color model

#E1CAEC color RGB value is (225,202,236).

RGB: (225,202,236) (88%, 79%, 93%)

RGB channels and saturation

R 225 of 255 = 88%
G 202 of 255 = 79%
B 236 of 255 = 93%

225
202
236

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

Portions of RGB colors in percentages

R + G + B = 225 + 202 + 236 = 663 (100%)
R 225 of 663 ~ 33.94%
G 202 of 663 ~ 30.47%
B 236 of 663 ~ 35.6'%

%33.94
%30.47
%35.6

CMYK color model

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

  • cyan value is 4.66%
  • magenta value is 14.41%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (5,14,0,7)
C5M14Y0K7 (5%, 14%, 0%, 7%)
(0.05 / 0.14 / 0.00 / 0.07)

CMYK percentages

%4.66
%14.41
%0
%7.45

Codes

Color #E1CAEC in popluar color models

E1 CA EC
RGB 225 202 236
HSL 281° 47.22% 85.88%
HSB/HSV 281° 14.41% 92.55%
CMYK 4.66% 14.41% 0.00%
7.45%

Color #E1CAEC in popluar number systems.

HEX E1 CA EC
Decimal 225 202 236
Binary 11100001 11001010 11101100
Octal 341 312 354

Shades and tints

Shades of #E1CAEC

#E1CAEC
(225,202,236)
#CDB8D7
(205,184,215)
#B9A6C2
(185,166,194)
#A594AD
(165,148,173)
#918298
(145,130,152)
#7D7083
(125,112,131)
#695E6E
(105,94,110)
#554C59
(85,76,89)
#413A44
(65,58,68)
#2D282F
(45,40,47)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #E1CAEC

#E1CAEC
(225,202,236)
#E3CEED
(227,206,237)
#E5D2EE
(229,210,238)
#E7D6EF
(231,214,239)
#E9DAF0
(233,218,240)
#EBDEF1
(235,222,241)
#EDE2F2
(237,226,242)
#EFE6F3
(239,230,243)
#F1EAF4
(241,234,244)
#F3EEF5
(243,238,245)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1CAEC color. Also use rgb(225,202,236) instead hex code.

Text Font Color

.myTextColor { color: #E1CAEC; }

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

This text font color is #E1CAEC.

Background Color

.myBgColor { background-color: #E1CAEC; }

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

This div background color is #E1CAEC.

Border color

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

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

This div border color is #E1CAEC.

Opacity

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

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

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

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

This text has shadow with #E1CAEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1CAEC.

Preview

Color preview on black background

This text has color #E1CAEC on black background.


Color preview on white background

This text has color #E1CAEC on white background.


Black color preview on #E1CAEC background

This text has black color on #E1CAEC background.


White color preview on #E1CAEC background

This text has white color on #E1CAEC background.


Related colors

Complementary color

Complementary color for #hex is #1E3513.


I love getcolorcode.com

Triadic colors

1 #ECE1CA and #CAECE1 with #E1CAEC are triadic colors.

2 #ECCAE1 and #CAE1EC with #E1CAEC are triadic colors.