COLOR #EFD4ED

HEX: #EFD4ED RGB: (239,212,237)

Color info

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

RGB color model

#EFD4ED color RGB value is (239,212,237).

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

RGB channels and saturation

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

239
212
237

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

Portions of RGB colors in percentages

R + G + B = 239 + 212 + 237 = 688 (100%)
R 239 of 688 ~ 34.74%
G 212 of 688 ~ 30.81%
B 237 of 688 ~ 34.45'%

%34.74
%30.81
%34.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.30%
  • yellow value is 0.84%
  • 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
%0.84
%6.27

Codes

Color #EFD4ED in popluar color models

EF D4 ED
RGB 239 212 237
HSL 304° 45.76% 88.43%
HSB/HSV 304° 11.30% 93.73%
CMYK 0.00% 11.30% 0.84%
6.27%

Color #EFD4ED in popluar number systems.

HEX EF D4 ED
Decimal 239 212 237
Binary 11101111 11010100 11101101
Octal 357 324 355

Shades and tints

Shades of #EFD4ED

#EFD4ED
(239,212,237)
#DAC1D8
(218,193,216)
#C5AEC3
(197,174,195)
#B09BAE
(176,155,174)
#9B8899
(155,136,153)
#867584
(134,117,132)
#71626F
(113,98,111)
#5C4F5A
(92,79,90)
#473C45
(71,60,69)
#322930
(50,41,48)
#1D161B
(29,22,27)
#000000
(0,0,0)

Tints of #EFD4ED

#EFD4ED
(239,212,237)
#F0D7EE
(240,215,238)
#F1DAEF
(241,218,239)
#F2DDF0
(242,221,240)
#F3E0F1
(243,224,241)
#F4E3F2
(244,227,242)
#F5E6F3
(245,230,243)
#F6E9F4
(246,233,244)
#F7ECF5
(247,236,245)
#F8EFF6
(248,239,246)
#F9F2F7
(249,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD4ED; }

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

This text font color is #EFD4ED.

Background Color

.myBgColor { background-color: #EFD4ED; }

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

This div background color is #EFD4ED.

Border color

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

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

This div border color is #EFD4ED.

Opacity

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

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

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

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

This text has shadow with #EFD4ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFD4ED.

Preview

Color preview on black background

This text has color #EFD4ED on black background.


Color preview on white background

This text has color #EFD4ED on white background.


Black color preview on #EFD4ED background

This text has black color on #EFD4ED background.


White color preview on #EFD4ED background

This text has white color on #EFD4ED background.


Related colors

Complementary color

Complementary color for #hex is #102B12.


I love getcolorcode.com

Triadic colors

1 #EDEFD4 and #D4EDEF with #EFD4ED are triadic colors.

2 #EDD4EF and #D4EFED with #EFD4ED are triadic colors.