COLOR #E7DCEA

HEX: #E7DCEA RGB: (231,220,234)

Color info

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

RGB color model

#E7DCEA color RGB value is (231,220,234).

RGB: (231,220,234) (91%, 86%, 92%)

RGB channels and saturation

R 231 of 255 = 91%
G 220 of 255 = 86%
B 234 of 255 = 92%

231
220
234

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

Portions of RGB colors in percentages

R + G + B = 231 + 220 + 234 = 685 (100%)
R 231 of 685 ~ 33.72%
G 220 of 685 ~ 32.12%
B 234 of 685 ~ 34.16'%

%33.72
%32.12
%34.16

CMYK color model

#E7DCEA color CMYK value is (1,6,0,8).

  • cyan value is 1.28%
  • magenta value is 5.98%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (1,6,0,8)
C1M6Y0K8 (1%, 6%, 0%, 8%)
(0.01 / 0.06 / 0.00 / 0.08)

CMYK percentages

%1.28
%5.98
%0
%8.24

Codes

Color #E7DCEA in popluar color models

E7 DC EA
RGB 231 220 234
HSL 287° 25.00% 89.02%
HSB/HSV 287° 5.98% 91.76%
CMYK 1.28% 5.98% 0.00%
8.24%

Color #E7DCEA in popluar number systems.

HEX E7 DC EA
Decimal 231 220 234
Binary 11100111 11011100 11101010
Octal 347 334 352

Shades and tints

Shades of #E7DCEA

#E7DCEA
(231,220,234)
#D2C8D5
(210,200,213)
#BDB4C0
(189,180,192)
#A8A0AB
(168,160,171)
#938C96
(147,140,150)
#7E7881
(126,120,129)
#69646C
(105,100,108)
#545057
(84,80,87)
#3F3C42
(63,60,66)
#2A282D
(42,40,45)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #E7DCEA

#E7DCEA
(231,220,234)
#E9DFEB
(233,223,235)
#EBE2EC
(235,226,236)
#EDE5ED
(237,229,237)
#EFE8EE
(239,232,238)
#F1EBEF
(241,235,239)
#F3EEF0
(243,238,240)
#F5F1F1
(245,241,241)
#F7F4F2
(247,244,242)
#F9F7F3
(249,247,243)
#FBFAF4
(251,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7DCEA color. Also use rgb(231,220,234) instead hex code.

Text Font Color

.myTextColor { color: #E7DCEA; }

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

This text font color is #E7DCEA.

Background Color

.myBgColor { background-color: #E7DCEA; }

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

This div background color is #E7DCEA.

Border color

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

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

This div border color is #E7DCEA.

Opacity

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

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

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

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

This text has shadow with #E7DCEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DCEA.

Preview

Color preview on black background

This text has color #E7DCEA on black background.


Color preview on white background

This text has color #E7DCEA on white background.


Black color preview on #E7DCEA background

This text has black color on #E7DCEA background.


White color preview on #E7DCEA background

This text has white color on #E7DCEA background.


Related colors

Complementary color

Complementary color for #hex is #182315.


I love getcolorcode.com

Triadic colors

1 #EAE7DC and #DCEAE7 with #E7DCEA are triadic colors.

2 #EADCE7 and #DCE7EA with #E7DCEA are triadic colors.