COLOR #E5E0FD

HEX: #E5E0FD RGB: (229,224,253)

Color info

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

RGB color model

#E5E0FD color RGB value is (229,224,253).

RGB: (229,224,253) (90%, 88%, 99%)

RGB channels and saturation

R 229 of 255 = 90%
G 224 of 255 = 88%
B 253 of 255 = 99%

229
224
253

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

Portions of RGB colors in percentages

R + G + B = 229 + 224 + 253 = 706 (100%)
R 229 of 706 ~ 32.44%
G 224 of 706 ~ 31.73%
B 253 of 706 ~ 35.84'%

%32.44
%31.73
%35.84

CMYK color model

#E5E0FD color CMYK value is (9,11,0,1).

  • cyan value is 9.49%
  • magenta value is 11.46%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK: (9,11,0,1) C9M11Y0K1 (9%,11%,0%,1%) (0.09/0.11/0.00/0.01) 

CMYK percentages

%9.49
%11.46
%0
%0.78

Codes

Color #E5E0FD in popluar color models

E5 E0 FD
RGB 229 224 253
HSL 250° 87.88% 93.53%
HSB/HSV 250° 11.46% 99.22%
CMYK 9.49% 11.46% 0.00%
0.78%

Color #E5E0FD in popluar number systems.

HEX E5 E0 FD
Decimal 229 224 253
Binary 11100101 11100000 11111101
Octal 345 340 375

Shades and tints

Shades of #E5E0FD

#E5E0FD
(229,224,253)
#D1CCE6
(209,204,230)
#BDB8CF
(189,184,207)
#A9A4B8
(169,164,184)
#9590A1
(149,144,161)
#817C8A
(129,124,138)
#6D6873
(109,104,115)
#59545C
(89,84,92)
#454045
(69,64,69)
#312C2E
(49,44,46)
#1D1817
(29,24,23)
#000000
(0,0,0)

Tints of #E5E0FD

#E5E0FD
(229,224,253)
#E7E2FD
(231,226,253)
#E9E4FD
(233,228,253)
#EBE6FD
(235,230,253)
#EDE8FD
(237,232,253)
#EFEAFD
(239,234,253)
#F1ECFD
(241,236,253)
#F3EEFD
(243,238,253)
#F5F0FD
(245,240,253)
#F7F2FD
(247,242,253)
#F9F4FD
(249,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5E0FD color. Also use rgb(229,224,253) instead hex code.

Text Font Color

.myTextColor { color: #E5E0FD; }

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

This text font color is #E5E0FD.

Background Color

.myBgColor { background-color: #E5E0FD; }

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

This div background color is #E5E0FD.

Border color

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

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

This div border color is #E5E0FD.

Opacity

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

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

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

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

This text has shadow with #E5E0FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5E0FD.

Preview

Color preview on black background

This text has color #E5E0FD on black background.


Color preview on white background

This text has color #E5E0FD on white background.


Black color preview on #E5E0FD background

This text has black color on #E5E0FD background.


White color preview on #E5E0FD background

This text has white color on #E5E0FD background.


Related colors

Complementary color

Complementary color for #hex is #1A1F02.


I love getcolorcode.com

Triadic colors

1 #FDE5E0 and #E0FDE5 with #E5E0FD are triadic colors.

2 #FDE0E5 and #E0E5FD with #E5E0FD are triadic colors.