COLOR #EFDDF8

HEX: #EFDDF8
RGB: (239,221,248)

Color info

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

RGB color model

#EFDDF8 color RGB value is (239,221,248).

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

RGB channels and saturation

R 239 of 255 = 94%
G 221 of 255 = 87%
B 248 of 255 = 97%

239
221
248

R + G + B ~ 93%. #EFDDF8 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 221 + 248 = 708 (100%)
R 239 of 708 ~ 33.76%
G 221 of 708 ~ 31.21%
B 248 of 708 ~ 35.03%

%33.76
%31.21
%35.03

CMYK color model

#EFDDF8 color CMYK value is (4,11,0,3).

  • cyan value is 3.63%
  • magenta value is 10.89%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(4,11,0,3)
C4M11Y0K3 
(4%,11%,0%,3%)
(0.04/0.11/0.00/0.03)	

CMYK percentages

%3.63
%10.89
%0
%2.75

Codes

Color #EFDDF8 in popluar color models

EFDDF8
RGB239221248
HSL280°65.85%91.96%
HSB/HSV280°10.89%97.25%
CMYK3.63%10.89%0.00%
2.75%

Color #EFDDF8 in popluar number systems.

HEXEFDDF8
Decimal239221248
Binary111011111101110111111000
Octal357335370

Shades and tints

Shades of #EFDDF8

#EFDDF8
(239,221,248)
#DAC9E2
(218,201,226)
#C5B5CC
(197,181,204)
#B0A1B6
(176,161,182)
#9B8DA0
(155,141,160)
#86798A
(134,121,138)
#716574
(113,101,116)
#5C515E
(92,81,94)
#473D48
(71,61,72)
#322932
(50,41,50)
#1D151C
(29,21,28)
#000000
(0,0,0)

Tints of #EFDDF8

#EFDDF8
(239,221,248)
#F0E0F8
(240,224,248)
#F1E3F8
(241,227,248)
#F2E6F8
(242,230,248)
#F3E9F8
(243,233,248)
#F4ECF8
(244,236,248)
#F5EFF8
(245,239,248)
#F6F2F8
(246,242,248)
#F7F5F8
(247,245,248)
#F8F8F8
(248,248,248)
#F9FBF8
(249,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDDF8; }

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

This text font color is #EFDDF8.


Background Color

.myBgColor { background-color: #EFDDF8; }

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

This div background color is #EFDDF8.


Border color

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

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

This div border color is #EFDDF8.


Opacity

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

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

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

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

This text has shadow with #EFDDF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDDF8 on black background.


Color preview on white background

This text has color #EFDDF8 on white background.



Black color preview on #EFDDF8 background

This text has black color on #EFDDF8 background.


White color preview on #EFDDF8 background

This text has white color on #EFDDF8 background.