COLOR #EFDCF1

HEX: #EFDCF1
RGB: (239,220,241)

Color info

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

RGB color model

#EFDCF1 color RGB value is (239,220,241).

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

RGB channels and saturation

R 239 of 255 = 94%
G 220 of 255 = 86%
B 241 of 255 = 95%

239
220
241

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

Portions of RGB colors in percentages

R + G + B =
239 + 220 + 241 = 700 (100%)
R 239 of 700 ~ 34.14%
G 220 of 700 ~ 31.43%
B 241 of 700 ~ 34.43%

%34.14
%31.43
%34.43

CMYK color model

#EFDCF1 color CMYK value is (1,9,0,5).

  • cyan value is 0.83%
  • magenta value is 8.71%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(1,9,0,5)
C1M9Y0K5 
(1%,9%,0%,5%)
(0.01/0.09/0.00/0.05)	

CMYK percentages

%0.83
%8.71
%0
%5.49

Codes

Color #EFDCF1 in popluar color models

EFDCF1
RGB239220241
HSL294°42.86%90.39%
HSB/HSV294°8.71%94.51%
CMYK0.83%8.71%0.00%
5.49%

Color #EFDCF1 in popluar number systems.

HEXEFDCF1
Decimal239220241
Binary111011111101110011110001
Octal357334361

Shades and tints

Shades of #EFDCF1

#EFDCF1
(239,220,241)
#DAC8DC
(218,200,220)
#C5B4C7
(197,180,199)
#B0A0B2
(176,160,178)
#9B8C9D
(155,140,157)
#867888
(134,120,136)
#716473
(113,100,115)
#5C505E
(92,80,94)
#473C49
(71,60,73)
#322834
(50,40,52)
#1D141F
(29,20,31)
#000000
(0,0,0)

Tints of #EFDCF1

#EFDCF1
(239,220,241)
#F0DFF2
(240,223,242)
#F1E2F3
(241,226,243)
#F2E5F4
(242,229,244)
#F3E8F5
(243,232,245)
#F4EBF6
(244,235,246)
#F5EEF7
(245,238,247)
#F6F1F8
(246,241,248)
#F7F4F9
(247,244,249)
#F8F7FA
(248,247,250)
#F9FAFB
(249,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDCF1; }

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

This text font color is #EFDCF1.


Background Color

.myBgColor { background-color: #EFDCF1; }

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

This div background color is #EFDCF1.


Border color

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

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

This div border color is #EFDCF1.


Opacity

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

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

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

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

This text has shadow with #EFDCF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDCF1 on black background.


Color preview on white background

This text has color #EFDCF1 on white background.



Black color preview on #EFDCF1 background

This text has black color on #EFDCF1 background.


White color preview on #EFDCF1 background

This text has white color on #EFDCF1 background.