COLOR #E7DEF8

HEX: #E7DEF8 RGB: (231,222,248)

Color info

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

RGB color model

#E7DEF8 color RGB value is (231,222,248).

RGB: (231,222,248) (91%, 87%, 97%)

RGB channels and saturation

R 231 of 255 = 91%
G 222 of 255 = 87%
B 248 of 255 = 97%

231
222
248

R + G + B ~ 92%. #E7DEF8 is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 222 + 248 = 701 (100%)
R 231 of 701 ~ 32.95%
G 222 of 701 ~ 31.67%
B 248 of 701 ~ 35.38'%

%32.95
%31.67
%35.38

CMYK color model

#E7DEF8 color CMYK value is (7,10,0,3).

  • cyan value is 6.85%
  • magenta value is 10.48%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (7,10,0,3)
C7M10Y0K3 (7%, 10%, 0%, 3%)
(0.07 / 0.10 / 0.00 / 0.03)

CMYK percentages

%6.85
%10.48
%0
%2.75

Codes

Color #E7DEF8 in popluar color models

E7 DE F8
RGB 231 222 248
HSL 261° 65.00% 92.16%
HSB/HSV 261° 10.48% 97.25%
CMYK 6.85% 10.48% 0.00%
2.75%

Color #E7DEF8 in popluar number systems.

HEX E7 DE F8
Decimal 231 222 248
Binary 11100111 11011110 11111000
Octal 347 336 370

Shades and tints

Shades of #E7DEF8

#E7DEF8
(231,222,248)
#D2CAE2
(210,202,226)
#BDB6CC
(189,182,204)
#A8A2B6
(168,162,182)
#938EA0
(147,142,160)
#7E7A8A
(126,122,138)
#696674
(105,102,116)
#54525E
(84,82,94)
#3F3E48
(63,62,72)
#2A2A32
(42,42,50)
#15161C
(21,22,28)
#000000
(0,0,0)

Tints of #E7DEF8

#E7DEF8
(231,222,248)
#E9E1F8
(233,225,248)
#EBE4F8
(235,228,248)
#EDE7F8
(237,231,248)
#EFEAF8
(239,234,248)
#F1EDF8
(241,237,248)
#F3F0F8
(243,240,248)
#F5F3F8
(245,243,248)
#F7F6F8
(247,246,248)
#F9F9F8
(249,249,248)
#FBFCF8
(251,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7DEF8 color. Also use rgb(231,222,248) instead hex code.

Text Font Color

.myTextColor { color: #E7DEF8; }

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

This text font color is #E7DEF8.

Background Color

.myBgColor { background-color: #E7DEF8; }

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

This div background color is #E7DEF8.

Border color

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

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

This div border color is #E7DEF8.

Opacity

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

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

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

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

This text has shadow with #E7DEF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DEF8.

Preview

Color preview on black background

This text has color #E7DEF8 on black background.


Color preview on white background

This text has color #E7DEF8 on white background.


Black color preview on #E7DEF8 background

This text has black color on #E7DEF8 background.


White color preview on #E7DEF8 background

This text has white color on #E7DEF8 background.


Related colors

Complementary color

Complementary color for #hex is #182107.


I love getcolorcode.com

Triadic colors

1 #F8E7DE and #DEF8E7 with #E7DEF8 are triadic colors.

2 #F8DEE7 and #DEE7F8 with #E7DEF8 are triadic colors.