COLOR #E7DCEB

HEX: #E7DCEB RGB: (231,220,235)

Color info

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

RGB color model

#E7DCEB color RGB value is (231,220,235).

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

RGB channels and saturation

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

231
220
235

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

Portions of RGB colors in percentages

R + G + B = 231 + 220 + 235 = 686 (100%)
R 231 of 686 ~ 33.67%
G 220 of 686 ~ 32.07%
B 235 of 686 ~ 34.26'%

%33.67
%32.07
%34.26

CMYK color model

#E7DCEB color CMYK value is (2,6,0,8).

  • cyan value is 1.70%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (2,6,0,8) C2M6Y0K8 (2%,6%,0%,8%) (0.02/0.06/0.00/0.08) 

CMYK percentages

%1.7
%6.38
%0
%7.84

Codes

Color #E7DCEB in popluar color models

E7 DC EB
RGB 231 220 235
HSL 284° 27.27% 89.22%
HSB/HSV 284° 6.38% 92.16%
CMYK 1.70% 6.38% 0.00%
7.84%

Color #E7DCEB in popluar number systems.

HEX E7 DC EB
Decimal 231 220 235
Binary 11100111 11011100 11101011
Octal 347 334 353

Shades and tints

Shades of #E7DCEB

#E7DCEB
(231,220,235)
#D2C8D6
(210,200,214)
#BDB4C1
(189,180,193)
#A8A0AC
(168,160,172)
#938C97
(147,140,151)
#7E7882
(126,120,130)
#69646D
(105,100,109)
#545058
(84,80,88)
#3F3C43
(63,60,67)
#2A282E
(42,40,46)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #E7DCEB

#E7DCEB
(231,220,235)
#E9DFEC
(233,223,236)
#EBE2ED
(235,226,237)
#EDE5EE
(237,229,238)
#EFE8EF
(239,232,239)
#F1EBF0
(241,235,240)
#F3EEF1
(243,238,241)
#F5F1F2
(245,241,242)
#F7F4F3
(247,244,243)
#F9F7F4
(249,247,244)
#FBFAF5
(251,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DCEB; }

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

This text font color is #E7DCEB.

Background Color

.myBgColor { background-color: #E7DCEB; }

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

This div background color is #E7DCEB.

Border color

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

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

This div border color is #E7DCEB.

Opacity

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

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

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

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

This text has shadow with #E7DCEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DCEB.

Preview

Color preview on black background

This text has color #E7DCEB on black background.


Color preview on white background

This text has color #E7DCEB on white background.


Black color preview on #E7DCEB background

This text has black color on #E7DCEB background.


White color preview on #E7DCEB background

This text has white color on #E7DCEB background.


Related colors

Complementary color

Complementary color for #hex is #182314.


I love getcolorcode.com

Triadic colors

1 #EBE7DC and #DCEBE7 with #E7DCEB are triadic colors.

2 #EBDCE7 and #DCE7EB with #E7DCEB are triadic colors.