COLOR #E6DBF1

HEX: #E6DBF1 RGB: (230,219,241)

Color info

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

RGB color model

#E6DBF1 color RGB value is (230,219,241).

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

RGB channels and saturation

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

230
219
241

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

Portions of RGB colors in percentages

R + G + B = 230 + 219 + 241 = 690 (100%)
R 230 of 690 ~ 33.33%
G 219 of 690 ~ 31.74%
B 241 of 690 ~ 34.93'%

%33.33
%31.74
%34.93

CMYK color model

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

  • cyan value is 4.56%
  • magenta value is 9.13%
  • 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
%9.13
%0
%5.49

Codes

Color #E6DBF1 in popluar color models

E6 DB F1
RGB 230 219 241
HSL 270° 44.00% 90.20%
HSB/HSV 270° 9.13% 94.51%
CMYK 4.56% 9.13% 0.00%
5.49%

Color #E6DBF1 in popluar number systems.

HEX E6 DB F1
Decimal 230 219 241
Binary 11100110 11011011 11110001
Octal 346 333 361

Shades and tints

Shades of #E6DBF1

#E6DBF1
(230,219,241)
#D2C8DC
(210,200,220)
#BEB5C7
(190,181,199)
#AAA2B2
(170,162,178)
#968F9D
(150,143,157)
#827C88
(130,124,136)
#6E6973
(110,105,115)
#5A565E
(90,86,94)
#464349
(70,67,73)
#323034
(50,48,52)
#1E1D1F
(30,29,31)
#000000
(0,0,0)

Tints of #E6DBF1

#E6DBF1
(230,219,241)
#E8DEF2
(232,222,242)
#EAE1F3
(234,225,243)
#ECE4F4
(236,228,244)
#EEE7F5
(238,231,245)
#F0EAF6
(240,234,246)
#F2EDF7
(242,237,247)
#F4F0F8
(244,240,248)
#F6F3F9
(246,243,249)
#F8F6FA
(248,246,250)
#FAF9FB
(250,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DBF1; }

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

This text font color is #E6DBF1.

Background Color

.myBgColor { background-color: #E6DBF1; }

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

This div background color is #E6DBF1.

Border color

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

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

This div border color is #E6DBF1.

Opacity

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

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

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

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

This text has shadow with #E6DBF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DBF1.

Preview

Color preview on black background

This text has color #E6DBF1 on black background.


Color preview on white background

This text has color #E6DBF1 on white background.


Black color preview on #E6DBF1 background

This text has black color on #E6DBF1 background.


White color preview on #E6DBF1 background

This text has white color on #E6DBF1 background.


Related colors

Complementary color

Complementary color for #hex is #19240E.


I love getcolorcode.com

Triadic colors

1 #F1E6DB and #DBF1E6 with #E6DBF1 are triadic colors.

2 #F1DBE6 and #DBE6F1 with #E6DBF1 are triadic colors.