COLOR #E3D8FF

HEX: #E3D8FF
RGB: (227,216,255)

Color info

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

RGB color model

#E3D8FF color RGB value is (227,216,255).

  • red value is 227;
  • green value is 216;
  • blue value is 255.
RGB:
(227,216,255)
(89%,85%,100%)

RGB channels and saturation

R 227 of 255 = 89%
G 216 of 255 = 85%
B 255 of 255 = 100%

227
216
255

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

Portions of RGB colors in percentages

R + G + B =
227 + 216 + 255 = 698 (100%)
R 227 of 698 ~ 32.52%
G 216 of 698 ~ 30.95%
B 255 of 698 ~ 36.53%

%32.52
%30.95
%36.53

CMYK color model

#E3D8FF color CMYK value is (11,15,0,0).

  • cyan value is 10.98%
  • magenta value is 15.29%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(11,15,0,0)
C11M15Y0K0 
(11%,15%,0%,0%)
(0.11/0.15/0.00/0.00)	

CMYK percentages

%10.98
%15.29
%0
%0

Codes

Color #E3D8FF in popluar color models

E3D8FF
RGB227216255
HSL257°100.00%92.35%
HSB/HSV257°15.29%100.00%
CMYK10.98%15.29%0.00%
0.00%

Color #E3D8FF in popluar number systems.

HEXE3D8FF
Decimal227216255
Binary111000111101100011111111
Octal343330377

Shades and tints

Shades of #E3D8FF

#E3D8FF
(227,216,255)
#CFC5E8
(207,197,232)
#BBB2D1
(187,178,209)
#A79FBA
(167,159,186)
#938CA3
(147,140,163)
#7F798C
(127,121,140)
#6B6675
(107,102,117)
#57535E
(87,83,94)
#434047
(67,64,71)
#2F2D30
(47,45,48)
#1B1A19
(27,26,25)
#000000
(0,0,0)

Tints of #E3D8FF

#E3D8FF
(227,216,255)
#E5DBFF
(229,219,255)
#E7DEFF
(231,222,255)
#E9E1FF
(233,225,255)
#EBE4FF
(235,228,255)
#EDE7FF
(237,231,255)
#EFEAFF
(239,234,255)
#F1EDFF
(241,237,255)
#F3F0FF
(243,240,255)
#F5F3FF
(245,243,255)
#F7F6FF
(247,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3D8FF; }

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

This text font color is #E3D8FF.


Background Color

.myBgColor { background-color: #E3D8FF; }

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

This div background color is #E3D8FF.


Border color

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

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

This div border color is #E3D8FF.


Opacity

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

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

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

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

This text has shadow with #E3D8FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D8FF on black background.


Color preview on white background

This text has color #E3D8FF on white background.



Black color preview on #E3D8FF background

This text has black color on #E3D8FF background.


White color preview on #E3D8FF background

This text has white color on #E3D8FF background.