COLOR #EFDEEC

HEX: #EFDEEC
RGB: (239,222,236)

Color info

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

RGB color model

#EFDEEC color RGB value is (239,222,236).

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

RGB channels and saturation

R 239 of 255 = 94%
G 222 of 255 = 87%
B 236 of 255 = 93%

239
222
236

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

Portions of RGB colors in percentages

R + G + B =
239 + 222 + 236 = 697 (100%)
R 239 of 697 ~ 34.29%
G 222 of 697 ~ 31.85%
B 236 of 697 ~ 33.86%

%34.29
%31.85
%33.86

CMYK color model

#EFDEEC color CMYK value is (0,7,1,6).

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 1.26%
  • key color value is 6.27%
CMYK:
(0,7,1,6)
C0M7Y1K6 
(0%,7%,1%,6%)
(0.00/0.07/0.01/0.06)	

CMYK percentages

%0
%7.11
%1.26
%6.27

Codes

Color #EFDEEC in popluar color models

EFDEEC
RGB239222236
HSL311°34.69%90.39%
HSB/HSV311°7.11%93.73%
CMYK0.00%7.11%1.26%
6.27%

Color #EFDEEC in popluar number systems.

HEXEFDEEC
Decimal239222236
Binary111011111101111011101100
Octal357336354

Shades and tints

Shades of #EFDEEC

#EFDEEC
(239,222,236)
#DACAD7
(218,202,215)
#C5B6C2
(197,182,194)
#B0A2AD
(176,162,173)
#9B8E98
(155,142,152)
#867A83
(134,122,131)
#71666E
(113,102,110)
#5C5259
(92,82,89)
#473E44
(71,62,68)
#322A2F
(50,42,47)
#1D161A
(29,22,26)
#000000
(0,0,0)

Tints of #EFDEEC

#EFDEEC
(239,222,236)
#F0E1ED
(240,225,237)
#F1E4EE
(241,228,238)
#F2E7EF
(242,231,239)
#F3EAF0
(243,234,240)
#F4EDF1
(244,237,241)
#F5F0F2
(245,240,242)
#F6F3F3
(246,243,243)
#F7F6F4
(247,246,244)
#F8F9F5
(248,249,245)
#F9FCF6
(249,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDEEC; }

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

This text font color is #EFDEEC.


Background Color

.myBgColor { background-color: #EFDEEC; }

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

This div background color is #EFDEEC.


Border color

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

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

This div border color is #EFDEEC.


Opacity

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

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

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

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

This text has shadow with #EFDEEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDEEC on black background.


Color preview on white background

This text has color #EFDEEC on white background.



Black color preview on #EFDEEC background

This text has black color on #EFDEEC background.


White color preview on #EFDEEC background

This text has white color on #EFDEEC background.