COLOR #EFD2FA

HEX: #EFD2FA RGB: (239,210,250)

Color info

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

RGB color model

#EFD2FA color RGB value is (239,210,250).

RGB: (239,210,250) (94%, 82%, 98%)

RGB channels and saturation

R 239 of 255 = 94%
G 210 of 255 = 82%
B 250 of 255 = 98%

239
210
250

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

Portions of RGB colors in percentages

R + G + B = 239 + 210 + 250 = 699 (100%)
R 239 of 699 ~ 34.19%
G 210 of 699 ~ 30.04%
B 250 of 699 ~ 35.77'%

%34.19
%30.04
%35.77

CMYK color model

#EFD2FA color CMYK value is (4,16,0,2).

  • cyan value is 4.40%
  • magenta value is 16.00%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (4,16,0,2)
C4M16Y0K2 (4%, 16%, 0%, 2%)
(0.04 / 0.16 / 0.00 / 0.02)

CMYK percentages

%4.4
%16
%0
%1.96

Codes

Color #EFD2FA in popluar color models

EF D2 FA
RGB 239 210 250
HSL 284° 80.00% 90.20%
HSB/HSV 284° 16.00% 98.04%
CMYK 4.40% 16.00% 0.00%
1.96%

Color #EFD2FA in popluar number systems.

HEX EF D2 FA
Decimal 239 210 250
Binary 11101111 11010010 11111010
Octal 357 322 372

Shades and tints

Shades of #EFD2FA

#EFD2FA
(239,210,250)
#DABFE4
(218,191,228)
#C5ACCE
(197,172,206)
#B099B8
(176,153,184)
#9B86A2
(155,134,162)
#86738C
(134,115,140)
#716076
(113,96,118)
#5C4D60
(92,77,96)
#473A4A
(71,58,74)
#322734
(50,39,52)
#1D141E
(29,20,30)
#000000
(0,0,0)

Tints of #EFD2FA

#EFD2FA
(239,210,250)
#F0D6FA
(240,214,250)
#F1DAFA
(241,218,250)
#F2DEFA
(242,222,250)
#F3E2FA
(243,226,250)
#F4E6FA
(244,230,250)
#F5EAFA
(245,234,250)
#F6EEFA
(246,238,250)
#F7F2FA
(247,242,250)
#F8F6FA
(248,246,250)
#F9FAFA
(249,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD2FA color. Also use rgb(239,210,250) instead hex code.

Text Font Color

.myTextColor { color: #EFD2FA; }

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

This text font color is #EFD2FA.

Background Color

.myBgColor { background-color: #EFD2FA; }

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

This div background color is #EFD2FA.

Border color

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

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

This div border color is #EFD2FA.

Opacity

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

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

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

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

This text has shadow with #EFD2FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFD2FA.

Preview

Color preview on black background

This text has color #EFD2FA on black background.


Color preview on white background

This text has color #EFD2FA on white background.


Black color preview on #EFD2FA background

This text has black color on #EFD2FA background.


White color preview on #EFD2FA background

This text has white color on #EFD2FA background.


Related colors

Complementary color

Complementary color for #hex is #102D05.


I love getcolorcode.com

Triadic colors

1 #FAEFD2 and #D2FAEF with #EFD2FA are triadic colors.

2 #FAD2EF and #D2EFFA with #EFD2FA are triadic colors.