COLOR #E3DCEE

HEX: #E3DCEE
RGB: (227,220,238)

Color info

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

RGB color model

#E3DCEE color RGB value is (227,220,238).

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

RGB channels and saturation

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

227
220
238

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

Portions of RGB colors in percentages

R + G + B =
227 + 220 + 238 = 685 (100%)
R 227 of 685 ~ 33.14%
G 220 of 685 ~ 32.12%
B 238 of 685 ~ 34.74%

%33.14
%32.12
%34.74

CMYK color model

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

  • cyan value is 4.62%
  • 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

%4.62
%7.56
%0
%6.67

Codes

Color #E3DCEE in popluar color models

E3DCEE
RGB227220238
HSL263°34.62%89.80%
HSB/HSV263°7.56%93.33%
CMYK4.62%7.56%0.00%
6.67%

Color #E3DCEE in popluar number systems.

HEXE3DCEE
Decimal227220238
Binary111000111101110011101110
Octal343334356

Shades and tints

Shades of #E3DCEE

#E3DCEE
(227,220,238)
#CFC8D9
(207,200,217)
#BBB4C4
(187,180,196)
#A7A0AF
(167,160,175)
#938C9A
(147,140,154)
#7F7885
(127,120,133)
#6B6470
(107,100,112)
#57505B
(87,80,91)
#433C46
(67,60,70)
#2F2831
(47,40,49)
#1B141C
(27,20,28)
#000000
(0,0,0)

Tints of #E3DCEE

#E3DCEE
(227,220,238)
#E5DFEF
(229,223,239)
#E7E2F0
(231,226,240)
#E9E5F1
(233,229,241)
#EBE8F2
(235,232,242)
#EDEBF3
(237,235,243)
#EFEEF4
(239,238,244)
#F1F1F5
(241,241,245)
#F3F4F6
(243,244,246)
#F5F7F7
(245,247,247)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DCEE; }

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

This text font color is #E3DCEE.


Background Color

.myBgColor { background-color: #E3DCEE; }

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

This div background color is #E3DCEE.


Border color

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

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

This div border color is #E3DCEE.


Opacity

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

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

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

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

This text has shadow with #E3DCEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DCEE on black background.


Color preview on white background

This text has color #E3DCEE on white background.



Black color preview on #E3DCEE background

This text has black color on #E3DCEE background.


White color preview on #E3DCEE background

This text has white color on #E3DCEE background.