COLOR #EAE4FD

HEX: #EAE4FD
RGB: (234,228,253)

Color info

#EAE4FD contains red, green and blue colors in about the same proportion. Web safe color of #EAE4FD is #FFCCFF (or #FCF).

RGB color model

#EAE4FD color RGB value is (234,228,253).

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

RGB channels and saturation

R 234 of 255 = 92%
G 228 of 255 = 89%
B 253 of 255 = 99%

234
228
253

R + G + B ~ 93%. #EAE4FD is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 228 + 253 = 715 (100%)
R 234 of 715 ~ 32.73%
G 228 of 715 ~ 31.89%
B 253 of 715 ~ 35.38%

%32.73
%31.89
%35.38

CMYK color model

#EAE4FD color CMYK value is (8,10,0,1).

  • cyan value is 7.51%
  • magenta value is 9.88%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(8,10,0,1)
C8M10Y0K1 
(8%,10%,0%,1%)
(0.08/0.10/0.00/0.01)	

CMYK percentages

%7.51
%9.88
%0
%0.78

Codes

Color #EAE4FD in popluar color models

EAE4FD
RGB234228253
HSL254°86.21%94.31%
HSB/HSV254°9.88%99.22%
CMYK7.51%9.88%0.00%
0.78%

Color #EAE4FD in popluar number systems.

HEXEAE4FD
Decimal234228253
Binary111010101110010011111101
Octal352344375

Shades and tints

Shades of #EAE4FD

#EAE4FD
(234,228,253)
#D5D0E6
(213,208,230)
#C0BCCF
(192,188,207)
#ABA8B8
(171,168,184)
#9694A1
(150,148,161)
#81808A
(129,128,138)
#6C6C73
(108,108,115)
#57585C
(87,88,92)
#424445
(66,68,69)
#2D302E
(45,48,46)
#181C17
(24,28,23)
#000000
(0,0,0)

Tints of #EAE4FD

#EAE4FD
(234,228,253)
#EBE6FD
(235,230,253)
#ECE8FD
(236,232,253)
#EDEAFD
(237,234,253)
#EEECFD
(238,236,253)
#EFEEFD
(239,238,253)
#F0F0FD
(240,240,253)
#F1F2FD
(241,242,253)
#F2F4FD
(242,244,253)
#F3F6FD
(243,246,253)
#F4F8FD
(244,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAE4FD; }

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

This text font color is #EAE4FD.


Background Color

.myBgColor { background-color: #EAE4FD; }

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

This div background color is #EAE4FD.


Border color

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

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

This div border color is #EAE4FD.


Opacity

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

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

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

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

This text has shadow with #EAE4FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAE4FD on black background.


Color preview on white background

This text has color #EAE4FD on white background.



Black color preview on #EAE4FD background

This text has black color on #EAE4FD background.


White color preview on #EAE4FD background

This text has white color on #EAE4FD background.