COLOR #EAD4FD

HEX: #EAD4FD
RGB: (234,212,253)

Color info

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

RGB color model

#EAD4FD color RGB value is (234,212,253).

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

RGB channels and saturation

R 234 of 255 = 92%
G 212 of 255 = 83%
B 253 of 255 = 99%

234
212
253

R + G + B ~ 91%. #EAD4FD is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 212 + 253 = 699 (100%)
R 234 of 699 ~ 33.48%
G 212 of 699 ~ 30.33%
B 253 of 699 ~ 36.19%

%33.48
%30.33
%36.19

CMYK color model

#EAD4FD color CMYK value is (8,16,0,1).

  • cyan value is 7.51%
  • magenta value is 16.21%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(8,16,0,1)
C8M16Y0K1 
(8%,16%,0%,1%)
(0.08/0.16/0.00/0.01)	

CMYK percentages

%7.51
%16.21
%0
%0.78

Codes

Color #EAD4FD in popluar color models

EAD4FD
RGB234212253
HSL272°91.11%91.18%
HSB/HSV272°16.21%99.22%
CMYK7.51%16.21%0.00%
0.78%

Color #EAD4FD in popluar number systems.

HEXEAD4FD
Decimal234212253
Binary111010101101010011111101
Octal352324375

Shades and tints

Shades of #EAD4FD

#EAD4FD
(234,212,253)
#D5C1E6
(213,193,230)
#C0AECF
(192,174,207)
#AB9BB8
(171,155,184)
#9688A1
(150,136,161)
#81758A
(129,117,138)
#6C6273
(108,98,115)
#574F5C
(87,79,92)
#423C45
(66,60,69)
#2D292E
(45,41,46)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #EAD4FD

#EAD4FD
(234,212,253)
#EBD7FD
(235,215,253)
#ECDAFD
(236,218,253)
#EDDDFD
(237,221,253)
#EEE0FD
(238,224,253)
#EFE3FD
(239,227,253)
#F0E6FD
(240,230,253)
#F1E9FD
(241,233,253)
#F2ECFD
(242,236,253)
#F3EFFD
(243,239,253)
#F4F2FD
(244,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAD4FD; }

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

This text font color is #EAD4FD.


Background Color

.myBgColor { background-color: #EAD4FD; }

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

This div background color is #EAD4FD.


Border color

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

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

This div border color is #EAD4FD.


Opacity

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

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

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

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

This text has shadow with #EAD4FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD4FD on black background.


Color preview on white background

This text has color #EAD4FD on white background.



Black color preview on #EAD4FD background

This text has black color on #EAD4FD background.


White color preview on #EAD4FD background

This text has white color on #EAD4FD background.