COLOR #EAD6FA

HEX: #EAD6FA RGB: (234,214,250)

Color info

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

RGB color model

#EAD6FA color RGB value is (234,214,250).

RGB: (234,214,250) (92%, 84%, 98%)

RGB channels and saturation

R 234 of 255 = 92%
G 214 of 255 = 84%
B 250 of 255 = 98%

234
214
250

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

Portions of RGB colors in percentages

R + G + B = 234 + 214 + 250 = 698 (100%)
R 234 of 698 ~ 33.52%
G 214 of 698 ~ 30.66%
B 250 of 698 ~ 35.82'%

%33.52
%30.66
%35.82

CMYK color model

#EAD6FA color CMYK value is (6,14,0,2).

  • cyan value is 6.40%
  • magenta value is 14.40%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (6,14,0,2)
C6M14Y0K2 (6%, 14%, 0%, 2%)
(0.06 / 0.14 / 0.00 / 0.02)

CMYK percentages

%6.4
%14.4
%0
%1.96

Codes

Color #EAD6FA in popluar color models

EA D6 FA
RGB 234 214 250
HSL 273° 78.26% 90.98%
HSB/HSV 273° 14.40% 98.04%
CMYK 6.40% 14.40% 0.00%
1.96%

Color #EAD6FA in popluar number systems.

HEX EA D6 FA
Decimal 234 214 250
Binary 11101010 11010110 11111010
Octal 352 326 372

Shades and tints

Shades of #EAD6FA

#EAD6FA
(234,214,250)
#D5C3E4
(213,195,228)
#C0B0CE
(192,176,206)
#AB9DB8
(171,157,184)
#968AA2
(150,138,162)
#81778C
(129,119,140)
#6C6476
(108,100,118)
#575160
(87,81,96)
#423E4A
(66,62,74)
#2D2B34
(45,43,52)
#18181E
(24,24,30)
#000000
(0,0,0)

Tints of #EAD6FA

#EAD6FA
(234,214,250)
#EBD9FA
(235,217,250)
#ECDCFA
(236,220,250)
#EDDFFA
(237,223,250)
#EEE2FA
(238,226,250)
#EFE5FA
(239,229,250)
#F0E8FA
(240,232,250)
#F1EBFA
(241,235,250)
#F2EEFA
(242,238,250)
#F3F1FA
(243,241,250)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAD6FA; }

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

This text font color is #EAD6FA.

Background Color

.myBgColor { background-color: #EAD6FA; }

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

This div background color is #EAD6FA.

Border color

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

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

This div border color is #EAD6FA.

Opacity

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

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

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

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

This text has shadow with #EAD6FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAD6FA.

Preview

Color preview on black background

This text has color #EAD6FA on black background.


Color preview on white background

This text has color #EAD6FA on white background.


Black color preview on #EAD6FA background

This text has black color on #EAD6FA background.


White color preview on #EAD6FA background

This text has white color on #EAD6FA background.


Related colors

Complementary color

Complementary color for #hex is #152905.


I love getcolorcode.com

Triadic colors

1 #FAEAD6 and #D6FAEA with #EAD6FA are triadic colors.

2 #FAD6EA and #D6EAFA with #EAD6FA are triadic colors.