COLOR #EFD6DD

HEX: #EFD6DD RGB: (239,214,221)

Color info

#EFD6DD contains red, green and blue colors in about the same proportion. Web safe color of #EFD6DD is #FFCCCC (or #FCC).

RGB color model

#EFD6DD color RGB value is (239,214,221).

RGB: (239,214,221) (94%, 84%, 87%)

RGB channels and saturation

R 239 of 255 = 94%
G 214 of 255 = 84%
B 221 of 255 = 87%

239
214
221

R + G + B ~ 88%. #EFD6DD is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 214 + 221 = 674 (100%)
R 239 of 674 ~ 35.46%
G 214 of 674 ~ 31.75%
B 221 of 674 ~ 32.79'%

%35.46
%31.75
%32.79

CMYK color model

#EFD6DD color CMYK value is (0,10,8,6).

  • cyan value is 0.00%
  • magenta value is 10.46%
  • yellow value is 7.53%
  • key color value is 6.27%
CMYK: (0,10,8,6) C0M10Y8K6 (0%,10%,8%,6%) (0.00/0.10/0.08/0.06) 

CMYK percentages

%0
%10.46
%7.53
%6.27

Codes

Color #EFD6DD in popluar color models

EF D6 DD
RGB 239 214 221
HSL 343° 43.86% 88.82%
HSB/HSV 343° 10.46% 93.73%
CMYK 0.00% 10.46% 7.53%
6.27%

Color #EFD6DD in popluar number systems.

HEX EF D6 DD
Decimal 239 214 221
Binary 11101111 11010110 11011101
Octal 357 326 335

Shades and tints

Shades of #EFD6DD

#EFD6DD
(239,214,221)
#DAC3C9
(218,195,201)
#C5B0B5
(197,176,181)
#B09DA1
(176,157,161)
#9B8A8D
(155,138,141)
#867779
(134,119,121)
#716465
(113,100,101)
#5C5151
(92,81,81)
#473E3D
(71,62,61)
#322B29
(50,43,41)
#1D1815
(29,24,21)
#000000
(0,0,0)

Tints of #EFD6DD

#EFD6DD
(239,214,221)
#F0D9E0
(240,217,224)
#F1DCE3
(241,220,227)
#F2DFE6
(242,223,230)
#F3E2E9
(243,226,233)
#F4E5EC
(244,229,236)
#F5E8EF
(245,232,239)
#F6EBF2
(246,235,242)
#F7EEF5
(247,238,245)
#F8F1F8
(248,241,248)
#F9F4FB
(249,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD6DD color. Also use rgb(239,214,221) instead hex code.

Text Font Color

.myTextColor { color: #EFD6DD; }

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

This text font color is #EFD6DD.

Background Color

.myBgColor { background-color: #EFD6DD; }

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

This div background color is #EFD6DD.

Border color

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

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

This div border color is #EFD6DD.

Opacity

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

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

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

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

This text has shadow with #EFD6DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFD6DD.

Preview

Color preview on black background

This text has color #EFD6DD on black background.


Color preview on white background

This text has color #EFD6DD on white background.


Black color preview on #EFD6DD background

This text has black color on #EFD6DD background.


White color preview on #EFD6DD background

This text has white color on #EFD6DD background.


Related colors

Complementary color

Complementary color for #hex is #102922.


I love getcolorcode.com

Triadic colors

1 #DDEFD6 and #D6DDEF with #EFD6DD are triadic colors.

2 #DDD6EF and #D6EFDD with #EFD6DD are triadic colors.