COLOR #E4DBEE

HEX: #E4DBEE
RGB: (228,219,238)

Color info

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

RGB color model

#E4DBEE color RGB value is (228,219,238).

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

RGB channels and saturation

R 228 of 255 = 89%
G 219 of 255 = 86%
B 238 of 255 = 93%

228
219
238

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

Portions of RGB colors in percentages

R + G + B =
228 + 219 + 238 = 685 (100%)
R 228 of 685 ~ 33.28%
G 219 of 685 ~ 31.97%
B 238 of 685 ~ 34.74%

%33.28
%31.97
%34.74

CMYK color model

#E4DBEE color CMYK value is (4,8,0,7).

  • cyan value is 4.20%
  • magenta value is 7.98%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(4,8,0,7)
C4M8Y0K7 
(4%,8%,0%,7%)
(0.04/0.08/0.00/0.07)	

CMYK percentages

%4.2
%7.98
%0
%6.67

Codes

Color #E4DBEE in popluar color models

E4DBEE
RGB228219238
HSL268°35.85%89.61%
HSB/HSV268°7.98%93.33%
CMYK4.20%7.98%0.00%
6.67%

Color #E4DBEE in popluar number systems.

HEXE4DBEE
Decimal228219238
Binary111001001101101111101110
Octal344333356

Shades and tints

Shades of #E4DBEE

#E4DBEE
(228,219,238)
#D0C8D9
(208,200,217)
#BCB5C4
(188,181,196)
#A8A2AF
(168,162,175)
#948F9A
(148,143,154)
#807C85
(128,124,133)
#6C6970
(108,105,112)
#58565B
(88,86,91)
#444346
(68,67,70)
#303031
(48,48,49)
#1C1D1C
(28,29,28)
#000000
(0,0,0)

Tints of #E4DBEE

#E4DBEE
(228,219,238)
#E6DEEF
(230,222,239)
#E8E1F0
(232,225,240)
#EAE4F1
(234,228,241)
#ECE7F2
(236,231,242)
#EEEAF3
(238,234,243)
#F0EDF4
(240,237,244)
#F2F0F5
(242,240,245)
#F4F3F6
(244,243,246)
#F6F6F7
(246,246,247)
#F8F9F8
(248,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4DBEE color. Also use rgb(228,219,238) instead hex code.

Text Font Color

.myTextColor { color: #E4DBEE; }

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

This text font color is #E4DBEE.


Background Color

.myBgColor { background-color: #E4DBEE; }

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

This div background color is #E4DBEE.


Border color

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

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

This div border color is #E4DBEE.


Opacity

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

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

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

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

This text has shadow with #E4DBEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DBEE on black background.


Color preview on white background

This text has color #E4DBEE on white background.



Black color preview on #E4DBEE background

This text has black color on #E4DBEE background.


White color preview on #E4DBEE background

This text has white color on #E4DBEE background.