COLOR #E6DFFC

HEX: #E6DFFC RGB: (230,223,252)

Color info

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

RGB color model

#E6DFFC color RGB value is (230,223,252).

RGB: (230,223,252) (90%, 87%, 99%)

RGB channels and saturation

R 230 of 255 = 90%
G 223 of 255 = 87%
B 252 of 255 = 99%

230
223
252

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

Portions of RGB colors in percentages

R + G + B = 230 + 223 + 252 = 705 (100%)
R 230 of 705 ~ 32.62%
G 223 of 705 ~ 31.63%
B 252 of 705 ~ 35.74'%

%32.62
%31.63
%35.74

CMYK color model

#E6DFFC color CMYK value is (9,12,0,1).

  • cyan value is 8.73%
  • magenta value is 11.51%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK: (9,12,0,1) C9M12Y0K1 (9%,12%,0%,1%) (0.09/0.12/0.00/0.01) 

CMYK percentages

%8.73
%11.51
%0
%1.18

Codes

Color #E6DFFC in popluar color models

E6 DF FC
RGB 230 223 252
HSL 254° 82.86% 93.14%
HSB/HSV 254° 11.51% 98.82%
CMYK 8.73% 11.51% 0.00%
1.18%

Color #E6DFFC in popluar number systems.

HEX E6 DF FC
Decimal 230 223 252
Binary 11100110 11011111 11111100
Octal 346 337 374

Shades and tints

Shades of #E6DFFC

#E6DFFC
(230,223,252)
#D2CBE6
(210,203,230)
#BEB7D0
(190,183,208)
#AAA3BA
(170,163,186)
#968FA4
(150,143,164)
#827B8E
(130,123,142)
#6E6778
(110,103,120)
#5A5362
(90,83,98)
#463F4C
(70,63,76)
#322B36
(50,43,54)
#1E1720
(30,23,32)
#000000
(0,0,0)

Tints of #E6DFFC

#E6DFFC
(230,223,252)
#E8E1FC
(232,225,252)
#EAE3FC
(234,227,252)
#ECE5FC
(236,229,252)
#EEE7FC
(238,231,252)
#F0E9FC
(240,233,252)
#F2EBFC
(242,235,252)
#F4EDFC
(244,237,252)
#F6EFFC
(246,239,252)
#F8F1FC
(248,241,252)
#FAF3FC
(250,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DFFC; }

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

This text font color is #E6DFFC.

Background Color

.myBgColor { background-color: #E6DFFC; }

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

This div background color is #E6DFFC.

Border color

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

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

This div border color is #E6DFFC.

Opacity

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

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

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

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

This text has shadow with #E6DFFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DFFC.

Preview

Color preview on black background

This text has color #E6DFFC on black background.


Color preview on white background

This text has color #E6DFFC on white background.


Black color preview on #E6DFFC background

This text has black color on #E6DFFC background.


White color preview on #E6DFFC background

This text has white color on #E6DFFC background.


Related colors

Complementary color

Complementary color for #hex is #192003.


I love getcolorcode.com

Triadic colors

1 #FCE6DF and #DFFCE6 with #E6DFFC are triadic colors.

2 #FCDFE6 and #DFE6FC with #E6DFFC are triadic colors.