COLOR #E7DFFE

HEX: #E7DFFE RGB: (231,223,254)

Color info

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

RGB color model

#E7DFFE color RGB value is (231,223,254).

RGB: (231,223,254) (91%, 87%, 100%)

RGB channels and saturation

R 231 of 255 = 91%
G 223 of 255 = 87%
B 254 of 255 = 100%

231
223
254

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

Portions of RGB colors in percentages

R + G + B = 231 + 223 + 254 = 708 (100%)
R 231 of 708 ~ 32.63%
G 223 of 708 ~ 31.5%
B 254 of 708 ~ 35.88'%

%32.63
%31.5
%35.88

CMYK color model

#E7DFFE color CMYK value is (9,12,0,0).

  • cyan value is 9.06%
  • magenta value is 12.20%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (9,12,0,0)
C9M12Y0K0 (9%, 12%, 0%, 0%)
(0.09 / 0.12 / 0.00 / 0.00)

CMYK percentages

%9.06
%12.2
%0
%0.39

Codes

Color #E7DFFE in popluar color models

E7 DF FE
RGB 231 223 254
HSL 255° 93.94% 93.53%
HSB/HSV 255° 12.20% 99.61%
CMYK 9.06% 12.20% 0.00%
0.39%

Color #E7DFFE in popluar number systems.

HEX E7 DF FE
Decimal 231 223 254
Binary 11100111 11011111 11111110
Octal 347 337 376

Shades and tints

Shades of #E7DFFE

#E7DFFE
(231,223,254)
#D2CBE7
(210,203,231)
#BDB7D0
(189,183,208)
#A8A3B9
(168,163,185)
#938FA2
(147,143,162)
#7E7B8B
(126,123,139)
#696774
(105,103,116)
#54535D
(84,83,93)
#3F3F46
(63,63,70)
#2A2B2F
(42,43,47)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #E7DFFE

#E7DFFE
(231,223,254)
#E9E1FE
(233,225,254)
#EBE3FE
(235,227,254)
#EDE5FE
(237,229,254)
#EFE7FE
(239,231,254)
#F1E9FE
(241,233,254)
#F3EBFE
(243,235,254)
#F5EDFE
(245,237,254)
#F7EFFE
(247,239,254)
#F9F1FE
(249,241,254)
#FBF3FE
(251,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7DFFE color. Also use rgb(231,223,254) instead hex code.

Text Font Color

.myTextColor { color: #E7DFFE; }

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

This text font color is #E7DFFE.

Background Color

.myBgColor { background-color: #E7DFFE; }

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

This div background color is #E7DFFE.

Border color

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

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

This div border color is #E7DFFE.

Opacity

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

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

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

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

This text has shadow with #E7DFFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DFFE.

Preview

Color preview on black background

This text has color #E7DFFE on black background.


Color preview on white background

This text has color #E7DFFE on white background.


Black color preview on #E7DFFE background

This text has black color on #E7DFFE background.


White color preview on #E7DFFE background

This text has white color on #E7DFFE background.


Related colors

Complementary color

Complementary color for #hex is #182001.


I love getcolorcode.com

Triadic colors

1 #FEE7DF and #DFFEE7 with #E7DFFE are triadic colors.

2 #FEDFE7 and #DFE7FE with #E7DFFE are triadic colors.