COLOR #EFDCFA

HEX: #EFDCFA
RGB: (239,220,250)

Color info

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

RGB color model

#EFDCFA color RGB value is (239,220,250).

  • red value is 239;
  • green value is 220;
  • blue value is 250.
RGB:
(239,220,250)
(94%,86%,98%)

RGB channels and saturation

R 239 of 255 = 94%
G 220 of 255 = 86%
B 250 of 255 = 98%

239
220
250

R + G + B ~ 93%. #EFDCFA is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 220 + 250 = 709 (100%)
R 239 of 709 ~ 33.71%
G 220 of 709 ~ 31.03%
B 250 of 709 ~ 35.26%

%33.71
%31.03
%35.26

CMYK color model

#EFDCFA color CMYK value is (4,12,0,2).

  • cyan value is 4.40%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(4,12,0,2)
C4M12Y0K2 
(4%,12%,0%,2%)
(0.04/0.12/0.00/0.02)	

CMYK percentages

%4.4
%12
%0
%1.96

Codes

Color #EFDCFA in popluar color models

EFDCFA
RGB239220250
HSL278°75.00%92.16%
HSB/HSV278°12.00%98.04%
CMYK4.40%12.00%0.00%
1.96%

Color #EFDCFA in popluar number systems.

HEXEFDCFA
Decimal239220250
Binary111011111101110011111010
Octal357334372

Shades and tints

Shades of #EFDCFA

#EFDCFA
(239,220,250)
#DAC8E4
(218,200,228)
#C5B4CE
(197,180,206)
#B0A0B8
(176,160,184)
#9B8CA2
(155,140,162)
#86788C
(134,120,140)
#716476
(113,100,118)
#5C5060
(92,80,96)
#473C4A
(71,60,74)
#322834
(50,40,52)
#1D141E
(29,20,30)
#000000
(0,0,0)

Tints of #EFDCFA

#EFDCFA
(239,220,250)
#F0DFFA
(240,223,250)
#F1E2FA
(241,226,250)
#F2E5FA
(242,229,250)
#F3E8FA
(243,232,250)
#F4EBFA
(244,235,250)
#F5EEFA
(245,238,250)
#F6F1FA
(246,241,250)
#F7F4FA
(247,244,250)
#F8F7FA
(248,247,250)
#F9FAFA
(249,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDCFA; }

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

This text font color is #EFDCFA.


Background Color

.myBgColor { background-color: #EFDCFA; }

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

This div background color is #EFDCFA.


Border color

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

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

This div border color is #EFDCFA.


Opacity

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

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

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

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

This text has shadow with #EFDCFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDCFA on black background.


Color preview on white background

This text has color #EFDCFA on white background.



Black color preview on #EFDCFA background

This text has black color on #EFDCFA background.


White color preview on #EFDCFA background

This text has white color on #EFDCFA background.