COLOR #E6DCF1

HEX: #E6DCF1 RGB: (230,220,241)

Color info

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

RGB color model

#E6DCF1 color RGB value is (230,220,241).

RGB: (230,220,241) (90%, 86%, 95%)

RGB channels and saturation

R 230 of 255 = 90%
G 220 of 255 = 86%
B 241 of 255 = 95%

230
220
241

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

Portions of RGB colors in percentages

R + G + B = 230 + 220 + 241 = 691 (100%)
R 230 of 691 ~ 33.29%
G 220 of 691 ~ 31.84%
B 241 of 691 ~ 34.88'%

%33.29
%31.84
%34.88

CMYK color model

#E6DCF1 color CMYK value is (5,9,0,5).

  • cyan value is 4.56%
  • magenta value is 8.71%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (5,9,0,5)
C5M9Y0K5 (5%, 9%, 0%, 5%)
(0.05 / 0.09 / 0.00 / 0.05)

CMYK percentages

%4.56
%8.71
%0
%5.49

Codes

Color #E6DCF1 in popluar color models

E6 DC F1
RGB 230 220 241
HSL 269° 42.86% 90.39%
HSB/HSV 269° 8.71% 94.51%
CMYK 4.56% 8.71% 0.00%
5.49%

Color #E6DCF1 in popluar number systems.

HEX E6 DC F1
Decimal 230 220 241
Binary 11100110 11011100 11110001
Octal 346 334 361

Shades and tints

Shades of #E6DCF1

#E6DCF1
(230,220,241)
#D2C8DC
(210,200,220)
#BEB4C7
(190,180,199)
#AAA0B2
(170,160,178)
#968C9D
(150,140,157)
#827888
(130,120,136)
#6E6473
(110,100,115)
#5A505E
(90,80,94)
#463C49
(70,60,73)
#322834
(50,40,52)
#1E141F
(30,20,31)
#000000
(0,0,0)

Tints of #E6DCF1

#E6DCF1
(230,220,241)
#E8DFF2
(232,223,242)
#EAE2F3
(234,226,243)
#ECE5F4
(236,229,244)
#EEE8F5
(238,232,245)
#F0EBF6
(240,235,246)
#F2EEF7
(242,238,247)
#F4F1F8
(244,241,248)
#F6F4F9
(246,244,249)
#F8F7FA
(248,247,250)
#FAFAFB
(250,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DCF1; }

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

This text font color is #E6DCF1.

Background Color

.myBgColor { background-color: #E6DCF1; }

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

This div background color is #E6DCF1.

Border color

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

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

This div border color is #E6DCF1.

Opacity

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

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

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

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

This text has shadow with #E6DCF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DCF1.

Preview

Color preview on black background

This text has color #E6DCF1 on black background.


Color preview on white background

This text has color #E6DCF1 on white background.


Black color preview on #E6DCF1 background

This text has black color on #E6DCF1 background.


White color preview on #E6DCF1 background

This text has white color on #E6DCF1 background.


Related colors

Complementary color

Complementary color for #hex is #19230E.


I love getcolorcode.com

Triadic colors

1 #F1E6DC and #DCF1E6 with #E6DCF1 are triadic colors.

2 #F1DCE6 and #DCE6F1 with #E6DCF1 are triadic colors.