COLOR #E6DCEE

HEX: #E6DCEE RGB: (230,220,238)

Color info

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

RGB color model

#E6DCEE color RGB value is (230,220,238).

RGB: (230,220,238) (90%, 86%, 93%)

RGB channels and saturation

R 230 of 255 = 90%
G 220 of 255 = 86%
B 238 of 255 = 93%

230
220
238

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

Portions of RGB colors in percentages

R + G + B = 230 + 220 + 238 = 688 (100%)
R 230 of 688 ~ 33.43%
G 220 of 688 ~ 31.98%
B 238 of 688 ~ 34.59'%

%33.43
%31.98
%34.59

CMYK color model

#E6DCEE color CMYK value is (3,8,0,7).

  • cyan value is 3.36%
  • magenta value is 7.56%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (3,8,0,7)
C3M8Y0K7 (3%, 8%, 0%, 7%)
(0.03 / 0.08 / 0.00 / 0.07)

CMYK percentages

%3.36
%7.56
%0
%6.67

Codes

Color #E6DCEE in popluar color models

E6 DC EE
RGB 230 220 238
HSL 273° 34.62% 89.80%
HSB/HSV 273° 7.56% 93.33%
CMYK 3.36% 7.56% 0.00%
6.67%

Color #E6DCEE in popluar number systems.

HEX E6 DC EE
Decimal 230 220 238
Binary 11100110 11011100 11101110
Octal 346 334 356

Shades and tints

Shades of #E6DCEE

#E6DCEE
(230,220,238)
#D2C8D9
(210,200,217)
#BEB4C4
(190,180,196)
#AAA0AF
(170,160,175)
#968C9A
(150,140,154)
#827885
(130,120,133)
#6E6470
(110,100,112)
#5A505B
(90,80,91)
#463C46
(70,60,70)
#322831
(50,40,49)
#1E141C
(30,20,28)
#000000
(0,0,0)

Tints of #E6DCEE

#E6DCEE
(230,220,238)
#E8DFEF
(232,223,239)
#EAE2F0
(234,226,240)
#ECE5F1
(236,229,241)
#EEE8F2
(238,232,242)
#F0EBF3
(240,235,243)
#F2EEF4
(242,238,244)
#F4F1F5
(244,241,245)
#F6F4F6
(246,244,246)
#F8F7F7
(248,247,247)
#FAFAF8
(250,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DCEE; }

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

This text font color is #E6DCEE.

Background Color

.myBgColor { background-color: #E6DCEE; }

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

This div background color is #E6DCEE.

Border color

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

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

This div border color is #E6DCEE.

Opacity

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

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

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

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

This text has shadow with #E6DCEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DCEE.

Preview

Color preview on black background

This text has color #E6DCEE on black background.


Color preview on white background

This text has color #E6DCEE on white background.


Black color preview on #E6DCEE background

This text has black color on #E6DCEE background.


White color preview on #E6DCEE background

This text has white color on #E6DCEE background.


Related colors

Complementary color

Complementary color for #hex is #192311.


I love getcolorcode.com

Triadic colors

1 #EEE6DC and #DCEEE6 with #E6DCEE are triadic colors.

2 #EEDCE6 and #DCE6EE with #E6DCEE are triadic colors.