COLOR #E1E1FF

HEX: #E1E1FF
RGB: (225,225,255)

Color info

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

RGB color model

#E1E1FF color RGB value is (225,225,255).

  • red value is 225;
  • green value is 225;
  • blue value is 255.
RGB:
(225,225,255)
(88%,88%,100%)

RGB channels and saturation

R 225 of 255 = 88%
G 225 of 255 = 88%
B 255 of 255 = 100%

225
225
255

R + G + B ~ 92%. #E1E1FF is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 225 + 255 = 705 (100%)
R 225 of 705 ~ 31.91%
G 225 of 705 ~ 31.91%
B 255 of 705 ~ 36.17%

%31.91
%31.91
%36.17

CMYK color model

#E1E1FF color CMYK value is (12,12,0,0).

  • cyan value is 11.76%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(12,12,0,0)
C12M12Y0K0 
(12%,12%,0%,0%)
(0.12/0.12/0.00/0.00)	

CMYK percentages

%11.76
%11.76
%0
%0

Codes

Color #E1E1FF in popluar color models

E1E1FF
RGB225225255
HSL240°100.00%94.12%
HSB/HSV240°11.76%100.00%
CMYK11.76%11.76%0.00%
0.00%

Color #E1E1FF in popluar number systems.

HEXE1E1FF
Decimal225225255
Binary111000011110000111111111
Octal341341377

Shades and tints

Shades of #E1E1FF

#E1E1FF
(225,225,255)
#CDCDE8
(205,205,232)
#B9B9D1
(185,185,209)
#A5A5BA
(165,165,186)
#9191A3
(145,145,163)
#7D7D8C
(125,125,140)
#696975
(105,105,117)
#55555E
(85,85,94)
#414147
(65,65,71)
#2D2D30
(45,45,48)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #E1E1FF

#E1E1FF
(225,225,255)
#E3E3FF
(227,227,255)
#E5E5FF
(229,229,255)
#E7E7FF
(231,231,255)
#E9E9FF
(233,233,255)
#EBEBFF
(235,235,255)
#EDEDFF
(237,237,255)
#EFEFFF
(239,239,255)
#F1F1FF
(241,241,255)
#F3F3FF
(243,243,255)
#F5F5FF
(245,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E1FF; }

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

This text font color is #E1E1FF.


Background Color

.myBgColor { background-color: #E1E1FF; }

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

This div background color is #E1E1FF.


Border color

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

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

This div border color is #E1E1FF.


Opacity

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

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

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

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

This text has shadow with #E1E1FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E1FF on black background.


Color preview on white background

This text has color #E1E1FF on white background.



Black color preview on #E1E1FF background

This text has black color on #E1E1FF background.


White color preview on #E1E1FF background

This text has white color on #E1E1FF background.