COLOR #E7DFEE

HEX: #E7DFEE RGB: (231,223,238)

Color info

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

RGB color model

#E7DFEE color RGB value is (231,223,238).

RGB: (231,223,238) (91%, 87%, 93%)

RGB channels and saturation

R 231 of 255 = 91%
G 223 of 255 = 87%
B 238 of 255 = 93%

231
223
238

R + G + B ~ 90%. #E7DFEE is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 223 + 238 = 692 (100%)
R 231 of 692 ~ 33.38%
G 223 of 692 ~ 32.23%
B 238 of 692 ~ 34.39'%

%33.38
%32.23
%34.39

CMYK color model

#E7DFEE color CMYK value is (3,6,0,7).

  • cyan value is 2.94%
  • magenta value is 6.30%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (3,6,0,7)
C3M6Y0K7 (3%, 6%, 0%, 7%)
(0.03 / 0.06 / 0.00 / 0.07)

CMYK percentages

%2.94
%6.3
%0
%6.67

Codes

Color #E7DFEE in popluar color models

E7 DF EE
RGB 231 223 238
HSL 272° 30.61% 90.39%
HSB/HSV 272° 6.30% 93.33%
CMYK 2.94% 6.30% 0.00%
6.67%

Color #E7DFEE in popluar number systems.

HEX E7 DF EE
Decimal 231 223 238
Binary 11100111 11011111 11101110
Octal 347 337 356

Shades and tints

Shades of #E7DFEE

#E7DFEE
(231,223,238)
#D2CBD9
(210,203,217)
#BDB7C4
(189,183,196)
#A8A3AF
(168,163,175)
#938F9A
(147,143,154)
#7E7B85
(126,123,133)
#696770
(105,103,112)
#54535B
(84,83,91)
#3F3F46
(63,63,70)
#2A2B31
(42,43,49)
#15171C
(21,23,28)
#000000
(0,0,0)

Tints of #E7DFEE

#E7DFEE
(231,223,238)
#E9E1EF
(233,225,239)
#EBE3F0
(235,227,240)
#EDE5F1
(237,229,241)
#EFE7F2
(239,231,242)
#F1E9F3
(241,233,243)
#F3EBF4
(243,235,244)
#F5EDF5
(245,237,245)
#F7EFF6
(247,239,246)
#F9F1F7
(249,241,247)
#FBF3F8
(251,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DFEE; }

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

This text font color is #E7DFEE.

Background Color

.myBgColor { background-color: #E7DFEE; }

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

This div background color is #E7DFEE.

Border color

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

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

This div border color is #E7DFEE.

Opacity

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

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

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

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

This text has shadow with #E7DFEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DFEE.

Preview

Color preview on black background

This text has color #E7DFEE on black background.


Color preview on white background

This text has color #E7DFEE on white background.


Black color preview on #E7DFEE background

This text has black color on #E7DFEE background.


White color preview on #E7DFEE background

This text has white color on #E7DFEE background.


Related colors

Complementary color

Complementary color for #hex is #182011.


I love getcolorcode.com

Triadic colors

1 #EEE7DF and #DFEEE7 with #E7DFEE are triadic colors.

2 #EEDFE7 and #DFE7EE with #E7DFEE are triadic colors.