COLOR #EFD4EC

HEX: #EFD4EC RGB: (239,212,236)

Color info

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

RGB color model

#EFD4EC color RGB value is (239,212,236).

RGB: (239,212,236) (94%, 83%, 93%)

RGB channels and saturation

R 239 of 255 = 94%
G 212 of 255 = 83%
B 236 of 255 = 93%

239
212
236

R + G + B ~ 90%. #EFD4EC is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 212 + 236 = 687 (100%)
R 239 of 687 ~ 34.79%
G 212 of 687 ~ 30.86%
B 236 of 687 ~ 34.35'%

%34.79
%30.86
%34.35

CMYK color model

#EFD4EC color CMYK value is (0,11,1,6).

  • cyan value is 0.00%
  • magenta value is 11.30%
  • yellow value is 1.26%
  • key color value is 6.27%

CMYK: (0,11,1,6)
C0M11Y1K6 (0%, 11%, 1%, 6%)
(0.00 / 0.11 / 0.01 / 0.06)

CMYK percentages

%0
%11.3
%1.26
%6.27

Codes

Color #EFD4EC in popluar color models

EF D4 EC
RGB 239 212 236
HSL 307° 45.76% 88.43%
HSB/HSV 307° 11.30% 93.73%
CMYK 0.00% 11.30% 1.26%
6.27%

Color #EFD4EC in popluar number systems.

HEX EF D4 EC
Decimal 239 212 236
Binary 11101111 11010100 11101100
Octal 357 324 354

Shades and tints

Shades of #EFD4EC

#EFD4EC
(239,212,236)
#DAC1D7
(218,193,215)
#C5AEC2
(197,174,194)
#B09BAD
(176,155,173)
#9B8898
(155,136,152)
#867583
(134,117,131)
#71626E
(113,98,110)
#5C4F59
(92,79,89)
#473C44
(71,60,68)
#32292F
(50,41,47)
#1D161A
(29,22,26)
#000000
(0,0,0)

Tints of #EFD4EC

#EFD4EC
(239,212,236)
#F0D7ED
(240,215,237)
#F1DAEE
(241,218,238)
#F2DDEF
(242,221,239)
#F3E0F0
(243,224,240)
#F4E3F1
(244,227,241)
#F5E6F2
(245,230,242)
#F6E9F3
(246,233,243)
#F7ECF4
(247,236,244)
#F8EFF5
(248,239,245)
#F9F2F6
(249,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD4EC color. Also use rgb(239,212,236) instead hex code.

Text Font Color

.myTextColor { color: #EFD4EC; }

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

This text font color is #EFD4EC.

Background Color

.myBgColor { background-color: #EFD4EC; }

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

This div background color is #EFD4EC.

Border color

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

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

This div border color is #EFD4EC.

Opacity

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

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

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

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

This text has shadow with #EFD4EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFD4EC.

Preview

Color preview on black background

This text has color #EFD4EC on black background.


Color preview on white background

This text has color #EFD4EC on white background.


Black color preview on #EFD4EC background

This text has black color on #EFD4EC background.


White color preview on #EFD4EC background

This text has white color on #EFD4EC background.


Related colors

Complementary color

Complementary color for #hex is #102B13.


I love getcolorcode.com

Triadic colors

1 #ECEFD4 and #D4ECEF with #EFD4EC are triadic colors.

2 #ECD4EF and #D4EFEC with #EFD4EC are triadic colors.