COLOR #EFDCF5

HEX: #EFDCF5
RGB: (239,220,245)

Color info

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

RGB color model

#EFDCF5 color RGB value is (239,220,245).

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

RGB channels and saturation

R 239 of 255 = 94%
G 220 of 255 = 86%
B 245 of 255 = 96%

239
220
245

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

Portions of RGB colors in percentages

R + G + B =
239 + 220 + 245 = 704 (100%)
R 239 of 704 ~ 33.95%
G 220 of 704 ~ 31.25%
B 245 of 704 ~ 34.8%

%33.95
%31.25
%34.8

CMYK color model

#EFDCF5 color CMYK value is (2,10,0,4).

  • cyan value is 2.45%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(2,10,0,4)
C2M10Y0K4 
(2%,10%,0%,4%)
(0.02/0.10/0.00/0.04)	

CMYK percentages

%2.45
%10.2
%0
%3.92

Codes

Color #EFDCF5 in popluar color models

EFDCF5
RGB239220245
HSL286°55.56%91.18%
HSB/HSV286°10.20%96.08%
CMYK2.45%10.20%0.00%
3.92%

Color #EFDCF5 in popluar number systems.

HEXEFDCF5
Decimal239220245
Binary111011111101110011110101
Octal357334365

Shades and tints

Shades of #EFDCF5

#EFDCF5
(239,220,245)
#DAC8DF
(218,200,223)
#C5B4C9
(197,180,201)
#B0A0B3
(176,160,179)
#9B8C9D
(155,140,157)
#867887
(134,120,135)
#716471
(113,100,113)
#5C505B
(92,80,91)
#473C45
(71,60,69)
#32282F
(50,40,47)
#1D1419
(29,20,25)
#000000
(0,0,0)

Tints of #EFDCF5

#EFDCF5
(239,220,245)
#F0DFF5
(240,223,245)
#F1E2F5
(241,226,245)
#F2E5F5
(242,229,245)
#F3E8F5
(243,232,245)
#F4EBF5
(244,235,245)
#F5EEF5
(245,238,245)
#F6F1F5
(246,241,245)
#F7F4F5
(247,244,245)
#F8F7F5
(248,247,245)
#F9FAF5
(249,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDCF5; }

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

This text font color is #EFDCF5.


Background Color

.myBgColor { background-color: #EFDCF5; }

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

This div background color is #EFDCF5.


Border color

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

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

This div border color is #EFDCF5.


Opacity

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

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

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

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

This text has shadow with #EFDCF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDCF5 on black background.


Color preview on white background

This text has color #EFDCF5 on white background.



Black color preview on #EFDCF5 background

This text has black color on #EFDCF5 background.


White color preview on #EFDCF5 background

This text has white color on #EFDCF5 background.