COLOR #E3D8FC

HEX: #E3D8FC RGB: (227,216,252)

Color info

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

RGB color model

#E3D8FC color RGB value is (227,216,252).

RGB: (227,216,252) (89%, 85%, 99%)

RGB channels and saturation

R 227 of 255 = 89%
G 216 of 255 = 85%
B 252 of 255 = 99%

227
216
252

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

Portions of RGB colors in percentages

R + G + B = 227 + 216 + 252 = 695 (100%)
R 227 of 695 ~ 32.66%
G 216 of 695 ~ 31.08%
B 252 of 695 ~ 36.26'%

%32.66
%31.08
%36.26

CMYK color model

#E3D8FC color CMYK value is (10,14,0,1).

  • cyan value is 9.92%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (10,14,0,1)
C10M14Y0K1 (10%, 14%, 0%, 1%)
(0.10 / 0.14 / 0.00 / 0.01)

CMYK percentages

%9.92
%14.29
%0
%1.18

Codes

Color #E3D8FC in popluar color models

E3 D8 FC
RGB 227 216 252
HSL 258° 85.71% 91.76%
HSB/HSV 258° 14.29% 98.82%
CMYK 9.92% 14.29% 0.00%
1.18%

Color #E3D8FC in popluar number systems.

HEX E3 D8 FC
Decimal 227 216 252
Binary 11100011 11011000 11111100
Octal 343 330 374

Shades and tints

Shades of #E3D8FC

#E3D8FC
(227,216,252)
#CFC5E6
(207,197,230)
#BBB2D0
(187,178,208)
#A79FBA
(167,159,186)
#938CA4
(147,140,164)
#7F798E
(127,121,142)
#6B6678
(107,102,120)
#575362
(87,83,98)
#43404C
(67,64,76)
#2F2D36
(47,45,54)
#1B1A20
(27,26,32)
#000000
(0,0,0)

Tints of #E3D8FC

#E3D8FC
(227,216,252)
#E5DBFC
(229,219,252)
#E7DEFC
(231,222,252)
#E9E1FC
(233,225,252)
#EBE4FC
(235,228,252)
#EDE7FC
(237,231,252)
#EFEAFC
(239,234,252)
#F1EDFC
(241,237,252)
#F3F0FC
(243,240,252)
#F5F3FC
(245,243,252)
#F7F6FC
(247,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D8FC color. Also use rgb(227,216,252) instead hex code.

Text Font Color

.myTextColor { color: #E3D8FC; }

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

This text font color is #E3D8FC.

Background Color

.myBgColor { background-color: #E3D8FC; }

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

This div background color is #E3D8FC.

Border color

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

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

This div border color is #E3D8FC.

Opacity

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

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

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

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

This text has shadow with #E3D8FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3D8FC.

Preview

Color preview on black background

This text has color #E3D8FC on black background.


Color preview on white background

This text has color #E3D8FC on white background.


Black color preview on #E3D8FC background

This text has black color on #E3D8FC background.


White color preview on #E3D8FC background

This text has white color on #E3D8FC background.


Related colors

Complementary color

Complementary color for #hex is #1C2703.


I love getcolorcode.com

Triadic colors

1 #FCE3D8 and #D8FCE3 with #E3D8FC are triadic colors.

2 #FCD8E3 and #D8E3FC with #E3D8FC are triadic colors.