COLOR #E4DBF5

HEX: #E4DBF5
RGB: (228,219,245)

Color info

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

RGB color model

#E4DBF5 color RGB value is (228,219,245).

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

RGB channels and saturation

R 228 of 255 = 89%
G 219 of 255 = 86%
B 245 of 255 = 96%

228
219
245

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

Portions of RGB colors in percentages

R + G + B =
228 + 219 + 245 = 692 (100%)
R 228 of 692 ~ 32.95%
G 219 of 692 ~ 31.65%
B 245 of 692 ~ 35.4%

%32.95
%31.65
%35.4

CMYK color model

#E4DBF5 color CMYK value is (7,11,0,4).

  • cyan value is 6.94%
  • magenta value is 10.61%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(7,11,0,4)
C7M11Y0K4 
(7%,11%,0%,4%)
(0.07/0.11/0.00/0.04)	

CMYK percentages

%6.94
%10.61
%0
%3.92

Codes

Color #E4DBF5 in popluar color models

E4DBF5
RGB228219245
HSL261°56.52%90.98%
HSB/HSV261°10.61%96.08%
CMYK6.94%10.61%0.00%
3.92%

Color #E4DBF5 in popluar number systems.

HEXE4DBF5
Decimal228219245
Binary111001001101101111110101
Octal344333365

Shades and tints

Shades of #E4DBF5

#E4DBF5
(228,219,245)
#D0C8DF
(208,200,223)
#BCB5C9
(188,181,201)
#A8A2B3
(168,162,179)
#948F9D
(148,143,157)
#807C87
(128,124,135)
#6C6971
(108,105,113)
#58565B
(88,86,91)
#444345
(68,67,69)
#30302F
(48,48,47)
#1C1D19
(28,29,25)
#000000
(0,0,0)

Tints of #E4DBF5

#E4DBF5
(228,219,245)
#E6DEF5
(230,222,245)
#E8E1F5
(232,225,245)
#EAE4F5
(234,228,245)
#ECE7F5
(236,231,245)
#EEEAF5
(238,234,245)
#F0EDF5
(240,237,245)
#F2F0F5
(242,240,245)
#F4F3F5
(244,243,245)
#F6F6F5
(246,246,245)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DBF5; }

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

This text font color is #E4DBF5.


Background Color

.myBgColor { background-color: #E4DBF5; }

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

This div background color is #E4DBF5.


Border color

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

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

This div border color is #E4DBF5.


Opacity

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

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

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

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

This text has shadow with #E4DBF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DBF5 on black background.


Color preview on white background

This text has color #E4DBF5 on white background.



Black color preview on #E4DBF5 background

This text has black color on #E4DBF5 background.


White color preview on #E4DBF5 background

This text has white color on #E4DBF5 background.