COLOR #E5E0FC

HEX: #E5E0FC RGB: (229,224,252)

Color info

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

RGB color model

#E5E0FC color RGB value is (229,224,252).

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

RGB channels and saturation

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

229
224
252

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

Portions of RGB colors in percentages

R + G + B = 229 + 224 + 252 = 705 (100%)
R 229 of 705 ~ 32.48%
G 224 of 705 ~ 31.77%
B 252 of 705 ~ 35.74'%

%32.48
%31.77
%35.74

CMYK color model

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

  • cyan value is 9.13%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (9,11,0,1)
C9M11Y0K1 (9%, 11%, 0%, 1%)
(0.09 / 0.11 / 0.00 / 0.01)

CMYK percentages

%9.13
%11.11
%0
%1.18

Codes

Color #E5E0FC in popluar color models

E5 E0 FC
RGB 229 224 252
HSL 251° 82.35% 93.33%
HSB/HSV 251° 11.11% 98.82%
CMYK 9.13% 11.11% 0.00%
1.18%

Color #E5E0FC in popluar number systems.

HEX E5 E0 FC
Decimal 229 224 252
Binary 11100101 11100000 11111100
Octal 345 340 374

Shades and tints

Shades of #E5E0FC

#E5E0FC
(229,224,252)
#D1CCE6
(209,204,230)
#BDB8D0
(189,184,208)
#A9A4BA
(169,164,186)
#9590A4
(149,144,164)
#817C8E
(129,124,142)
#6D6878
(109,104,120)
#595462
(89,84,98)
#45404C
(69,64,76)
#312C36
(49,44,54)
#1D1820
(29,24,32)
#000000
(0,0,0)

Tints of #E5E0FC

#E5E0FC
(229,224,252)
#E7E2FC
(231,226,252)
#E9E4FC
(233,228,252)
#EBE6FC
(235,230,252)
#EDE8FC
(237,232,252)
#EFEAFC
(239,234,252)
#F1ECFC
(241,236,252)
#F3EEFC
(243,238,252)
#F5F0FC
(245,240,252)
#F7F2FC
(247,242,252)
#F9F4FC
(249,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E0FC; }

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

This text font color is #E5E0FC.

Background Color

.myBgColor { background-color: #E5E0FC; }

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

This div background color is #E5E0FC.

Border color

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

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

This div border color is #E5E0FC.

Opacity

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

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

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

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

This text has shadow with #E5E0FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5E0FC.

Preview

Color preview on black background

This text has color #E5E0FC on black background.


Color preview on white background

This text has color #E5E0FC on white background.


Black color preview on #E5E0FC background

This text has black color on #E5E0FC background.


White color preview on #E5E0FC background

This text has white color on #E5E0FC background.


Related colors

Complementary color

Complementary color for #hex is #1A1F03.


I love getcolorcode.com

Triadic colors

1 #FCE5E0 and #E0FCE5 with #E5E0FC are triadic colors.

2 #FCE0E5 and #E0E5FC with #E5E0FC are triadic colors.