COLOR #E2DBEB

HEX: #E2DBEB
RGB: (226,219,235)

Color info

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

RGB color model

#E2DBEB color RGB value is (226,219,235).

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

RGB channels and saturation

R 226 of 255 = 89%
G 219 of 255 = 86%
B 235 of 255 = 92%

226
219
235

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

Portions of RGB colors in percentages

R + G + B =
226 + 219 + 235 = 680 (100%)
R 226 of 680 ~ 33.24%
G 219 of 680 ~ 32.21%
B 235 of 680 ~ 34.56%

%33.24
%32.21
%34.56

CMYK color model

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

  • cyan value is 3.83%
  • magenta value is 6.81%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(4,7,0,8)
C4M7Y0K8 
(4%,7%,0%,8%)
(0.04/0.07/0.00/0.08)	

CMYK percentages

%3.83
%6.81
%0
%7.84

Codes

Color #E2DBEB in popluar color models

E2DBEB
RGB226219235
HSL266°28.57%89.02%
HSB/HSV266°6.81%92.16%
CMYK3.83%6.81%0.00%
7.84%

Color #E2DBEB in popluar number systems.

HEXE2DBEB
Decimal226219235
Binary111000101101101111101011
Octal342333353

Shades and tints

Shades of #E2DBEB

#E2DBEB
(226,219,235)
#CEC8D6
(206,200,214)
#BAB5C1
(186,181,193)
#A6A2AC
(166,162,172)
#928F97
(146,143,151)
#7E7C82
(126,124,130)
#6A696D
(106,105,109)
#565658
(86,86,88)
#424343
(66,67,67)
#2E302E
(46,48,46)
#1A1D19
(26,29,25)
#000000
(0,0,0)

Tints of #E2DBEB

#E2DBEB
(226,219,235)
#E4DEEC
(228,222,236)
#E6E1ED
(230,225,237)
#E8E4EE
(232,228,238)
#EAE7EF
(234,231,239)
#ECEAF0
(236,234,240)
#EEEDF1
(238,237,241)
#F0F0F2
(240,240,242)
#F2F3F3
(242,243,243)
#F4F6F4
(244,246,244)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DBEB; }

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

This text font color is #E2DBEB.


Background Color

.myBgColor { background-color: #E2DBEB; }

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

This div background color is #E2DBEB.


Border color

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

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

This div border color is #E2DBEB.


Opacity

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

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

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

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

This text has shadow with #E2DBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DBEB on black background.


Color preview on white background

This text has color #E2DBEB on white background.



Black color preview on #E2DBEB background

This text has black color on #E2DBEB background.


White color preview on #E2DBEB background

This text has white color on #E2DBEB background.