COLOR #E5EEFA

HEX: #E5EEFA RGB: (229,238,250)

Color info

#E5EEFA contains red, green and blue colors in about the same proportion. Web safe color of #E5EEFA is #CCFFFF (or #CFF).

RGB color model

#E5EEFA color RGB value is (229,238,250).

RGB: (229,238,250) (90%, 93%, 98%)

RGB channels and saturation

R 229 of 255 = 90%
G 238 of 255 = 93%
B 250 of 255 = 98%

229
238
250

R + G + B ~ 94%. #E5EEFA is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 238 + 250 = 717 (100%)
R 229 of 717 ~ 31.94%
G 238 of 717 ~ 33.19%
B 250 of 717 ~ 34.87'%

%31.94
%33.19
%34.87

CMYK color model

#E5EEFA color CMYK value is (8,5,0,2).

  • cyan value is 8.40%
  • magenta value is 4.80%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (8,5,0,2)
C8M5Y0K2 (8%, 5%, 0%, 2%)
(0.08 / 0.05 / 0.00 / 0.02)

CMYK percentages

%8.4
%4.8
%0
%1.96

Codes

Color #E5EEFA in popluar color models

E5 EE FA
RGB 229 238 250
HSL 214° 67.74% 93.92%
HSB/HSV 214° 8.40% 98.04%
CMYK 8.40% 4.80% 0.00%
1.96%

Color #E5EEFA in popluar number systems.

HEX E5 EE FA
Decimal 229 238 250
Binary 11100101 11101110 11111010
Octal 345 356 372

Shades and tints

Shades of #E5EEFA

#E5EEFA
(229,238,250)
#D1D9E4
(209,217,228)
#BDC4CE
(189,196,206)
#A9AFB8
(169,175,184)
#959AA2
(149,154,162)
#81858C
(129,133,140)
#6D7076
(109,112,118)
#595B60
(89,91,96)
#45464A
(69,70,74)
#313134
(49,49,52)
#1D1C1E
(29,28,30)
#000000
(0,0,0)

Tints of #E5EEFA

#E5EEFA
(229,238,250)
#E7EFFA
(231,239,250)
#E9F0FA
(233,240,250)
#EBF1FA
(235,241,250)
#EDF2FA
(237,242,250)
#EFF3FA
(239,243,250)
#F1F4FA
(241,244,250)
#F3F5FA
(243,245,250)
#F5F6FA
(245,246,250)
#F7F7FA
(247,247,250)
#F9F8FA
(249,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5EEFA color. Also use rgb(229,238,250) instead hex code.

Text Font Color

.myTextColor { color: #E5EEFA; }

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

This text font color is #E5EEFA.

Background Color

.myBgColor { background-color: #E5EEFA; }

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

This div background color is #E5EEFA.

Border color

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

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

This div border color is #E5EEFA.

Opacity

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

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

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

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

This text has shadow with #E5EEFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5EEFA.

Preview

Color preview on black background

This text has color #E5EEFA on black background.


Color preview on white background

This text has color #E5EEFA on white background.


Black color preview on #E5EEFA background

This text has black color on #E5EEFA background.


White color preview on #E5EEFA background

This text has white color on #E5EEFA background.


Related colors

Complementary color

Complementary color for #hex is #1A1105.


I love getcolorcode.com

Triadic colors

1 #FAE5EE and #EEFAE5 with #E5EEFA are triadic colors.

2 #FAEEE5 and #EEE5FA with #E5EEFA are triadic colors.