COLOR #E1E2EE

HEX: #E1E2EE RGB: (225,226,238)

Color info

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

RGB color model

#E1E2EE color RGB value is (225,226,238).

RGB: (225,226,238) (88%, 89%, 93%)

RGB channels and saturation

R 225 of 255 = 88%
G 226 of 255 = 89%
B 238 of 255 = 93%

225
226
238

R + G + B ~ 90%. #E1E2EE is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 226 + 238 = 689 (100%)
R 225 of 689 ~ 32.66%
G 226 of 689 ~ 32.8%
B 238 of 689 ~ 34.54'%

%32.66
%32.8
%34.54

CMYK color model

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

  • cyan value is 5.46%
  • magenta value is 5.04%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (5,5,0,7)
C5M5Y0K7 (5%, 5%, 0%, 7%)
(0.05 / 0.05 / 0.00 / 0.07)

CMYK percentages

%5.46
%5.04
%0
%6.67

Codes

Color #E1E2EE in popluar color models

E1 E2 EE
RGB 225 226 238
HSL 235° 27.66% 90.78%
HSB/HSV 235° 5.46% 93.33%
CMYK 5.46% 5.04% 0.00%
6.67%

Color #E1E2EE in popluar number systems.

HEX E1 E2 EE
Decimal 225 226 238
Binary 11100001 11100010 11101110
Octal 341 342 356

Shades and tints

Shades of #E1E2EE

#E1E2EE
(225,226,238)
#CDCED9
(205,206,217)
#B9BAC4
(185,186,196)
#A5A6AF
(165,166,175)
#91929A
(145,146,154)
#7D7E85
(125,126,133)
#696A70
(105,106,112)
#55565B
(85,86,91)
#414246
(65,66,70)
#2D2E31
(45,46,49)
#191A1C
(25,26,28)
#000000
(0,0,0)

Tints of #E1E2EE

#E1E2EE
(225,226,238)
#E3E4EF
(227,228,239)
#E5E6F0
(229,230,240)
#E7E8F1
(231,232,241)
#E9EAF2
(233,234,242)
#EBECF3
(235,236,243)
#EDEEF4
(237,238,244)
#EFF0F5
(239,240,245)
#F1F2F6
(241,242,246)
#F3F4F7
(243,244,247)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E2EE; }

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

This text font color is #E1E2EE.

Background Color

.myBgColor { background-color: #E1E2EE; }

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

This div background color is #E1E2EE.

Border color

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

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

This div border color is #E1E2EE.

Opacity

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

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

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

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

This text has shadow with #E1E2EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1E2EE.

Preview

Color preview on black background

This text has color #E1E2EE on black background.


Color preview on white background

This text has color #E1E2EE on white background.


Black color preview on #E1E2EE background

This text has black color on #E1E2EE background.


White color preview on #E1E2EE background

This text has white color on #E1E2EE background.


Related colors

Complementary color

Complementary color for #hex is #1E1D11.


I love getcolorcode.com

Triadic colors

1 #EEE1E2 and #E2EEE1 with #E1E2EE are triadic colors.

2 #EEE2E1 and #E2E1EE with #E1E2EE are triadic colors.