COLOR #EFCEDD

HEX: #EFCEDD RGB: (239,206,221)

Color info

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

RGB color model

#EFCEDD color RGB value is (239,206,221).

RGB: (239,206,221) (94%, 81%, 87%)

RGB channels and saturation

R 239 of 255 = 94%
G 206 of 255 = 81%
B 221 of 255 = 87%

239
206
221

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

Portions of RGB colors in percentages

R + G + B = 239 + 206 + 221 = 666 (100%)
R 239 of 666 ~ 35.89%
G 206 of 666 ~ 30.93%
B 221 of 666 ~ 33.18'%

%35.89
%30.93
%33.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.81%
  • 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
%13.81
%7.53
%6.27

Codes

Color #EFCEDD in popluar color models

EF CE DD
RGB 239 206 221
HSL 333° 50.77% 87.25%
HSB/HSV 333° 13.81% 93.73%
CMYK 0.00% 13.81% 7.53%
6.27%

Color #EFCEDD in popluar number systems.

HEX EF CE DD
Decimal 239 206 221
Binary 11101111 11001110 11011101
Octal 357 316 335

Shades and tints

Shades of #EFCEDD

#EFCEDD
(239,206,221)
#DABCC9
(218,188,201)
#C5AAB5
(197,170,181)
#B098A1
(176,152,161)
#9B868D
(155,134,141)
#867479
(134,116,121)
#716265
(113,98,101)
#5C5051
(92,80,81)
#473E3D
(71,62,61)
#322C29
(50,44,41)
#1D1A15
(29,26,21)
#000000
(0,0,0)

Tints of #EFCEDD

#EFCEDD
(239,206,221)
#F0D2E0
(240,210,224)
#F1D6E3
(241,214,227)
#F2DAE6
(242,218,230)
#F3DEE9
(243,222,233)
#F4E2EC
(244,226,236)
#F5E6EF
(245,230,239)
#F6EAF2
(246,234,242)
#F7EEF5
(247,238,245)
#F8F2F8
(248,242,248)
#F9F6FB
(249,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCEDD; }

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

This text font color is #EFCEDD.

Background Color

.myBgColor { background-color: #EFCEDD; }

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

This div background color is #EFCEDD.

Border color

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

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

This div border color is #EFCEDD.

Opacity

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

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

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

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

This text has shadow with #EFCEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFCEDD.

Preview

Color preview on black background

This text has color #EFCEDD on black background.


Color preview on white background

This text has color #EFCEDD on white background.


Black color preview on #EFCEDD background

This text has black color on #EFCEDD background.


White color preview on #EFCEDD background

This text has white color on #EFCEDD background.


Related colors

Complementary color

Complementary color for #hex is #103122.


I love getcolorcode.com

Triadic colors

1 #DDEFCE and #CEDDEF with #EFCEDD are triadic colors.

2 #DDCEEF and #CEEFDD with #EFCEDD are triadic colors.