COLOR #E2DCEE

HEX: #E2DCEE
RGB: (226,220,238)

Color info

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

RGB color model

#E2DCEE color RGB value is (226,220,238).

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

RGB channels and saturation

R 226 of 255 = 89%
G 220 of 255 = 86%
B 238 of 255 = 93%

226
220
238

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

Portions of RGB colors in percentages

R + G + B =
226 + 220 + 238 = 684 (100%)
R 226 of 684 ~ 33.04%
G 220 of 684 ~ 32.16%
B 238 of 684 ~ 34.8%

%33.04
%32.16
%34.8

CMYK color model

#E2DCEE color CMYK value is (5,8,0,7).

  • cyan value is 5.04%
  • magenta value is 7.56%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(5,8,0,7)
C5M8Y0K7 
(5%,8%,0%,7%)
(0.05/0.08/0.00/0.07)	

CMYK percentages

%5.04
%7.56
%0
%6.67

Codes

Color #E2DCEE in popluar color models

E2DCEE
RGB226220238
HSL260°34.62%89.80%
HSB/HSV260°7.56%93.33%
CMYK5.04%7.56%0.00%
6.67%

Color #E2DCEE in popluar number systems.

HEXE2DCEE
Decimal226220238
Binary111000101101110011101110
Octal342334356

Shades and tints

Shades of #E2DCEE

#E2DCEE
(226,220,238)
#CEC8D9
(206,200,217)
#BAB4C4
(186,180,196)
#A6A0AF
(166,160,175)
#928C9A
(146,140,154)
#7E7885
(126,120,133)
#6A6470
(106,100,112)
#56505B
(86,80,91)
#423C46
(66,60,70)
#2E2831
(46,40,49)
#1A141C
(26,20,28)
#000000
(0,0,0)

Tints of #E2DCEE

#E2DCEE
(226,220,238)
#E4DFEF
(228,223,239)
#E6E2F0
(230,226,240)
#E8E5F1
(232,229,241)
#EAE8F2
(234,232,242)
#ECEBF3
(236,235,243)
#EEEEF4
(238,238,244)
#F0F1F5
(240,241,245)
#F2F4F6
(242,244,246)
#F4F7F7
(244,247,247)
#F6FAF8
(246,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2DCEE; }

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

This text font color is #E2DCEE.


Background Color

.myBgColor { background-color: #E2DCEE; }

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

This div background color is #E2DCEE.


Border color

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

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

This div border color is #E2DCEE.


Opacity

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

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

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

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

This text has shadow with #E2DCEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2DCEE on black background.


Color preview on white background

This text has color #E2DCEE on white background.



Black color preview on #E2DCEE background

This text has black color on #E2DCEE background.


White color preview on #E2DCEE background

This text has white color on #E2DCEE background.