COLOR #E6DCEB

HEX: #E6DCEB RGB: (230,220,235)

Color info

#E6DCEB contains red, green and blue colors in about the same proportion. Web safe color of #E6DCEB is #CCCCFF (or #CCF).

RGB color model

#E6DCEB color RGB value is (230,220,235).

RGB: (230,220,235) (90%, 86%, 92%)

RGB channels and saturation

R 230 of 255 = 90%
G 220 of 255 = 86%
B 235 of 255 = 92%

230
220
235

R + G + B ~ 89%. #E6DCEB is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 220 + 235 = 685 (100%)
R 230 of 685 ~ 33.58%
G 220 of 685 ~ 32.12%
B 235 of 685 ~ 34.31'%

%33.58
%32.12
%34.31

CMYK color model

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

  • cyan value is 2.13%
  • 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

%2.13
%6.38
%0
%7.84

Codes

Color #E6DCEB in popluar color models

E6 DC EB
RGB 230 220 235
HSL 280° 27.27% 89.22%
HSB/HSV 280° 6.38% 92.16%
CMYK 2.13% 6.38% 0.00%
7.84%

Color #E6DCEB in popluar number systems.

HEX E6 DC EB
Decimal 230 220 235
Binary 11100110 11011100 11101011
Octal 346 334 353

Shades and tints

Shades of #E6DCEB

#E6DCEB
(230,220,235)
#D2C8D6
(210,200,214)
#BEB4C1
(190,180,193)
#AAA0AC
(170,160,172)
#968C97
(150,140,151)
#827882
(130,120,130)
#6E646D
(110,100,109)
#5A5058
(90,80,88)
#463C43
(70,60,67)
#32282E
(50,40,46)
#1E1419
(30,20,25)
#000000
(0,0,0)

Tints of #E6DCEB

#E6DCEB
(230,220,235)
#E8DFEC
(232,223,236)
#EAE2ED
(234,226,237)
#ECE5EE
(236,229,238)
#EEE8EF
(238,232,239)
#F0EBF0
(240,235,240)
#F2EEF1
(242,238,241)
#F4F1F2
(244,241,242)
#F6F4F3
(246,244,243)
#F8F7F4
(248,247,244)
#FAFAF5
(250,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DCEB; }

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

This text font color is #E6DCEB.

Background Color

.myBgColor { background-color: #E6DCEB; }

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

This div background color is #E6DCEB.

Border color

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

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

This div border color is #E6DCEB.

Opacity

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

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

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

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

This text has shadow with #E6DCEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DCEB.

Preview

Color preview on black background

This text has color #E6DCEB on black background.


Color preview on white background

This text has color #E6DCEB on white background.


Black color preview on #E6DCEB background

This text has black color on #E6DCEB background.


White color preview on #E6DCEB background

This text has white color on #E6DCEB background.


Related colors

Complementary color

Complementary color for #hex is #192314.


I love getcolorcode.com

Triadic colors

1 #EBE6DC and #DCEBE6 with #E6DCEB are triadic colors.

2 #EBDCE6 and #DCE6EB with #E6DCEB are triadic colors.