COLOR #E5EDFA

HEX: #E5EDFA RGB: (229,237,250)

Color info

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

RGB color model

#E5EDFA color RGB value is (229,237,250).

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

RGB channels and saturation

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

229
237
250

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

Portions of RGB colors in percentages

R + G + B = 229 + 237 + 250 = 716 (100%)
R 229 of 716 ~ 31.98%
G 237 of 716 ~ 33.1%
B 250 of 716 ~ 34.92'%

%31.98
%33.1
%34.92

CMYK color model

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

  • cyan value is 8.40%
  • magenta value is 5.20%
  • 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
%5.2
%0
%1.96

Codes

Color #E5EDFA in popluar color models

E5 ED FA
RGB 229 237 250
HSL 217° 67.74% 93.92%
HSB/HSV 217° 8.40% 98.04%
CMYK 8.40% 5.20% 0.00%
1.96%

Color #E5EDFA in popluar number systems.

HEX E5 ED FA
Decimal 229 237 250
Binary 11100101 11101101 11111010
Octal 345 355 372

Shades and tints

Shades of #E5EDFA

#E5EDFA
(229,237,250)
#D1D8E4
(209,216,228)
#BDC3CE
(189,195,206)
#A9AEB8
(169,174,184)
#9599A2
(149,153,162)
#81848C
(129,132,140)
#6D6F76
(109,111,118)
#595A60
(89,90,96)
#45454A
(69,69,74)
#313034
(49,48,52)
#1D1B1E
(29,27,30)
#000000
(0,0,0)

Tints of #E5EDFA

#E5EDFA
(229,237,250)
#E7EEFA
(231,238,250)
#E9EFFA
(233,239,250)
#EBF0FA
(235,240,250)
#EDF1FA
(237,241,250)
#EFF2FA
(239,242,250)
#F1F3FA
(241,243,250)
#F3F4FA
(243,244,250)
#F5F5FA
(245,245,250)
#F7F6FA
(247,246,250)
#F9F7FA
(249,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5EDFA; }

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

This text font color is #E5EDFA.

Background Color

.myBgColor { background-color: #E5EDFA; }

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

This div background color is #E5EDFA.

Border color

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

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

This div border color is #E5EDFA.

Opacity

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

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

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

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

This text has shadow with #E5EDFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5EDFA.

Preview

Color preview on black background

This text has color #E5EDFA on black background.


Color preview on white background

This text has color #E5EDFA on white background.


Black color preview on #E5EDFA background

This text has black color on #E5EDFA background.


White color preview on #E5EDFA background

This text has white color on #E5EDFA background.


Related colors

Complementary color

Complementary color for #hex is #1A1205.


I love getcolorcode.com

Triadic colors

1 #FAE5ED and #EDFAE5 with #E5EDFA are triadic colors.

2 #FAEDE5 and #EDE5FA with #E5EDFA are triadic colors.