COLOR #EAD4FA

HEX: #EAD4FA RGB: (234,212,250)

Color info

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

RGB color model

#EAD4FA color RGB value is (234,212,250).

RGB: (234,212,250) (92%, 83%, 98%)

RGB channels and saturation

R 234 of 255 = 92%
G 212 of 255 = 83%
B 250 of 255 = 98%

234
212
250

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

Portions of RGB colors in percentages

R + G + B = 234 + 212 + 250 = 696 (100%)
R 234 of 696 ~ 33.62%
G 212 of 696 ~ 30.46%
B 250 of 696 ~ 35.92'%

%33.62
%30.46
%35.92

CMYK color model

#EAD4FA color CMYK value is (6,15,0,2).

  • cyan value is 6.40%
  • magenta value is 15.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (6,15,0,2) C6M15Y0K2 (6%,15%,0%,2%) (0.06/0.15/0.00/0.02) 

CMYK percentages

%6.4
%15.2
%0
%1.96

Codes

Color #EAD4FA in popluar color models

EA D4 FA
RGB 234 212 250
HSL 275° 79.17% 90.59%
HSB/HSV 275° 15.20% 98.04%
CMYK 6.40% 15.20% 0.00%
1.96%

Color #EAD4FA in popluar number systems.

HEX EA D4 FA
Decimal 234 212 250
Binary 11101010 11010100 11111010
Octal 352 324 372

Shades and tints

Shades of #EAD4FA

#EAD4FA
(234,212,250)
#D5C1E4
(213,193,228)
#C0AECE
(192,174,206)
#AB9BB8
(171,155,184)
#9688A2
(150,136,162)
#81758C
(129,117,140)
#6C6276
(108,98,118)
#574F60
(87,79,96)
#423C4A
(66,60,74)
#2D2934
(45,41,52)
#18161E
(24,22,30)
#000000
(0,0,0)

Tints of #EAD4FA

#EAD4FA
(234,212,250)
#EBD7FA
(235,215,250)
#ECDAFA
(236,218,250)
#EDDDFA
(237,221,250)
#EEE0FA
(238,224,250)
#EFE3FA
(239,227,250)
#F0E6FA
(240,230,250)
#F1E9FA
(241,233,250)
#F2ECFA
(242,236,250)
#F3EFFA
(243,239,250)
#F4F2FA
(244,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAD4FA; }

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

This text font color is #EAD4FA.

Background Color

.myBgColor { background-color: #EAD4FA; }

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

This div background color is #EAD4FA.

Border color

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

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

This div border color is #EAD4FA.

Opacity

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

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

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

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

This text has shadow with #EAD4FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAD4FA.

Preview

Color preview on black background

This text has color #EAD4FA on black background.


Color preview on white background

This text has color #EAD4FA on white background.


Black color preview on #EAD4FA background

This text has black color on #EAD4FA background.


White color preview on #EAD4FA background

This text has white color on #EAD4FA background.


Related colors

Complementary color

Complementary color for #hex is #152B05.


I love getcolorcode.com

Triadic colors

1 #FAEAD4 and #D4FAEA with #EAD4FA are triadic colors.

2 #FAD4EA and #D4EAFA with #EAD4FA are triadic colors.