COLOR #E7DEF6

HEX: #E7DEF6 RGB: (231,222,246)

Color info

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

RGB color model

#E7DEF6 color RGB value is (231,222,246).

RGB: (231,222,246) (91%, 87%, 96%)

RGB channels and saturation

R 231 of 255 = 91%
G 222 of 255 = 87%
B 246 of 255 = 96%

231
222
246

R + G + B ~ 91%. #E7DEF6 is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 222 + 246 = 699 (100%)
R 231 of 699 ~ 33.05%
G 222 of 699 ~ 31.76%
B 246 of 699 ~ 35.19'%

%33.05
%31.76
%35.19

CMYK color model

#E7DEF6 color CMYK value is (6,10,0,4).

  • cyan value is 6.10%
  • magenta value is 9.76%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (6,10,0,4)
C6M10Y0K4 (6%, 10%, 0%, 4%)
(0.06 / 0.10 / 0.00 / 0.04)

CMYK percentages

%6.1
%9.76
%0
%3.53

Codes

Color #E7DEF6 in popluar color models

E7 DE F6
RGB 231 222 246
HSL 263° 57.14% 91.76%
HSB/HSV 263° 9.76% 96.47%
CMYK 6.10% 9.76% 0.00%
3.53%

Color #E7DEF6 in popluar number systems.

HEX E7 DE F6
Decimal 231 222 246
Binary 11100111 11011110 11110110
Octal 347 336 366

Shades and tints

Shades of #E7DEF6

#E7DEF6
(231,222,246)
#D2CAE0
(210,202,224)
#BDB6CA
(189,182,202)
#A8A2B4
(168,162,180)
#938E9E
(147,142,158)
#7E7A88
(126,122,136)
#696672
(105,102,114)
#54525C
(84,82,92)
#3F3E46
(63,62,70)
#2A2A30
(42,42,48)
#15161A
(21,22,26)
#000000
(0,0,0)

Tints of #E7DEF6

#E7DEF6
(231,222,246)
#E9E1F6
(233,225,246)
#EBE4F6
(235,228,246)
#EDE7F6
(237,231,246)
#EFEAF6
(239,234,246)
#F1EDF6
(241,237,246)
#F3F0F6
(243,240,246)
#F5F3F6
(245,243,246)
#F7F6F6
(247,246,246)
#F9F9F6
(249,249,246)
#FBFCF6
(251,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DEF6; }

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

This text font color is #E7DEF6.

Background Color

.myBgColor { background-color: #E7DEF6; }

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

This div background color is #E7DEF6.

Border color

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

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

This div border color is #E7DEF6.

Opacity

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

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

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

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

This text has shadow with #E7DEF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DEF6.

Preview

Color preview on black background

This text has color #E7DEF6 on black background.


Color preview on white background

This text has color #E7DEF6 on white background.


Black color preview on #E7DEF6 background

This text has black color on #E7DEF6 background.


White color preview on #E7DEF6 background

This text has white color on #E7DEF6 background.


Related colors

Complementary color

Complementary color for #hex is #182109.


I love getcolorcode.com

Triadic colors

1 #F6E7DE and #DEF6E7 with #E7DEF6 are triadic colors.

2 #F6DEE7 and #DEE7F6 with #E7DEF6 are triadic colors.