COLOR #EFD2FD

HEX: #EFD2FD RGB: (239,210,253)

Color info

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

RGB color model

#EFD2FD color RGB value is (239,210,253).

RGB: (239,210,253) (94%, 82%, 99%)

RGB channels and saturation

R 239 of 255 = 94%
G 210 of 255 = 82%
B 253 of 255 = 99%

239
210
253

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

Portions of RGB colors in percentages

R + G + B = 239 + 210 + 253 = 702 (100%)
R 239 of 702 ~ 34.05%
G 210 of 702 ~ 29.91%
B 253 of 702 ~ 36.04'%

%34.05
%29.91
%36.04

CMYK color model

#EFD2FD color CMYK value is (6,17,0,1).

  • cyan value is 5.53%
  • magenta value is 17.00%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK: (6,17,0,1) C6M17Y0K1 (6%,17%,0%,1%) (0.06/0.17/0.00/0.01) 

CMYK percentages

%5.53
%17
%0
%0.78

Codes

Color #EFD2FD in popluar color models

EF D2 FD
RGB 239 210 253
HSL 280° 91.49% 90.78%
HSB/HSV 280° 17.00% 99.22%
CMYK 5.53% 17.00% 0.00%
0.78%

Color #EFD2FD in popluar number systems.

HEX EF D2 FD
Decimal 239 210 253
Binary 11101111 11010010 11111101
Octal 357 322 375

Shades and tints

Shades of #EFD2FD

#EFD2FD
(239,210,253)
#DABFE6
(218,191,230)
#C5ACCF
(197,172,207)
#B099B8
(176,153,184)
#9B86A1
(155,134,161)
#86738A
(134,115,138)
#716073
(113,96,115)
#5C4D5C
(92,77,92)
#473A45
(71,58,69)
#32272E
(50,39,46)
#1D1417
(29,20,23)
#000000
(0,0,0)

Tints of #EFD2FD

#EFD2FD
(239,210,253)
#F0D6FD
(240,214,253)
#F1DAFD
(241,218,253)
#F2DEFD
(242,222,253)
#F3E2FD
(243,226,253)
#F4E6FD
(244,230,253)
#F5EAFD
(245,234,253)
#F6EEFD
(246,238,253)
#F7F2FD
(247,242,253)
#F8F6FD
(248,246,253)
#F9FAFD
(249,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD2FD; }

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

This text font color is #EFD2FD.

Background Color

.myBgColor { background-color: #EFD2FD; }

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

This div background color is #EFD2FD.

Border color

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

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

This div border color is #EFD2FD.

Opacity

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

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

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

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

This text has shadow with #EFD2FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFD2FD.

Preview

Color preview on black background

This text has color #EFD2FD on black background.


Color preview on white background

This text has color #EFD2FD on white background.


Black color preview on #EFD2FD background

This text has black color on #EFD2FD background.


White color preview on #EFD2FD background

This text has white color on #EFD2FD background.


Related colors

Complementary color

Complementary color for #hex is #102D02.


I love getcolorcode.com

Triadic colors

1 #FDEFD2 and #D2FDEF with #EFD2FD are triadic colors.

2 #FDD2EF and #D2EFFD with #EFD2FD are triadic colors.