COLOR #EFDDE7

HEX: #EFDDE7
RGB: (239,221,231)

Color info

#EFDDE7 contains red, green and blue colors in about the same proportion. Web safe color of #EFDDE7 is #FFCCFF (or #FCF).

RGB color model

#EFDDE7 color RGB value is (239,221,231).

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

RGB channels and saturation

R 239 of 255 = 94%
G 221 of 255 = 87%
B 231 of 255 = 91%

239
221
231

R + G + B ~ 91%. #EFDDE7 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 221 + 231 = 691 (100%)
R 239 of 691 ~ 34.59%
G 221 of 691 ~ 31.98%
B 231 of 691 ~ 33.43%

%34.59
%31.98
%33.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.53%
  • yellow value is 3.35%
  • key color value is 6.27%
CMYK:
(0,8,3,6)
C0M8Y3K6 
(0%,8%,3%,6%)
(0.00/0.08/0.03/0.06)	

CMYK percentages

%0
%7.53
%3.35
%6.27

Codes

Color #EFDDE7 in popluar color models

EFDDE7
RGB239221231
HSL327°36.00%90.20%
HSB/HSV327°7.53%93.73%
CMYK0.00%7.53%3.35%
6.27%

Color #EFDDE7 in popluar number systems.

HEXEFDDE7
Decimal239221231
Binary111011111101110111100111
Octal357335347

Shades and tints

Shades of #EFDDE7

#EFDDE7
(239,221,231)
#DAC9D2
(218,201,210)
#C5B5BD
(197,181,189)
#B0A1A8
(176,161,168)
#9B8D93
(155,141,147)
#86797E
(134,121,126)
#716569
(113,101,105)
#5C5154
(92,81,84)
#473D3F
(71,61,63)
#32292A
(50,41,42)
#1D1515
(29,21,21)
#000000
(0,0,0)

Tints of #EFDDE7

#EFDDE7
(239,221,231)
#F0E0E9
(240,224,233)
#F1E3EB
(241,227,235)
#F2E6ED
(242,230,237)
#F3E9EF
(243,233,239)
#F4ECF1
(244,236,241)
#F5EFF3
(245,239,243)
#F6F2F5
(246,242,245)
#F7F5F7
(247,245,247)
#F8F8F9
(248,248,249)
#F9FBFB
(249,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDDE7; }

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

This text font color is #EFDDE7.


Background Color

.myBgColor { background-color: #EFDDE7; }

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

This div background color is #EFDDE7.


Border color

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

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

This div border color is #EFDDE7.


Opacity

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

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

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

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

This text has shadow with #EFDDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDDE7 on black background.


Color preview on white background

This text has color #EFDDE7 on white background.



Black color preview on #EFDDE7 background

This text has black color on #EFDDE7 background.


White color preview on #EFDDE7 background

This text has white color on #EFDDE7 background.