COLOR #E4E2FA

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

Color info

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

RGB color model

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

  • red value is 228;
  • green value is 226;
  • blue value is 250.
RGB:
(228,226,250)
(89%,89%,98%)

RGB channels and saturation

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

228
226
250

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

Portions of RGB colors in percentages

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

%32.39
%32.1
%35.51

CMYK color model

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

  • cyan value is 8.80%
  • magenta value is 9.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(9,10,0,2)
C9M10Y0K2 
(9%,10%,0%,2%)
(0.09/0.10/0.00/0.02)	

CMYK percentages

%8.8
%9.6
%0
%1.96

Codes

Color #E4E2FA in popluar color models

E4E2FA
RGB228226250
HSL245°70.59%93.33%
HSB/HSV245°9.60%98.04%
CMYK8.80%9.60%0.00%
1.96%

Color #E4E2FA in popluar number systems.

HEXE4E2FA
Decimal228226250
Binary111001001110001011111010
Octal344342372

Shades and tints

Shades of #E4E2FA

#E4E2FA
(228,226,250)
#D0CEE4
(208,206,228)
#BCBACE
(188,186,206)
#A8A6B8
(168,166,184)
#9492A2
(148,146,162)
#807E8C
(128,126,140)
#6C6A76
(108,106,118)
#585660
(88,86,96)
#44424A
(68,66,74)
#302E34
(48,46,52)
#1C1A1E
(28,26,30)
#000000
(0,0,0)

Tints of #E4E2FA

#E4E2FA
(228,226,250)
#E6E4FA
(230,228,250)
#E8E6FA
(232,230,250)
#EAE8FA
(234,232,250)
#ECEAFA
(236,234,250)
#EEECFA
(238,236,250)
#F0EEFA
(240,238,250)
#F2F0FA
(242,240,250)
#F4F2FA
(244,242,250)
#F6F4FA
(246,244,250)
#F8F6FA
(248,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4E2FA; }

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

This text font color is #E4E2FA.


Background Color

.myBgColor { background-color: #E4E2FA; }

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

This div background color is #E4E2FA.


Border color

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

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

This div border color is #E4E2FA.


Opacity

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

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

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

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

This text has shadow with #E4E2FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4E2FA on black background.


Color preview on white background

This text has color #E4E2FA on white background.



Black color preview on #E4E2FA background

This text has black color on #E4E2FA background.


White color preview on #E4E2FA background

This text has white color on #E4E2FA background.