COLOR #EFDFFA

HEX: #EFDFFA RGB: (239,223,250)

Color info

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

RGB color model

#EFDFFA color RGB value is (239,223,250).

RGB: (239,223,250) (94%, 87%, 98%)

RGB channels and saturation

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

239
223
250

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

Portions of RGB colors in percentages

R + G + B = 239 + 223 + 250 = 712 (100%)
R 239 of 712 ~ 33.57%
G 223 of 712 ~ 31.32%
B 250 of 712 ~ 35.11'%

%33.57
%31.32
%35.11

CMYK color model

#EFDFFA color CMYK value is (4,11,0,2).

  • cyan value is 4.40%
  • magenta value is 10.80%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (4,11,0,2)
C4M11Y0K2 (4%, 11%, 0%, 2%)
(0.04 / 0.11 / 0.00 / 0.02)

CMYK percentages

%4.4
%10.8
%0
%1.96

Codes

Color #EFDFFA in popluar color models

EF DF FA
RGB 239 223 250
HSL 276° 72.97% 92.75%
HSB/HSV 276° 10.80% 98.04%
CMYK 4.40% 10.80% 0.00%
1.96%

Color #EFDFFA in popluar number systems.

HEX EF DF FA
Decimal 239 223 250
Binary 11101111 11011111 11111010
Octal 357 337 372

Shades and tints

Shades of #EFDFFA

#EFDFFA
(239,223,250)
#DACBE4
(218,203,228)
#C5B7CE
(197,183,206)
#B0A3B8
(176,163,184)
#9B8FA2
(155,143,162)
#867B8C
(134,123,140)
#716776
(113,103,118)
#5C5360
(92,83,96)
#473F4A
(71,63,74)
#322B34
(50,43,52)
#1D171E
(29,23,30)
#000000
(0,0,0)

Tints of #EFDFFA

#EFDFFA
(239,223,250)
#F0E1FA
(240,225,250)
#F1E3FA
(241,227,250)
#F2E5FA
(242,229,250)
#F3E7FA
(243,231,250)
#F4E9FA
(244,233,250)
#F5EBFA
(245,235,250)
#F6EDFA
(246,237,250)
#F7EFFA
(247,239,250)
#F8F1FA
(248,241,250)
#F9F3FA
(249,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFDFFA; }

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

This text font color is #EFDFFA.

Background Color

.myBgColor { background-color: #EFDFFA; }

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

This div background color is #EFDFFA.

Border color

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

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

This div border color is #EFDFFA.

Opacity

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

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

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

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

This text has shadow with #EFDFFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFDFFA.

Preview

Color preview on black background

This text has color #EFDFFA on black background.


Color preview on white background

This text has color #EFDFFA on white background.


Black color preview on #EFDFFA background

This text has black color on #EFDFFA background.


White color preview on #EFDFFA background

This text has white color on #EFDFFA background.


Related colors

Complementary color

Complementary color for #hex is #102005.


I love getcolorcode.com

Triadic colors

1 #FAEFDF and #DFFAEF with #EFDFFA are triadic colors.

2 #FADFEF and #DFEFFA with #EFDFFA are triadic colors.