COLOR #EFDDFA

HEX: #EFDDFA
RGB: (239,221,250)

Color info

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

RGB color model

#EFDDFA color RGB value is (239,221,250).

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

RGB channels and saturation

R 239 of 255 = 94%
G 221 of 255 = 87%
B 250 of 255 = 98%

239
221
250

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

Portions of RGB colors in percentages

R + G + B =
239 + 221 + 250 = 710 (100%)
R 239 of 710 ~ 33.66%
G 221 of 710 ~ 31.13%
B 250 of 710 ~ 35.21%

%33.66
%31.13
%35.21

CMYK color model

#EFDDFA color CMYK value is (4,12,0,2).

  • cyan value is 4.40%
  • magenta value is 11.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(4,12,0,2)
C4M12Y0K2 
(4%,12%,0%,2%)
(0.04/0.12/0.00/0.02)	

CMYK percentages

%4.4
%11.6
%0
%1.96

Codes

Color #EFDDFA in popluar color models

EFDDFA
RGB239221250
HSL277°74.36%92.35%
HSB/HSV277°11.60%98.04%
CMYK4.40%11.60%0.00%
1.96%

Color #EFDDFA in popluar number systems.

HEXEFDDFA
Decimal239221250
Binary111011111101110111111010
Octal357335372

Shades and tints

Shades of #EFDDFA

#EFDDFA
(239,221,250)
#DAC9E4
(218,201,228)
#C5B5CE
(197,181,206)
#B0A1B8
(176,161,184)
#9B8DA2
(155,141,162)
#86798C
(134,121,140)
#716576
(113,101,118)
#5C5160
(92,81,96)
#473D4A
(71,61,74)
#322934
(50,41,52)
#1D151E
(29,21,30)
#000000
(0,0,0)

Tints of #EFDDFA

#EFDDFA
(239,221,250)
#F0E0FA
(240,224,250)
#F1E3FA
(241,227,250)
#F2E6FA
(242,230,250)
#F3E9FA
(243,233,250)
#F4ECFA
(244,236,250)
#F5EFFA
(245,239,250)
#F6F2FA
(246,242,250)
#F7F5FA
(247,245,250)
#F8F8FA
(248,248,250)
#F9FBFA
(249,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDDFA; }

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

This text font color is #EFDDFA.


Background Color

.myBgColor { background-color: #EFDDFA; }

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

This div background color is #EFDDFA.


Border color

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

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

This div border color is #EFDDFA.


Opacity

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

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

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

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

This text has shadow with #EFDDFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDDFA on black background.


Color preview on white background

This text has color #EFDDFA on white background.



Black color preview on #EFDDFA background

This text has black color on #EFDDFA background.


White color preview on #EFDDFA background

This text has white color on #EFDDFA background.