COLOR #E4E0FD

HEX: #E4E0FD
RGB: (228,224,253)

Color info

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

RGB color model

#E4E0FD color RGB value is (228,224,253).

  • red value is 228;
  • green value is 224;
  • blue value is 253.
RGB:
(228,224,253)
(89%,88%,99%)

RGB channels and saturation

R 228 of 255 = 89%
G 224 of 255 = 88%
B 253 of 255 = 99%

228
224
253

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

Portions of RGB colors in percentages

R + G + B =
228 + 224 + 253 = 705 (100%)
R 228 of 705 ~ 32.34%
G 224 of 705 ~ 31.77%
B 253 of 705 ~ 35.89%

%32.34
%31.77
%35.89

CMYK color model

#E4E0FD color CMYK value is (10,11,0,1).

  • cyan value is 9.88%
  • magenta value is 11.46%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(10,11,0,1)
C10M11Y0K1 
(10%,11%,0%,1%)
(0.10/0.11/0.00/0.01)	

CMYK percentages

%9.88
%11.46
%0
%0.78

Codes

Color #E4E0FD in popluar color models

E4E0FD
RGB228224253
HSL248°87.88%93.53%
HSB/HSV248°11.46%99.22%
CMYK9.88%11.46%0.00%
0.78%

Color #E4E0FD in popluar number systems.

HEXE4E0FD
Decimal228224253
Binary111001001110000011111101
Octal344340375

Shades and tints

Shades of #E4E0FD

#E4E0FD
(228,224,253)
#D0CCE6
(208,204,230)
#BCB8CF
(188,184,207)
#A8A4B8
(168,164,184)
#9490A1
(148,144,161)
#807C8A
(128,124,138)
#6C6873
(108,104,115)
#58545C
(88,84,92)
#444045
(68,64,69)
#302C2E
(48,44,46)
#1C1817
(28,24,23)
#000000
(0,0,0)

Tints of #E4E0FD

#E4E0FD
(228,224,253)
#E6E2FD
(230,226,253)
#E8E4FD
(232,228,253)
#EAE6FD
(234,230,253)
#ECE8FD
(236,232,253)
#EEEAFD
(238,234,253)
#F0ECFD
(240,236,253)
#F2EEFD
(242,238,253)
#F4F0FD
(244,240,253)
#F6F2FD
(246,242,253)
#F8F4FD
(248,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4E0FD; }

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

This text font color is #E4E0FD.


Background Color

.myBgColor { background-color: #E4E0FD; }

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

This div background color is #E4E0FD.


Border color

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

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

This div border color is #E4E0FD.


Opacity

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

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

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

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

This text has shadow with #E4E0FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4E0FD on black background.


Color preview on white background

This text has color #E4E0FD on white background.



Black color preview on #E4E0FD background

This text has black color on #E4E0FD background.


White color preview on #E4E0FD background

This text has white color on #E4E0FD background.