COLOR #E2DBE6

HEX: #E2DBE6
RGB: (226,219,230)

Color info

#E2DBE6 contains red, green and blue colors in about the same proportion. Web safe color of #E2DBE6 is #CCCCCC (or #CCC).

RGB color model

#E2DBE6 color RGB value is (226,219,230).

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

RGB channels and saturation

R 226 of 255 = 89%
G 219 of 255 = 86%
B 230 of 255 = 90%

226
219
230

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

Portions of RGB colors in percentages

R + G + B =
226 + 219 + 230 = 675 (100%)
R 226 of 675 ~ 33.48%
G 219 of 675 ~ 32.44%
B 230 of 675 ~ 34.07%

%33.48
%32.44
%34.07

CMYK color model

#E2DBE6 color CMYK value is (2,5,0,10).

  • cyan value is 1.74%
  • magenta value is 4.78%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(2,5,0,10)
C2M5Y0K10 
(2%,5%,0%,10%)
(0.02/0.05/0.00/0.10)	

CMYK percentages

%1.74
%4.78
%0
%9.8

Codes

Color #E2DBE6 in popluar color models

E2DBE6
RGB226219230
HSL278°18.03%88.04%
HSB/HSV278°4.78%90.20%
CMYK1.74%4.78%0.00%
9.80%

Color #E2DBE6 in popluar number systems.

HEXE2DBE6
Decimal226219230
Binary111000101101101111100110
Octal342333346

Shades and tints

Shades of #E2DBE6

#E2DBE6
(226,219,230)
#CEC8D2
(206,200,210)
#BAB5BE
(186,181,190)
#A6A2AA
(166,162,170)
#928F96
(146,143,150)
#7E7C82
(126,124,130)
#6A696E
(106,105,110)
#56565A
(86,86,90)
#424346
(66,67,70)
#2E3032
(46,48,50)
#1A1D1E
(26,29,30)
#000000
(0,0,0)

Tints of #E2DBE6

#E2DBE6
(226,219,230)
#E4DEE8
(228,222,232)
#E6E1EA
(230,225,234)
#E8E4EC
(232,228,236)
#EAE7EE
(234,231,238)
#ECEAF0
(236,234,240)
#EEEDF2
(238,237,242)
#F0F0F4
(240,240,244)
#F2F3F6
(242,243,246)
#F4F6F8
(244,246,248)
#F6F9FA
(246,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DBE6; }

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

This text font color is #E2DBE6.


Background Color

.myBgColor { background-color: #E2DBE6; }

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

This div background color is #E2DBE6.


Border color

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

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

This div border color is #E2DBE6.


Opacity

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

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

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

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

This text has shadow with #E2DBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DBE6 on black background.


Color preview on white background

This text has color #E2DBE6 on white background.



Black color preview on #E2DBE6 background

This text has black color on #E2DBE6 background.


White color preview on #E2DBE6 background

This text has white color on #E2DBE6 background.