COLOR #EFDDDA

HEX: #EFDDDA RGB: (239,221,218)

Color info

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

RGB color model

#EFDDDA color RGB value is (239,221,218).

RGB: (239,221,218) (94%, 87%, 85%)

RGB channels and saturation

R 239 of 255 = 94%
G 221 of 255 = 87%
B 218 of 255 = 85%

239
221
218

R + G + B ~ 89%. #EFDDDA is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 221 + 218 = 678 (100%)
R 239 of 678 ~ 35.25%
G 221 of 678 ~ 32.6%
B 218 of 678 ~ 32.15'%

%35.25
%32.6
%32.15

CMYK color model

#EFDDDA color CMYK value is (0,8,9,6).

  • cyan value is 0.00%
  • magenta value is 7.53%
  • yellow value is 8.79%
  • key color value is 6.27%
CMYK: (0,8,9,6) C0M8Y9K6 (0%,8%,9%,6%) (0.00/0.08/0.09/0.06) 

CMYK percentages

%0
%7.53
%8.79
%6.27

Codes

Color #EFDDDA in popluar color models

EF DD DA
RGB 239 221 218
HSL 39.62% 89.61%
HSB/HSV 8.79% 93.73%
CMYK 0.00% 7.53% 8.79%
6.27%

Color #EFDDDA in popluar number systems.

HEX EF DD DA
Decimal 239 221 218
Binary 11101111 11011101 11011010
Octal 357 335 332

Shades and tints

Shades of #EFDDDA

#EFDDDA
(239,221,218)
#DAC9C7
(218,201,199)
#C5B5B4
(197,181,180)
#B0A1A1
(176,161,161)
#9B8D8E
(155,141,142)
#86797B
(134,121,123)
#716568
(113,101,104)
#5C5155
(92,81,85)
#473D42
(71,61,66)
#32292F
(50,41,47)
#1D151C
(29,21,28)
#000000
(0,0,0)

Tints of #EFDDDA

#EFDDDA
(239,221,218)
#F0E0DD
(240,224,221)
#F1E3E0
(241,227,224)
#F2E6E3
(242,230,227)
#F3E9E6
(243,233,230)
#F4ECE9
(244,236,233)
#F5EFEC
(245,239,236)
#F6F2EF
(246,242,239)
#F7F5F2
(247,245,242)
#F8F8F5
(248,248,245)
#F9FBF8
(249,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDDDA; }

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

This text font color is #EFDDDA.

Background Color

.myBgColor { background-color: #EFDDDA; }

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

This div background color is #EFDDDA.

Border color

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

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

This div border color is #EFDDDA.

Opacity

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

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

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

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

This text has shadow with #EFDDDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFDDDA.

Preview

Color preview on black background

This text has color #EFDDDA on black background.


Color preview on white background

This text has color #EFDDDA on white background.


Black color preview on #EFDDDA background

This text has black color on #EFDDDA background.


White color preview on #EFDDDA background

This text has white color on #EFDDDA background.


Related colors

Complementary color

Complementary color for #hex is #102225.


I love getcolorcode.com

Triadic colors

1 #DAEFDD and #DDDAEF with #EFDDDA are triadic colors.

2 #DADDEF and #DDEFDA with #EFDDDA are triadic colors.