COLOR #E3DEEB

HEX: #E3DEEB
RGB: (227,222,235)

Color info

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

RGB color model

#E3DEEB color RGB value is (227,222,235).

  • red value is 227;
  • green value is 222;
  • blue value is 235.
RGB:
(227,222,235)
(89%,87%,92%)

RGB channels and saturation

R 227 of 255 = 89%
G 222 of 255 = 87%
B 235 of 255 = 92%

227
222
235

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

Portions of RGB colors in percentages

R + G + B =
227 + 222 + 235 = 684 (100%)
R 227 of 684 ~ 33.19%
G 222 of 684 ~ 32.46%
B 235 of 684 ~ 34.36%

%33.19
%32.46
%34.36

CMYK color model

#E3DEEB color CMYK value is (3,6,0,8).

  • cyan value is 3.40%
  • magenta value is 5.53%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(3,6,0,8)
C3M6Y0K8 
(3%,6%,0%,8%)
(0.03/0.06/0.00/0.08)	

CMYK percentages

%3.4
%5.53
%0
%7.84

Codes

Color #E3DEEB in popluar color models

E3DEEB
RGB227222235
HSL263°24.53%89.61%
HSB/HSV263°5.53%92.16%
CMYK3.40%5.53%0.00%
7.84%

Color #E3DEEB in popluar number systems.

HEXE3DEEB
Decimal227222235
Binary111000111101111011101011
Octal343336353

Shades and tints

Shades of #E3DEEB

#E3DEEB
(227,222,235)
#CFCAD6
(207,202,214)
#BBB6C1
(187,182,193)
#A7A2AC
(167,162,172)
#938E97
(147,142,151)
#7F7A82
(127,122,130)
#6B666D
(107,102,109)
#575258
(87,82,88)
#433E43
(67,62,67)
#2F2A2E
(47,42,46)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #E3DEEB

#E3DEEB
(227,222,235)
#E5E1EC
(229,225,236)
#E7E4ED
(231,228,237)
#E9E7EE
(233,231,238)
#EBEAEF
(235,234,239)
#EDEDF0
(237,237,240)
#EFF0F1
(239,240,241)
#F1F3F2
(241,243,242)
#F3F6F3
(243,246,243)
#F5F9F4
(245,249,244)
#F7FCF5
(247,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3DEEB color. Also use rgb(227,222,235) instead hex code.

Text Font Color

.myTextColor { color: #E3DEEB; }

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

This text font color is #E3DEEB.


Background Color

.myBgColor { background-color: #E3DEEB; }

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

This div background color is #E3DEEB.


Border color

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

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

This div border color is #E3DEEB.


Opacity

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

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

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

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

This text has shadow with #E3DEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DEEB on black background.


Color preview on white background

This text has color #E3DEEB on white background.



Black color preview on #E3DEEB background

This text has black color on #E3DEEB background.


White color preview on #E3DEEB background

This text has white color on #E3DEEB background.