COLOR #E2D6EB

HEX: #E2D6EB
RGB: (226,214,235)

Color info

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

RGB color model

#E2D6EB color RGB value is (226,214,235).

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

RGB channels and saturation

R 226 of 255 = 89%
G 214 of 255 = 84%
B 235 of 255 = 92%

226
214
235

R + G + B ~ 88%. #E2D6EB is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 214 + 235 = 675 (100%)
R 226 of 675 ~ 33.48%
G 214 of 675 ~ 31.7%
B 235 of 675 ~ 34.81%

%33.48
%31.7
%34.81

CMYK color model

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

  • cyan value is 3.83%
  • magenta value is 8.94%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(4,9,0,8)
C4M9Y0K8 
(4%,9%,0%,8%)
(0.04/0.09/0.00/0.08)	

CMYK percentages

%3.83
%8.94
%0
%7.84

Codes

Color #E2D6EB in popluar color models

E2D6EB
RGB226214235
HSL274°34.43%88.04%
HSB/HSV274°8.94%92.16%
CMYK3.83%8.94%0.00%
7.84%

Color #E2D6EB in popluar number systems.

HEXE2D6EB
Decimal226214235
Binary111000101101011011101011
Octal342326353

Shades and tints

Shades of #E2D6EB

#E2D6EB
(226,214,235)
#CEC3D6
(206,195,214)
#BAB0C1
(186,176,193)
#A69DAC
(166,157,172)
#928A97
(146,138,151)
#7E7782
(126,119,130)
#6A646D
(106,100,109)
#565158
(86,81,88)
#423E43
(66,62,67)
#2E2B2E
(46,43,46)
#1A1819
(26,24,25)
#000000
(0,0,0)

Tints of #E2D6EB

#E2D6EB
(226,214,235)
#E4D9EC
(228,217,236)
#E6DCED
(230,220,237)
#E8DFEE
(232,223,238)
#EAE2EF
(234,226,239)
#ECE5F0
(236,229,240)
#EEE8F1
(238,232,241)
#F0EBF2
(240,235,242)
#F2EEF3
(242,238,243)
#F4F1F4
(244,241,244)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2D6EB; }

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

This text font color is #E2D6EB.


Background Color

.myBgColor { background-color: #E2D6EB; }

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

This div background color is #E2D6EB.


Border color

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

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

This div border color is #E2D6EB.


Opacity

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

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

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

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

This text has shadow with #E2D6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2D6EB on black background.


Color preview on white background

This text has color #E2D6EB on white background.



Black color preview on #E2D6EB background

This text has black color on #E2D6EB background.


White color preview on #E2D6EB background

This text has white color on #E2D6EB background.