COLOR #EAD2FD

HEX: #EAD2FD RGB: (234,210,253)

Color info

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

RGB color model

#EAD2FD color RGB value is (234,210,253).

RGB: (234,210,253) (92%, 82%, 99%)

RGB channels and saturation

R 234 of 255 = 92%
G 210 of 255 = 82%
B 253 of 255 = 99%

234
210
253

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

Portions of RGB colors in percentages

R + G + B = 234 + 210 + 253 = 697 (100%)
R 234 of 697 ~ 33.57%
G 210 of 697 ~ 30.13%
B 253 of 697 ~ 36.3'%

%33.57
%30.13
%36.3

CMYK color model

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

  • cyan value is 7.51%
  • magenta value is 17.00%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (8,17,0,1)
C8M17Y0K1 (8%, 17%, 0%, 1%)
(0.08 / 0.17 / 0.00 / 0.01)

CMYK percentages

%7.51
%17
%0
%0.78

Codes

Color #EAD2FD in popluar color models

EA D2 FD
RGB 234 210 253
HSL 273° 91.49% 90.78%
HSB/HSV 273° 17.00% 99.22%
CMYK 7.51% 17.00% 0.00%
0.78%

Color #EAD2FD in popluar number systems.

HEX EA D2 FD
Decimal 234 210 253
Binary 11101010 11010010 11111101
Octal 352 322 375

Shades and tints

Shades of #EAD2FD

#EAD2FD
(234,210,253)
#D5BFE6
(213,191,230)
#C0ACCF
(192,172,207)
#AB99B8
(171,153,184)
#9686A1
(150,134,161)
#81738A
(129,115,138)
#6C6073
(108,96,115)
#574D5C
(87,77,92)
#423A45
(66,58,69)
#2D272E
(45,39,46)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #EAD2FD

#EAD2FD
(234,210,253)
#EBD6FD
(235,214,253)
#ECDAFD
(236,218,253)
#EDDEFD
(237,222,253)
#EEE2FD
(238,226,253)
#EFE6FD
(239,230,253)
#F0EAFD
(240,234,253)
#F1EEFD
(241,238,253)
#F2F2FD
(242,242,253)
#F3F6FD
(243,246,253)
#F4FAFD
(244,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAD2FD; }

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

This text font color is #EAD2FD.

Background Color

.myBgColor { background-color: #EAD2FD; }

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

This div background color is #EAD2FD.

Border color

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

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

This div border color is #EAD2FD.

Opacity

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

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

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

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

This text has shadow with #EAD2FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAD2FD.

Preview

Color preview on black background

This text has color #EAD2FD on black background.


Color preview on white background

This text has color #EAD2FD on white background.


Black color preview on #EAD2FD background

This text has black color on #EAD2FD background.


White color preview on #EAD2FD background

This text has white color on #EAD2FD background.


Related colors

Complementary color

Complementary color for #hex is #152D02.


I love getcolorcode.com

Triadic colors

1 #FDEAD2 and #D2FDEA with #EAD2FD are triadic colors.

2 #FDD2EA and #D2EAFD with #EAD2FD are triadic colors.