COLOR #E2D8EB

HEX: #E2D8EB
RGB: (226,216,235)

Color info

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

RGB color model

#E2D8EB color RGB value is (226,216,235).

  • red value is 226;
  • green value is 216;
  • blue value is 235.
RGB:
(226,216,235)
(89%,85%,92%)

RGB channels and saturation

R 226 of 255 = 89%
G 216 of 255 = 85%
B 235 of 255 = 92%

226
216
235

R + G + B ~ 89%. #E2D8EB is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 216 + 235 = 677 (100%)
R 226 of 677 ~ 33.38%
G 216 of 677 ~ 31.91%
B 235 of 677 ~ 34.71%

%33.38
%31.91
%34.71

CMYK color model

#E2D8EB color CMYK value is (4,8,0,8).

  • cyan value is 3.83%
  • magenta value is 8.09%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(4,8,0,8)
C4M8Y0K8 
(4%,8%,0%,8%)
(0.04/0.08/0.00/0.08)	

CMYK percentages

%3.83
%8.09
%0
%7.84

Codes

Color #E2D8EB in popluar color models

E2D8EB
RGB226216235
HSL272°32.20%88.43%
HSB/HSV272°8.09%92.16%
CMYK3.83%8.09%0.00%
7.84%

Color #E2D8EB in popluar number systems.

HEXE2D8EB
Decimal226216235
Binary111000101101100011101011
Octal342330353

Shades and tints

Shades of #E2D8EB

#E2D8EB
(226,216,235)
#CEC5D6
(206,197,214)
#BAB2C1
(186,178,193)
#A69FAC
(166,159,172)
#928C97
(146,140,151)
#7E7982
(126,121,130)
#6A666D
(106,102,109)
#565358
(86,83,88)
#424043
(66,64,67)
#2E2D2E
(46,45,46)
#1A1A19
(26,26,25)
#000000
(0,0,0)

Tints of #E2D8EB

#E2D8EB
(226,216,235)
#E4DBEC
(228,219,236)
#E6DEED
(230,222,237)
#E8E1EE
(232,225,238)
#EAE4EF
(234,228,239)
#ECE7F0
(236,231,240)
#EEEAF1
(238,234,241)
#F0EDF2
(240,237,242)
#F2F0F3
(242,240,243)
#F4F3F4
(244,243,244)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D8EB color. Also use rgb(226,216,235) instead hex code.

Text Font Color

.myTextColor { color: #E2D8EB; }

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

This text font color is #E2D8EB.


Background Color

.myBgColor { background-color: #E2D8EB; }

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

This div background color is #E2D8EB.


Border color

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

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

This div border color is #E2D8EB.


Opacity

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

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

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

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

This text has shadow with #E2D8EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D8EB on black background.


Color preview on white background

This text has color #E2D8EB on white background.



Black color preview on #E2D8EB background

This text has black color on #E2D8EB background.


White color preview on #E2D8EB background

This text has white color on #E2D8EB background.