COLOR #E2E4FA

HEX: #E2E4FA RGB: (226,228,250)

Color info

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

RGB color model

#E2E4FA color RGB value is (226,228,250).

RGB: (226,228,250) (89%, 89%, 98%)

RGB channels and saturation

R 226 of 255 = 89%
G 228 of 255 = 89%
B 250 of 255 = 98%

226
228
250

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

Portions of RGB colors in percentages

R + G + B = 226 + 228 + 250 = 704 (100%)
R 226 of 704 ~ 32.1%
G 228 of 704 ~ 32.39%
B 250 of 704 ~ 35.51'%

%32.1
%32.39
%35.51

CMYK color model

#E2E4FA color CMYK value is (10,9,0,2).

  • cyan value is 9.60%
  • magenta value is 8.80%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (10,9,0,2)
C10M9Y0K2 (10%, 9%, 0%, 2%)
(0.10 / 0.09 / 0.00 / 0.02)

CMYK percentages

%9.6
%8.8
%0
%1.96

Codes

Color #E2E4FA in popluar color models

E2 E4 FA
RGB 226 228 250
HSL 235° 70.59% 93.33%
HSB/HSV 235° 9.60% 98.04%
CMYK 9.60% 8.80% 0.00%
1.96%

Color #E2E4FA in popluar number systems.

HEX E2 E4 FA
Decimal 226 228 250
Binary 11100010 11100100 11111010
Octal 342 344 372

Shades and tints

Shades of #E2E4FA

#E2E4FA
(226,228,250)
#CED0E4
(206,208,228)
#BABCCE
(186,188,206)
#A6A8B8
(166,168,184)
#9294A2
(146,148,162)
#7E808C
(126,128,140)
#6A6C76
(106,108,118)
#565860
(86,88,96)
#42444A
(66,68,74)
#2E3034
(46,48,52)
#1A1C1E
(26,28,30)
#000000
(0,0,0)

Tints of #E2E4FA

#E2E4FA
(226,228,250)
#E4E6FA
(228,230,250)
#E6E8FA
(230,232,250)
#E8EAFA
(232,234,250)
#EAECFA
(234,236,250)
#ECEEFA
(236,238,250)
#EEF0FA
(238,240,250)
#F0F2FA
(240,242,250)
#F2F4FA
(242,244,250)
#F4F6FA
(244,246,250)
#F6F8FA
(246,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2E4FA color. Also use rgb(226,228,250) instead hex code.

Text Font Color

.myTextColor { color: #E2E4FA; }

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

This text font color is #E2E4FA.

Background Color

.myBgColor { background-color: #E2E4FA; }

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

This div background color is #E2E4FA.

Border color

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

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

This div border color is #E2E4FA.

Opacity

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

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

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

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

This text has shadow with #E2E4FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2E4FA.

Preview

Color preview on black background

This text has color #E2E4FA on black background.


Color preview on white background

This text has color #E2E4FA on white background.


Black color preview on #E2E4FA background

This text has black color on #E2E4FA background.


White color preview on #E2E4FA background

This text has white color on #E2E4FA background.


Related colors

Complementary color

Complementary color for #hex is #1D1B05.


I love getcolorcode.com

Triadic colors

1 #FAE2E4 and #E4FAE2 with #E2E4FA are triadic colors.

2 #FAE4E2 and #E4E2FA with #E2E4FA are triadic colors.