COLOR #E9DFFC

HEX: #E9DFFC RGB: (233,223,252)

Color info

#E9DFFC contains red, green and blue colors in about the same proportion. Web safe color of #E9DFFC is #FFCCFF (or #FCF).

RGB color model

#E9DFFC color RGB value is (233,223,252).

RGB: (233,223,252) (91%, 87%, 99%)

RGB channels and saturation

R 233 of 255 = 91%
G 223 of 255 = 87%
B 252 of 255 = 99%

233
223
252

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

Portions of RGB colors in percentages

R + G + B = 233 + 223 + 252 = 708 (100%)
R 233 of 708 ~ 32.91%
G 223 of 708 ~ 31.5%
B 252 of 708 ~ 35.59'%

%32.91
%31.5
%35.59

CMYK color model

#E9DFFC color CMYK value is (8,12,0,1).

  • cyan value is 7.54%
  • magenta value is 11.51%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (8,12,0,1)
C8M12Y0K1 (8%, 12%, 0%, 1%)
(0.08 / 0.12 / 0.00 / 0.01)

CMYK percentages

%7.54
%11.51
%0
%1.18

Codes

Color #E9DFFC in popluar color models

E9 DF FC
RGB 233 223 252
HSL 261° 82.86% 93.14%
HSB/HSV 261° 11.51% 98.82%
CMYK 7.54% 11.51% 0.00%
1.18%

Color #E9DFFC in popluar number systems.

HEX E9 DF FC
Decimal 233 223 252
Binary 11101001 11011111 11111100
Octal 351 337 374

Shades and tints

Shades of #E9DFFC

#E9DFFC
(233,223,252)
#D4CBE6
(212,203,230)
#BFB7D0
(191,183,208)
#AAA3BA
(170,163,186)
#958FA4
(149,143,164)
#807B8E
(128,123,142)
#6B6778
(107,103,120)
#565362
(86,83,98)
#413F4C
(65,63,76)
#2C2B36
(44,43,54)
#171720
(23,23,32)
#000000
(0,0,0)

Tints of #E9DFFC

#E9DFFC
(233,223,252)
#EBE1FC
(235,225,252)
#EDE3FC
(237,227,252)
#EFE5FC
(239,229,252)
#F1E7FC
(241,231,252)
#F3E9FC
(243,233,252)
#F5EBFC
(245,235,252)
#F7EDFC
(247,237,252)
#F9EFFC
(249,239,252)
#FBF1FC
(251,241,252)
#FDF3FC
(253,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DFFC; }

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

This text font color is #E9DFFC.

Background Color

.myBgColor { background-color: #E9DFFC; }

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

This div background color is #E9DFFC.

Border color

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

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

This div border color is #E9DFFC.

Opacity

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

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

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

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

This text has shadow with #E9DFFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9DFFC.

Preview

Color preview on black background

This text has color #E9DFFC on black background.


Color preview on white background

This text has color #E9DFFC on white background.


Black color preview on #E9DFFC background

This text has black color on #E9DFFC background.


White color preview on #E9DFFC background

This text has white color on #E9DFFC background.


Related colors

Complementary color

Complementary color for #hex is #162003.


I love getcolorcode.com

Triadic colors

1 #FCE9DF and #DFFCE9 with #E9DFFC are triadic colors.

2 #FCDFE9 and #DFE9FC with #E9DFFC are triadic colors.