COLOR #E2DFE6

HEX: #E2DFE6
RGB: (226,223,230)

Color info

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

RGB color model

#E2DFE6 color RGB value is (226,223,230).

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

RGB channels and saturation

R 226 of 255 = 89%
G 223 of 255 = 87%
B 230 of 255 = 90%

226
223
230

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

Portions of RGB colors in percentages

R + G + B =
226 + 223 + 230 = 679 (100%)
R 226 of 679 ~ 33.28%
G 223 of 679 ~ 32.84%
B 230 of 679 ~ 33.87%

%33.28
%32.84
%33.87

CMYK color model

#E2DFE6 color CMYK value is (2,3,0,10).

  • cyan value is 1.74%
  • magenta value is 3.04%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(2,3,0,10)
C2M3Y0K10 
(2%,3%,0%,10%)
(0.02/0.03/0.00/0.10)	

CMYK percentages

%1.74
%3.04
%0
%9.8

Codes

Color #E2DFE6 in popluar color models

E2DFE6
RGB226223230
HSL266°12.28%88.82%
HSB/HSV266°3.04%90.20%
CMYK1.74%3.04%0.00%
9.80%

Color #E2DFE6 in popluar number systems.

HEXE2DFE6
Decimal226223230
Binary111000101101111111100110
Octal342337346

Shades and tints

Shades of #E2DFE6

#E2DFE6
(226,223,230)
#CECBD2
(206,203,210)
#BAB7BE
(186,183,190)
#A6A3AA
(166,163,170)
#928F96
(146,143,150)
#7E7B82
(126,123,130)
#6A676E
(106,103,110)
#56535A
(86,83,90)
#423F46
(66,63,70)
#2E2B32
(46,43,50)
#1A171E
(26,23,30)
#000000
(0,0,0)

Tints of #E2DFE6

#E2DFE6
(226,223,230)
#E4E1E8
(228,225,232)
#E6E3EA
(230,227,234)
#E8E5EC
(232,229,236)
#EAE7EE
(234,231,238)
#ECE9F0
(236,233,240)
#EEEBF2
(238,235,242)
#F0EDF4
(240,237,244)
#F2EFF6
(242,239,246)
#F4F1F8
(244,241,248)
#F6F3FA
(246,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DFE6; }

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

This text font color is #E2DFE6.


Background Color

.myBgColor { background-color: #E2DFE6; }

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

This div background color is #E2DFE6.


Border color

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

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

This div border color is #E2DFE6.


Opacity

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

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

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

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

This text has shadow with #E2DFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DFE6 on black background.


Color preview on white background

This text has color #E2DFE6 on white background.



Black color preview on #E2DFE6 background

This text has black color on #E2DFE6 background.


White color preview on #E2DFE6 background

This text has white color on #E2DFE6 background.