COLOR #E6DBFA

HEX: #E6DBFA RGB: (230,219,250)

Color info

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

RGB color model

#E6DBFA color RGB value is (230,219,250).

RGB: (230,219,250) (90%, 86%, 98%)

RGB channels and saturation

R 230 of 255 = 90%
G 219 of 255 = 86%
B 250 of 255 = 98%

230
219
250

R + G + B ~ 91%. #E6DBFA is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 219 + 250 = 699 (100%)
R 230 of 699 ~ 32.9%
G 219 of 699 ~ 31.33%
B 250 of 699 ~ 35.77'%

%32.9
%31.33
%35.77

CMYK color model

#E6DBFA color CMYK value is (8,12,0,2).

  • cyan value is 8.00%
  • magenta value is 12.40%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (8,12,0,2)
C8M12Y0K2 (8%, 12%, 0%, 2%)
(0.08 / 0.12 / 0.00 / 0.02)

CMYK percentages

%8
%12.4
%0
%1.96

Codes

Color #E6DBFA in popluar color models

E6 DB FA
RGB 230 219 250
HSL 261° 75.61% 91.96%
HSB/HSV 261° 12.40% 98.04%
CMYK 8.00% 12.40% 0.00%
1.96%

Color #E6DBFA in popluar number systems.

HEX E6 DB FA
Decimal 230 219 250
Binary 11100110 11011011 11111010
Octal 346 333 372

Shades and tints

Shades of #E6DBFA

#E6DBFA
(230,219,250)
#D2C8E4
(210,200,228)
#BEB5CE
(190,181,206)
#AAA2B8
(170,162,184)
#968FA2
(150,143,162)
#827C8C
(130,124,140)
#6E6976
(110,105,118)
#5A5660
(90,86,96)
#46434A
(70,67,74)
#323034
(50,48,52)
#1E1D1E
(30,29,30)
#000000
(0,0,0)

Tints of #E6DBFA

#E6DBFA
(230,219,250)
#E8DEFA
(232,222,250)
#EAE1FA
(234,225,250)
#ECE4FA
(236,228,250)
#EEE7FA
(238,231,250)
#F0EAFA
(240,234,250)
#F2EDFA
(242,237,250)
#F4F0FA
(244,240,250)
#F6F3FA
(246,243,250)
#F8F6FA
(248,246,250)
#FAF9FA
(250,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DBFA; }

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

This text font color is #E6DBFA.

Background Color

.myBgColor { background-color: #E6DBFA; }

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

This div background color is #E6DBFA.

Border color

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

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

This div border color is #E6DBFA.

Opacity

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

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

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

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

This text has shadow with #E6DBFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DBFA.

Preview

Color preview on black background

This text has color #E6DBFA on black background.


Color preview on white background

This text has color #E6DBFA on white background.


Black color preview on #E6DBFA background

This text has black color on #E6DBFA background.


White color preview on #E6DBFA background

This text has white color on #E6DBFA background.


Related colors

Complementary color

Complementary color for #hex is #192405.


I love getcolorcode.com

Triadic colors

1 #FAE6DB and #DBFAE6 with #E6DBFA are triadic colors.

2 #FADBE6 and #DBE6FA with #E6DBFA are triadic colors.