COLOR #E2DBEF

HEX: #E2DBEF
RGB: (226,219,239)

Color info

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

RGB color model

#E2DBEF color RGB value is (226,219,239).

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

RGB channels and saturation

R 226 of 255 = 89%
G 219 of 255 = 86%
B 239 of 255 = 94%

226
219
239

R + G + B ~ 90%. #E2DBEF is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 219 + 239 = 684 (100%)
R 226 of 684 ~ 33.04%
G 219 of 684 ~ 32.02%
B 239 of 684 ~ 34.94%

%33.04
%32.02
%34.94

CMYK color model

#E2DBEF color CMYK value is (5,8,0,6).

  • cyan value is 5.44%
  • magenta value is 8.37%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(5,8,0,6)
C5M8Y0K6 
(5%,8%,0%,6%)
(0.05/0.08/0.00/0.06)	

CMYK percentages

%5.44
%8.37
%0
%6.27

Codes

Color #E2DBEF in popluar color models

E2DBEF
RGB226219239
HSL261°38.46%89.80%
HSB/HSV261°8.37%93.73%
CMYK5.44%8.37%0.00%
6.27%

Color #E2DBEF in popluar number systems.

HEXE2DBEF
Decimal226219239
Binary111000101101101111101111
Octal342333357

Shades and tints

Shades of #E2DBEF

#E2DBEF
(226,219,239)
#CEC8DA
(206,200,218)
#BAB5C5
(186,181,197)
#A6A2B0
(166,162,176)
#928F9B
(146,143,155)
#7E7C86
(126,124,134)
#6A6971
(106,105,113)
#56565C
(86,86,92)
#424347
(66,67,71)
#2E3032
(46,48,50)
#1A1D1D
(26,29,29)
#000000
(0,0,0)

Tints of #E2DBEF

#E2DBEF
(226,219,239)
#E4DEF0
(228,222,240)
#E6E1F1
(230,225,241)
#E8E4F2
(232,228,242)
#EAE7F3
(234,231,243)
#ECEAF4
(236,234,244)
#EEEDF5
(238,237,245)
#F0F0F6
(240,240,246)
#F2F3F7
(242,243,247)
#F4F6F8
(244,246,248)
#F6F9F9
(246,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DBEF; }

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

This text font color is #E2DBEF.


Background Color

.myBgColor { background-color: #E2DBEF; }

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

This div background color is #E2DBEF.


Border color

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

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

This div border color is #E2DBEF.


Opacity

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

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

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

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

This text has shadow with #E2DBEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DBEF on black background.


Color preview on white background

This text has color #E2DBEF on white background.



Black color preview on #E2DBEF background

This text has black color on #E2DBEF background.


White color preview on #E2DBEF background

This text has white color on #E2DBEF background.