COLOR #E1CAEB

HEX: #E1CAEB RGB: (225,202,235)

Color info

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

RGB color model

#E1CAEB color RGB value is (225,202,235).

RGB: (225,202,235) (88%, 79%, 92%)

RGB channels and saturation

R 225 of 255 = 88%
G 202 of 255 = 79%
B 235 of 255 = 92%

225
202
235

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

Portions of RGB colors in percentages

R + G + B = 225 + 202 + 235 = 662 (100%)
R 225 of 662 ~ 33.99%
G 202 of 662 ~ 30.51%
B 235 of 662 ~ 35.5'%

%33.99
%30.51
%35.5

CMYK color model

#E1CAEB color CMYK value is (4,14,0,8).

  • cyan value is 4.26%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (4,14,0,8) C4M14Y0K8 (4%,14%,0%,8%) (0.04/0.14/0.00/0.08) 

CMYK percentages

%4.26
%14.04
%0
%7.84

Codes

Color #E1CAEB in popluar color models

E1 CA EB
RGB 225 202 235
HSL 282° 45.21% 85.69%
HSB/HSV 282° 14.04% 92.16%
CMYK 4.26% 14.04% 0.00%
7.84%

Color #E1CAEB in popluar number systems.

HEX E1 CA EB
Decimal 225 202 235
Binary 11100001 11001010 11101011
Octal 341 312 353

Shades and tints

Shades of #E1CAEB

#E1CAEB
(225,202,235)
#CDB8D6
(205,184,214)
#B9A6C1
(185,166,193)
#A594AC
(165,148,172)
#918297
(145,130,151)
#7D7082
(125,112,130)
#695E6D
(105,94,109)
#554C58
(85,76,88)
#413A43
(65,58,67)
#2D282E
(45,40,46)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #E1CAEB

#E1CAEB
(225,202,235)
#E3CEEC
(227,206,236)
#E5D2ED
(229,210,237)
#E7D6EE
(231,214,238)
#E9DAEF
(233,218,239)
#EBDEF0
(235,222,240)
#EDE2F1
(237,226,241)
#EFE6F2
(239,230,242)
#F1EAF3
(241,234,243)
#F3EEF4
(243,238,244)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1CAEB; }

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

This text font color is #E1CAEB.

Background Color

.myBgColor { background-color: #E1CAEB; }

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

This div background color is #E1CAEB.

Border color

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

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

This div border color is #E1CAEB.

Opacity

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

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

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

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

This text has shadow with #E1CAEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1CAEB.

Preview

Color preview on black background

This text has color #E1CAEB on black background.


Color preview on white background

This text has color #E1CAEB on white background.


Black color preview on #E1CAEB background

This text has black color on #E1CAEB background.


White color preview on #E1CAEB background

This text has white color on #E1CAEB background.


Related colors

Complementary color

Complementary color for #hex is #1E3514.


I love getcolorcode.com

Triadic colors

1 #EBE1CA and #CAEBE1 with #E1CAEB are triadic colors.

2 #EBCAE1 and #CAE1EB with #E1CAEB are triadic colors.