COLOR #EFDEEB

HEX: #EFDEEB
RGB: (239,222,235)

Color info

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

RGB color model

#EFDEEB color RGB value is (239,222,235).

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

RGB channels and saturation

R 239 of 255 = 94%
G 222 of 255 = 87%
B 235 of 255 = 92%

239
222
235

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

Portions of RGB colors in percentages

R + G + B =
239 + 222 + 235 = 696 (100%)
R 239 of 696 ~ 34.34%
G 222 of 696 ~ 31.9%
B 235 of 696 ~ 33.76%

%34.34
%31.9
%33.76

CMYK color model

#EFDEEB color CMYK value is (0,7,2,6).

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 1.67%
  • key color value is 6.27%
CMYK:
(0,7,2,6)
C0M7Y2K6 
(0%,7%,2%,6%)
(0.00/0.07/0.02/0.06)	

CMYK percentages

%0
%7.11
%1.67
%6.27

Codes

Color #EFDEEB in popluar color models

EFDEEB
RGB239222235
HSL314°34.69%90.39%
HSB/HSV314°7.11%93.73%
CMYK0.00%7.11%1.67%
6.27%

Color #EFDEEB in popluar number systems.

HEXEFDEEB
Decimal239222235
Binary111011111101111011101011
Octal357336353

Shades and tints

Shades of #EFDEEB

#EFDEEB
(239,222,235)
#DACAD6
(218,202,214)
#C5B6C1
(197,182,193)
#B0A2AC
(176,162,172)
#9B8E97
(155,142,151)
#867A82
(134,122,130)
#71666D
(113,102,109)
#5C5258
(92,82,88)
#473E43
(71,62,67)
#322A2E
(50,42,46)
#1D1619
(29,22,25)
#000000
(0,0,0)

Tints of #EFDEEB

#EFDEEB
(239,222,235)
#F0E1EC
(240,225,236)
#F1E4ED
(241,228,237)
#F2E7EE
(242,231,238)
#F3EAEF
(243,234,239)
#F4EDF0
(244,237,240)
#F5F0F1
(245,240,241)
#F6F3F2
(246,243,242)
#F7F6F3
(247,246,243)
#F8F9F4
(248,249,244)
#F9FCF5
(249,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDEEB; }

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

This text font color is #EFDEEB.


Background Color

.myBgColor { background-color: #EFDEEB; }

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

This div background color is #EFDEEB.


Border color

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

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

This div border color is #EFDEEB.


Opacity

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

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

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

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

This text has shadow with #EFDEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDEEB on black background.


Color preview on white background

This text has color #EFDEEB on white background.



Black color preview on #EFDEEB background

This text has black color on #EFDEEB background.


White color preview on #EFDEEB background

This text has white color on #EFDEEB background.