COLOR #EAD5FD

HEX: #EAD5FD
RGB: (234,213,253)

Color info

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

RGB color model

#EAD5FD color RGB value is (234,213,253).

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

RGB channels and saturation

R 234 of 255 = 92%
G 213 of 255 = 84%
B 253 of 255 = 99%

234
213
253

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

Portions of RGB colors in percentages

R + G + B =
234 + 213 + 253 = 700 (100%)
R 234 of 700 ~ 33.43%
G 213 of 700 ~ 30.43%
B 253 of 700 ~ 36.14%

%33.43
%30.43
%36.14

CMYK color model

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

  • cyan value is 7.51%
  • magenta value is 15.81%
  • 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
%15.81
%0
%0.78

Codes

Color #EAD5FD in popluar color models

EAD5FD
RGB234213253
HSL272°90.91%91.37%
HSB/HSV272°15.81%99.22%
CMYK7.51%15.81%0.00%
0.78%

Color #EAD5FD in popluar number systems.

HEXEAD5FD
Decimal234213253
Binary111010101101010111111101
Octal352325375

Shades and tints

Shades of #EAD5FD

#EAD5FD
(234,213,253)
#D5C2E6
(213,194,230)
#C0AFCF
(192,175,207)
#AB9CB8
(171,156,184)
#9689A1
(150,137,161)
#81768A
(129,118,138)
#6C6373
(108,99,115)
#57505C
(87,80,92)
#423D45
(66,61,69)
#2D2A2E
(45,42,46)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #EAD5FD

#EAD5FD
(234,213,253)
#EBD8FD
(235,216,253)
#ECDBFD
(236,219,253)
#EDDEFD
(237,222,253)
#EEE1FD
(238,225,253)
#EFE4FD
(239,228,253)
#F0E7FD
(240,231,253)
#F1EAFD
(241,234,253)
#F2EDFD
(242,237,253)
#F3F0FD
(243,240,253)
#F4F3FD
(244,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAD5FD; }

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

This text font color is #EAD5FD.


Background Color

.myBgColor { background-color: #EAD5FD; }

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

This div background color is #EAD5FD.


Border color

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

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

This div border color is #EAD5FD.


Opacity

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

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

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

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

This text has shadow with #EAD5FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD5FD on black background.


Color preview on white background

This text has color #EAD5FD on white background.



Black color preview on #EAD5FD background

This text has black color on #EAD5FD background.


White color preview on #EAD5FD background

This text has white color on #EAD5FD background.