COLOR #EAD3FE

HEX: #EAD3FE
RGB: (234,211,254)

Color info

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

RGB color model

#EAD3FE color RGB value is (234,211,254).

  • red value is 234;
  • green value is 211;
  • blue value is 254.
RGB:
(234,211,254)
(92%,83%,100%)

RGB channels and saturation

R 234 of 255 = 92%
G 211 of 255 = 83%
B 254 of 255 = 100%

234
211
254

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

Portions of RGB colors in percentages

R + G + B =
234 + 211 + 254 = 699 (100%)
R 234 of 699 ~ 33.48%
G 211 of 699 ~ 30.19%
B 254 of 699 ~ 36.34%

%33.48
%30.19
%36.34

CMYK color model

#EAD3FE color CMYK value is (8,17,0,0).

  • cyan value is 7.87%
  • magenta value is 16.93%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(8,17,0,0)
C8M17Y0K0 
(8%,17%,0%,0%)
(0.08/0.17/0.00/0.00)	

CMYK percentages

%7.87
%16.93
%0
%0.39

Codes

Color #EAD3FE in popluar color models

EAD3FE
RGB234211254
HSL272°95.56%91.18%
HSB/HSV272°16.93%99.61%
CMYK7.87%16.93%0.00%
0.39%

Color #EAD3FE in popluar number systems.

HEXEAD3FE
Decimal234211254
Binary111010101101001111111110
Octal352323376

Shades and tints

Shades of #EAD3FE

#EAD3FE
(234,211,254)
#D5C0E7
(213,192,231)
#C0ADD0
(192,173,208)
#AB9AB9
(171,154,185)
#9687A2
(150,135,162)
#81748B
(129,116,139)
#6C6174
(108,97,116)
#574E5D
(87,78,93)
#423B46
(66,59,70)
#2D282F
(45,40,47)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #EAD3FE

#EAD3FE
(234,211,254)
#EBD7FE
(235,215,254)
#ECDBFE
(236,219,254)
#EDDFFE
(237,223,254)
#EEE3FE
(238,227,254)
#EFE7FE
(239,231,254)
#F0EBFE
(240,235,254)
#F1EFFE
(241,239,254)
#F2F3FE
(242,243,254)
#F3F7FE
(243,247,254)
#F4FBFE
(244,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAD3FE color. Also use rgb(234,211,254) instead hex code.

Text Font Color

.myTextColor { color: #EAD3FE; }

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

This text font color is #EAD3FE.


Background Color

.myBgColor { background-color: #EAD3FE; }

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

This div background color is #EAD3FE.


Border color

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

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

This div border color is #EAD3FE.


Opacity

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

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

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

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

This text has shadow with #EAD3FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD3FE on black background.


Color preview on white background

This text has color #EAD3FE on white background.



Black color preview on #EAD3FE background

This text has black color on #EAD3FE background.


White color preview on #EAD3FE background

This text has white color on #EAD3FE background.