COLOR #EFDEE4

HEX: #EFDEE4
RGB: (239,222,228)

Color info

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

RGB color model

#EFDEE4 color RGB value is (239,222,228).

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

RGB channels and saturation

R 239 of 255 = 94%
G 222 of 255 = 87%
B 228 of 255 = 89%

239
222
228

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

Portions of RGB colors in percentages

R + G + B =
239 + 222 + 228 = 689 (100%)
R 239 of 689 ~ 34.69%
G 222 of 689 ~ 32.22%
B 228 of 689 ~ 33.09%

%34.69
%32.22
%33.09

CMYK color model

#EFDEE4 color CMYK value is (0,7,5,6).

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 4.60%
  • key color value is 6.27%
CMYK:
(0,7,5,6)
C0M7Y5K6 
(0%,7%,5%,6%)
(0.00/0.07/0.05/0.06)	

CMYK percentages

%0
%7.11
%4.6
%6.27

Codes

Color #EFDEE4 in popluar color models

EFDEE4
RGB239222228
HSL339°34.69%90.39%
HSB/HSV339°7.11%93.73%
CMYK0.00%7.11%4.60%
6.27%

Color #EFDEE4 in popluar number systems.

HEXEFDEE4
Decimal239222228
Binary111011111101111011100100
Octal357336344

Shades and tints

Shades of #EFDEE4

#EFDEE4
(239,222,228)
#DACAD0
(218,202,208)
#C5B6BC
(197,182,188)
#B0A2A8
(176,162,168)
#9B8E94
(155,142,148)
#867A80
(134,122,128)
#71666C
(113,102,108)
#5C5258
(92,82,88)
#473E44
(71,62,68)
#322A30
(50,42,48)
#1D161C
(29,22,28)
#000000
(0,0,0)

Tints of #EFDEE4

#EFDEE4
(239,222,228)
#F0E1E6
(240,225,230)
#F1E4E8
(241,228,232)
#F2E7EA
(242,231,234)
#F3EAEC
(243,234,236)
#F4EDEE
(244,237,238)
#F5F0F0
(245,240,240)
#F6F3F2
(246,243,242)
#F7F6F4
(247,246,244)
#F8F9F6
(248,249,246)
#F9FCF8
(249,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDEE4; }

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

This text font color is #EFDEE4.


Background Color

.myBgColor { background-color: #EFDEE4; }

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

This div background color is #EFDEE4.


Border color

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

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

This div border color is #EFDEE4.


Opacity

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

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

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

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

This text has shadow with #EFDEE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDEE4 on black background.


Color preview on white background

This text has color #EFDEE4 on white background.



Black color preview on #EFDEE4 background

This text has black color on #EFDEE4 background.


White color preview on #EFDEE4 background

This text has white color on #EFDEE4 background.