COLOR #EFCDDD

HEX: #EFCDDD RGB: (239,205,221)

Color info

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

RGB color model

#EFCDDD color RGB value is (239,205,221).

RGB: (239,205,221) (94%, 80%, 87%)

RGB channels and saturation

R 239 of 255 = 94%
G 205 of 255 = 80%
B 221 of 255 = 87%

239
205
221

R + G + B ~ 87%. #EFCDDD is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 205 + 221 = 665 (100%)
R 239 of 665 ~ 35.94%
G 205 of 665 ~ 30.83%
B 221 of 665 ~ 33.23'%

%35.94
%30.83
%33.23

CMYK color model

#EFCDDD color CMYK value is (0,14,8,6).

  • cyan value is 0.00%
  • magenta value is 14.23%
  • yellow value is 7.53%
  • key color value is 6.27%
CMYK: (0,14,8,6) C0M14Y8K6 (0%,14%,8%,6%) (0.00/0.14/0.08/0.06) 

CMYK percentages

%0
%14.23
%7.53
%6.27

Codes

Color #EFCDDD in popluar color models

EF CD DD
RGB 239 205 221
HSL 332° 51.52% 87.06%
HSB/HSV 332° 14.23% 93.73%
CMYK 0.00% 14.23% 7.53%
6.27%

Color #EFCDDD in popluar number systems.

HEX EF CD DD
Decimal 239 205 221
Binary 11101111 11001101 11011101
Octal 357 315 335

Shades and tints

Shades of #EFCDDD

#EFCDDD
(239,205,221)
#DABBC9
(218,187,201)
#C5A9B5
(197,169,181)
#B097A1
(176,151,161)
#9B858D
(155,133,141)
#867379
(134,115,121)
#716165
(113,97,101)
#5C4F51
(92,79,81)
#473D3D
(71,61,61)
#322B29
(50,43,41)
#1D1915
(29,25,21)
#000000
(0,0,0)

Tints of #EFCDDD

#EFCDDD
(239,205,221)
#F0D1E0
(240,209,224)
#F1D5E3
(241,213,227)
#F2D9E6
(242,217,230)
#F3DDE9
(243,221,233)
#F4E1EC
(244,225,236)
#F5E5EF
(245,229,239)
#F6E9F2
(246,233,242)
#F7EDF5
(247,237,245)
#F8F1F8
(248,241,248)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCDDD; }

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

This text font color is #EFCDDD.

Background Color

.myBgColor { background-color: #EFCDDD; }

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

This div background color is #EFCDDD.

Border color

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

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

This div border color is #EFCDDD.

Opacity

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

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

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

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

This text has shadow with #EFCDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFCDDD.

Preview

Color preview on black background

This text has color #EFCDDD on black background.


Color preview on white background

This text has color #EFCDDD on white background.


Black color preview on #EFCDDD background

This text has black color on #EFCDDD background.


White color preview on #EFCDDD background

This text has white color on #EFCDDD background.


Related colors

Complementary color

Complementary color for #hex is #103222.


I love getcolorcode.com

Triadic colors

1 #DDEFCD and #CDDDEF with #EFCDDD are triadic colors.

2 #DDCDEF and #CDEFDD with #EFCDDD are triadic colors.