COLOR #E2DFEE

HEX: #E2DFEE
RGB: (226,223,238)

Color info

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

RGB color model

#E2DFEE color RGB value is (226,223,238).

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

RGB channels and saturation

R 226 of 255 = 89%
G 223 of 255 = 87%
B 238 of 255 = 93%

226
223
238

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

Portions of RGB colors in percentages

R + G + B =
226 + 223 + 238 = 687 (100%)
R 226 of 687 ~ 32.9%
G 223 of 687 ~ 32.46%
B 238 of 687 ~ 34.64%

%32.9
%32.46
%34.64

CMYK color model

#E2DFEE color CMYK value is (5,6,0,7).

  • cyan value is 5.04%
  • magenta value is 6.30%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(5,6,0,7)
C5M6Y0K7 
(5%,6%,0%,7%)
(0.05/0.06/0.00/0.07)	

CMYK percentages

%5.04
%6.3
%0
%6.67

Codes

Color #E2DFEE in popluar color models

E2DFEE
RGB226223238
HSL252°30.61%90.39%
HSB/HSV252°6.30%93.33%
CMYK5.04%6.30%0.00%
6.67%

Color #E2DFEE in popluar number systems.

HEXE2DFEE
Decimal226223238
Binary111000101101111111101110
Octal342337356

Shades and tints

Shades of #E2DFEE

#E2DFEE
(226,223,238)
#CECBD9
(206,203,217)
#BAB7C4
(186,183,196)
#A6A3AF
(166,163,175)
#928F9A
(146,143,154)
#7E7B85
(126,123,133)
#6A6770
(106,103,112)
#56535B
(86,83,91)
#423F46
(66,63,70)
#2E2B31
(46,43,49)
#1A171C
(26,23,28)
#000000
(0,0,0)

Tints of #E2DFEE

#E2DFEE
(226,223,238)
#E4E1EF
(228,225,239)
#E6E3F0
(230,227,240)
#E8E5F1
(232,229,241)
#EAE7F2
(234,231,242)
#ECE9F3
(236,233,243)
#EEEBF4
(238,235,244)
#F0EDF5
(240,237,245)
#F2EFF6
(242,239,246)
#F4F1F7
(244,241,247)
#F6F3F8
(246,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DFEE; }

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

This text font color is #E2DFEE.


Background Color

.myBgColor { background-color: #E2DFEE; }

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

This div background color is #E2DFEE.


Border color

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

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

This div border color is #E2DFEE.


Opacity

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

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

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

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

This text has shadow with #E2DFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DFEE on black background.


Color preview on white background

This text has color #E2DFEE on white background.



Black color preview on #E2DFEE background

This text has black color on #E2DFEE background.


White color preview on #E2DFEE background

This text has white color on #E2DFEE background.