COLOR #E6DCEA

HEX: #E6DCEA RGB: (230,220,234)

Color info

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

RGB color model

#E6DCEA color RGB value is (230,220,234).

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

RGB channels and saturation

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

230
220
234

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

Portions of RGB colors in percentages

R + G + B = 230 + 220 + 234 = 684 (100%)
R 230 of 684 ~ 33.63%
G 220 of 684 ~ 32.16%
B 234 of 684 ~ 34.21'%

%33.63
%32.16
%34.21

CMYK color model

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

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

CMYK: (2,6,0,8)
C2M6Y0K8 (2%, 6%, 0%, 8%)
(0.02 / 0.06 / 0.00 / 0.08)

CMYK percentages

%1.71
%5.98
%0
%8.24

Codes

Color #E6DCEA in popluar color models

E6 DC EA
RGB 230 220 234
HSL 283° 25.00% 89.02%
HSB/HSV 283° 5.98% 91.76%
CMYK 1.71% 5.98% 0.00%
8.24%

Color #E6DCEA in popluar number systems.

HEX E6 DC EA
Decimal 230 220 234
Binary 11100110 11011100 11101010
Octal 346 334 352

Shades and tints

Shades of #E6DCEA

#E6DCEA
(230,220,234)
#D2C8D5
(210,200,213)
#BEB4C0
(190,180,192)
#AAA0AB
(170,160,171)
#968C96
(150,140,150)
#827881
(130,120,129)
#6E646C
(110,100,108)
#5A5057
(90,80,87)
#463C42
(70,60,66)
#32282D
(50,40,45)
#1E1418
(30,20,24)
#000000
(0,0,0)

Tints of #E6DCEA

#E6DCEA
(230,220,234)
#E8DFEB
(232,223,235)
#EAE2EC
(234,226,236)
#ECE5ED
(236,229,237)
#EEE8EE
(238,232,238)
#F0EBEF
(240,235,239)
#F2EEF0
(242,238,240)
#F4F1F1
(244,241,241)
#F6F4F2
(246,244,242)
#F8F7F3
(248,247,243)
#FAFAF4
(250,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DCEA; }

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

This text font color is #E6DCEA.

Background Color

.myBgColor { background-color: #E6DCEA; }

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

This div background color is #E6DCEA.

Border color

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

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

This div border color is #E6DCEA.

Opacity

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

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

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

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

This text has shadow with #E6DCEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DCEA.

Preview

Color preview on black background

This text has color #E6DCEA on black background.


Color preview on white background

This text has color #E6DCEA on white background.


Black color preview on #E6DCEA background

This text has black color on #E6DCEA background.


White color preview on #E6DCEA background

This text has white color on #E6DCEA background.


Related colors

Complementary color

Complementary color for #hex is #192315.


I love getcolorcode.com

Triadic colors

1 #EAE6DC and #DCEAE6 with #E6DCEA are triadic colors.

2 #EADCE6 and #DCE6EA with #E6DCEA are triadic colors.