COLOR #EFDDD4

HEX: #EFDDD4 RGB: (239,221,212)

Color info

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

RGB color model

#EFDDD4 color RGB value is (239,221,212).

RGB: (239,221,212) (94%, 87%, 83%)

RGB channels and saturation

R 239 of 255 = 94%
G 221 of 255 = 87%
B 212 of 255 = 83%

239
221
212

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

Portions of RGB colors in percentages

R + G + B = 239 + 221 + 212 = 672 (100%)
R 239 of 672 ~ 35.57%
G 221 of 672 ~ 32.89%
B 212 of 672 ~ 31.55'%

%35.57
%32.89
%31.55

CMYK color model

#EFDDD4 color CMYK value is (0,8,11,6).

  • cyan value is 0.00%
  • magenta value is 7.53%
  • yellow value is 11.30%
  • key color value is 6.27%

CMYK: (0,8,11,6)
C0M8Y11K6 (0%, 8%, 11%, 6%)
(0.00 / 0.08 / 0.11 / 0.06)

CMYK percentages

%0
%7.53
%11.3
%6.27

Codes

Color #EFDDD4 in popluar color models

EF DD D4
RGB 239 221 212
HSL 20° 45.76% 88.43%
HSB/HSV 20° 11.30% 93.73%
CMYK 0.00% 7.53% 11.30%
6.27%

Color #EFDDD4 in popluar number systems.

HEX EF DD D4
Decimal 239 221 212
Binary 11101111 11011101 11010100
Octal 357 335 324

Shades and tints

Shades of #EFDDD4

#EFDDD4
(239,221,212)
#DAC9C1
(218,201,193)
#C5B5AE
(197,181,174)
#B0A19B
(176,161,155)
#9B8D88
(155,141,136)
#867975
(134,121,117)
#716562
(113,101,98)
#5C514F
(92,81,79)
#473D3C
(71,61,60)
#322929
(50,41,41)
#1D1516
(29,21,22)
#000000
(0,0,0)

Tints of #EFDDD4

#EFDDD4
(239,221,212)
#F0E0D7
(240,224,215)
#F1E3DA
(241,227,218)
#F2E6DD
(242,230,221)
#F3E9E0
(243,233,224)
#F4ECE3
(244,236,227)
#F5EFE6
(245,239,230)
#F6F2E9
(246,242,233)
#F7F5EC
(247,245,236)
#F8F8EF
(248,248,239)
#F9FBF2
(249,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDDD4; }

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

This text font color is #EFDDD4.

Background Color

.myBgColor { background-color: #EFDDD4; }

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

This div background color is #EFDDD4.

Border color

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

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

This div border color is #EFDDD4.

Opacity

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

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

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

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

This text has shadow with #EFDDD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFDDD4.

Preview

Color preview on black background

This text has color #EFDDD4 on black background.


Color preview on white background

This text has color #EFDDD4 on white background.


Black color preview on #EFDDD4 background

This text has black color on #EFDDD4 background.


White color preview on #EFDDD4 background

This text has white color on #EFDDD4 background.


Related colors

Complementary color

Complementary color for #hex is #10222B.


I love getcolorcode.com

Triadic colors

1 #D4EFDD and #DDD4EF with #EFDDD4 are triadic colors.

2 #D4DDEF and #DDEFD4 with #EFDDD4 are triadic colors.