COLOR #E6DFFA

HEX: #E6DFFA RGB: (230,223,250)

Color info

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

RGB color model

#E6DFFA color RGB value is (230,223,250).

RGB: (230,223,250) (90%, 87%, 98%)

RGB channels and saturation

R 230 of 255 = 90%
G 223 of 255 = 87%
B 250 of 255 = 98%

230
223
250

R + G + B ~ 92%. #E6DFFA is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 223 + 250 = 703 (100%)
R 230 of 703 ~ 32.72%
G 223 of 703 ~ 31.72%
B 250 of 703 ~ 35.56'%

%32.72
%31.72
%35.56

CMYK color model

#E6DFFA color CMYK value is (8,11,0,2).

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

CMYK: (8,11,0,2)
C8M11Y0K2 (8%, 11%, 0%, 2%)
(0.08 / 0.11 / 0.00 / 0.02)

CMYK percentages

%8
%10.8
%0
%1.96

Codes

Color #E6DFFA in popluar color models

E6 DF FA
RGB 230 223 250
HSL 256° 72.97% 92.75%
HSB/HSV 256° 10.80% 98.04%
CMYK 8.00% 10.80% 0.00%
1.96%

Color #E6DFFA in popluar number systems.

HEX E6 DF FA
Decimal 230 223 250
Binary 11100110 11011111 11111010
Octal 346 337 372

Shades and tints

Shades of #E6DFFA

#E6DFFA
(230,223,250)
#D2CBE4
(210,203,228)
#BEB7CE
(190,183,206)
#AAA3B8
(170,163,184)
#968FA2
(150,143,162)
#827B8C
(130,123,140)
#6E6776
(110,103,118)
#5A5360
(90,83,96)
#463F4A
(70,63,74)
#322B34
(50,43,52)
#1E171E
(30,23,30)
#000000
(0,0,0)

Tints of #E6DFFA

#E6DFFA
(230,223,250)
#E8E1FA
(232,225,250)
#EAE3FA
(234,227,250)
#ECE5FA
(236,229,250)
#EEE7FA
(238,231,250)
#F0E9FA
(240,233,250)
#F2EBFA
(242,235,250)
#F4EDFA
(244,237,250)
#F6EFFA
(246,239,250)
#F8F1FA
(248,241,250)
#FAF3FA
(250,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DFFA; }

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

This text font color is #E6DFFA.

Background Color

.myBgColor { background-color: #E6DFFA; }

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

This div background color is #E6DFFA.

Border color

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

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

This div border color is #E6DFFA.

Opacity

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

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

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

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

This text has shadow with #E6DFFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DFFA.

Preview

Color preview on black background

This text has color #E6DFFA on black background.


Color preview on white background

This text has color #E6DFFA on white background.


Black color preview on #E6DFFA background

This text has black color on #E6DFFA background.


White color preview on #E6DFFA background

This text has white color on #E6DFFA background.


Related colors

Complementary color

Complementary color for #hex is #192005.


I love getcolorcode.com

Triadic colors

1 #FAE6DF and #DFFAE6 with #E6DFFA are triadic colors.

2 #FADFE6 and #DFE6FA with #E6DFFA are triadic colors.