COLOR #EFD5FF

HEX: #EFD5FF
RGB: (239,213,255)

Color info

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

RGB color model

#EFD5FF color RGB value is (239,213,255).

  • red value is 239;
  • green value is 213;
  • blue value is 255.
RGB:
(239,213,255)
(94%,84%,100%)

RGB channels and saturation

R 239 of 255 = 94%
G 213 of 255 = 84%
B 255 of 255 = 100%

239
213
255

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

Portions of RGB colors in percentages

R + G + B =
239 + 213 + 255 = 707 (100%)
R 239 of 707 ~ 33.8%
G 213 of 707 ~ 30.13%
B 255 of 707 ~ 36.07%

%33.8
%30.13
%36.07

CMYK color model

#EFD5FF color CMYK value is (6,16,0,0).

  • cyan value is 6.27%
  • magenta value is 16.47%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(6,16,0,0)
C6M16Y0K0 
(6%,16%,0%,0%)
(0.06/0.16/0.00/0.00)	

CMYK percentages

%6.27
%16.47
%0
%0

Codes

Color #EFD5FF in popluar color models

EFD5FF
RGB239213255
HSL277°100.00%91.76%
HSB/HSV277°16.47%100.00%
CMYK6.27%16.47%0.00%
0.00%

Color #EFD5FF in popluar number systems.

HEXEFD5FF
Decimal239213255
Binary111011111101010111111111
Octal357325377

Shades and tints

Shades of #EFD5FF

#EFD5FF
(239,213,255)
#DAC2E8
(218,194,232)
#C5AFD1
(197,175,209)
#B09CBA
(176,156,186)
#9B89A3
(155,137,163)
#86768C
(134,118,140)
#716375
(113,99,117)
#5C505E
(92,80,94)
#473D47
(71,61,71)
#322A30
(50,42,48)
#1D1719
(29,23,25)
#000000
(0,0,0)

Tints of #EFD5FF

#EFD5FF
(239,213,255)
#F0D8FF
(240,216,255)
#F1DBFF
(241,219,255)
#F2DEFF
(242,222,255)
#F3E1FF
(243,225,255)
#F4E4FF
(244,228,255)
#F5E7FF
(245,231,255)
#F6EAFF
(246,234,255)
#F7EDFF
(247,237,255)
#F8F0FF
(248,240,255)
#F9F3FF
(249,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD5FF color. Also use rgb(239,213,255) instead hex code.

Text Font Color

.myTextColor { color: #EFD5FF; }

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

This text font color is #EFD5FF.


Background Color

.myBgColor { background-color: #EFD5FF; }

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

This div background color is #EFD5FF.


Border color

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

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

This div border color is #EFD5FF.


Opacity

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

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

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

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

This text has shadow with #EFD5FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD5FF on black background.


Color preview on white background

This text has color #EFD5FF on white background.



Black color preview on #EFD5FF background

This text has black color on #EFD5FF background.


White color preview on #EFD5FF background

This text has white color on #EFD5FF background.