COLOR #EFDDE0

HEX: #EFDDE0
RGB: (239,221,224)

Color info

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

RGB color model

#EFDDE0 color RGB value is (239,221,224).

  • red value is 239;
  • green value is 221;
  • blue value is 224.
RGB:
(239,221,224)
(94%,87%,88%)

RGB channels and saturation

R 239 of 255 = 94%
G 221 of 255 = 87%
B 224 of 255 = 88%

239
221
224

R + G + B ~ 90%. #EFDDE0 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 221 + 224 = 684 (100%)
R 239 of 684 ~ 34.94%
G 221 of 684 ~ 32.31%
B 224 of 684 ~ 32.75%

%34.94
%32.31
%32.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.53%
  • yellow value is 6.28%
  • key color value is 6.27%
CMYK:
(0,8,6,6)
C0M8Y6K6 
(0%,8%,6%,6%)
(0.00/0.08/0.06/0.06)	

CMYK percentages

%0
%7.53
%6.28
%6.27

Codes

Color #EFDDE0 in popluar color models

EFDDE0
RGB239221224
HSL350°36.00%90.20%
HSB/HSV350°7.53%93.73%
CMYK0.00%7.53%6.28%
6.27%

Color #EFDDE0 in popluar number systems.

HEXEFDDE0
Decimal239221224
Binary111011111101110111100000
Octal357335340

Shades and tints

Shades of #EFDDE0

#EFDDE0
(239,221,224)
#DAC9CC
(218,201,204)
#C5B5B8
(197,181,184)
#B0A1A4
(176,161,164)
#9B8D90
(155,141,144)
#86797C
(134,121,124)
#716568
(113,101,104)
#5C5154
(92,81,84)
#473D40
(71,61,64)
#32292C
(50,41,44)
#1D1518
(29,21,24)
#000000
(0,0,0)

Tints of #EFDDE0

#EFDDE0
(239,221,224)
#F0E0E2
(240,224,226)
#F1E3E4
(241,227,228)
#F2E6E6
(242,230,230)
#F3E9E8
(243,233,232)
#F4ECEA
(244,236,234)
#F5EFEC
(245,239,236)
#F6F2EE
(246,242,238)
#F7F5F0
(247,245,240)
#F8F8F2
(248,248,242)
#F9FBF4
(249,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDDE0; }

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

This text font color is #EFDDE0.


Background Color

.myBgColor { background-color: #EFDDE0; }

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

This div background color is #EFDDE0.


Border color

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

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

This div border color is #EFDDE0.


Opacity

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

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

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

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

This text has shadow with #EFDDE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDDE0 on black background.


Color preview on white background

This text has color #EFDDE0 on white background.



Black color preview on #EFDDE0 background

This text has black color on #EFDDE0 background.


White color preview on #EFDDE0 background

This text has white color on #EFDDE0 background.