COLOR #EFDEE9

HEX: #EFDEE9
RGB: (239,222,233)

Color info

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

RGB color model

#EFDEE9 color RGB value is (239,222,233).

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

RGB channels and saturation

R 239 of 255 = 94%
G 222 of 255 = 87%
B 233 of 255 = 91%

239
222
233

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

Portions of RGB colors in percentages

R + G + B =
239 + 222 + 233 = 694 (100%)
R 239 of 694 ~ 34.44%
G 222 of 694 ~ 31.99%
B 233 of 694 ~ 33.57%

%34.44
%31.99
%33.57

CMYK color model

#EFDEE9 color CMYK value is (0,7,3,6).

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 2.51%
  • key color value is 6.27%
CMYK:
(0,7,3,6)
C0M7Y3K6 
(0%,7%,3%,6%)
(0.00/0.07/0.03/0.06)	

CMYK percentages

%0
%7.11
%2.51
%6.27

Codes

Color #EFDEE9 in popluar color models

EFDEE9
RGB239222233
HSL321°34.69%90.39%
HSB/HSV321°7.11%93.73%
CMYK0.00%7.11%2.51%
6.27%

Color #EFDEE9 in popluar number systems.

HEXEFDEE9
Decimal239222233
Binary111011111101111011101001
Octal357336351

Shades and tints

Shades of #EFDEE9

#EFDEE9
(239,222,233)
#DACAD4
(218,202,212)
#C5B6BF
(197,182,191)
#B0A2AA
(176,162,170)
#9B8E95
(155,142,149)
#867A80
(134,122,128)
#71666B
(113,102,107)
#5C5256
(92,82,86)
#473E41
(71,62,65)
#322A2C
(50,42,44)
#1D1617
(29,22,23)
#000000
(0,0,0)

Tints of #EFDEE9

#EFDEE9
(239,222,233)
#F0E1EB
(240,225,235)
#F1E4ED
(241,228,237)
#F2E7EF
(242,231,239)
#F3EAF1
(243,234,241)
#F4EDF3
(244,237,243)
#F5F0F5
(245,240,245)
#F6F3F7
(246,243,247)
#F7F6F9
(247,246,249)
#F8F9FB
(248,249,251)
#F9FCFD
(249,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFDEE9 color. Also use rgb(239,222,233) instead hex code.

Text Font Color

.myTextColor { color: #EFDEE9; }

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

This text font color is #EFDEE9.


Background Color

.myBgColor { background-color: #EFDEE9; }

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

This div background color is #EFDEE9.


Border color

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

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

This div border color is #EFDEE9.


Opacity

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

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

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

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

This text has shadow with #EFDEE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDEE9 on black background.


Color preview on white background

This text has color #EFDEE9 on white background.



Black color preview on #EFDEE9 background

This text has black color on #EFDEE9 background.


White color preview on #EFDEE9 background

This text has white color on #EFDEE9 background.