COLOR #E4DAED

HEX: #E4DAED
RGB: (228,218,237)

Color info

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

RGB color model

#E4DAED color RGB value is (228,218,237).

  • red value is 228;
  • green value is 218;
  • blue value is 237.
RGB:
(228,218,237)
(89%,85%,93%)

RGB channels and saturation

R 228 of 255 = 89%
G 218 of 255 = 85%
B 237 of 255 = 93%

228
218
237

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

Portions of RGB colors in percentages

R + G + B =
228 + 218 + 237 = 683 (100%)
R 228 of 683 ~ 33.38%
G 218 of 683 ~ 31.92%
B 237 of 683 ~ 34.7%

%33.38
%31.92
%34.7

CMYK color model

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

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

CMYK percentages

%3.8
%8.02
%0
%7.06

Codes

Color #E4DAED in popluar color models

E4DAED
RGB228218237
HSL272°34.55%89.22%
HSB/HSV272°8.02%92.94%
CMYK3.80%8.02%0.00%
7.06%

Color #E4DAED in popluar number systems.

HEXE4DAED
Decimal228218237
Binary111001001101101011101101
Octal344332355

Shades and tints

Shades of #E4DAED

#E4DAED
(228,218,237)
#D0C7D8
(208,199,216)
#BCB4C3
(188,180,195)
#A8A1AE
(168,161,174)
#948E99
(148,142,153)
#807B84
(128,123,132)
#6C686F
(108,104,111)
#58555A
(88,85,90)
#444245
(68,66,69)
#302F30
(48,47,48)
#1C1C1B
(28,28,27)
#000000
(0,0,0)

Tints of #E4DAED

#E4DAED
(228,218,237)
#E6DDEE
(230,221,238)
#E8E0EF
(232,224,239)
#EAE3F0
(234,227,240)
#ECE6F1
(236,230,241)
#EEE9F2
(238,233,242)
#F0ECF3
(240,236,243)
#F2EFF4
(242,239,244)
#F4F2F5
(244,242,245)
#F6F5F6
(246,245,246)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4DAED color. Also use rgb(228,218,237) instead hex code.

Text Font Color

.myTextColor { color: #E4DAED; }

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

This text font color is #E4DAED.


Background Color

.myBgColor { background-color: #E4DAED; }

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

This div background color is #E4DAED.


Border color

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

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

This div border color is #E4DAED.


Opacity

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

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

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

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

This text has shadow with #E4DAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DAED on black background.


Color preview on white background

This text has color #E4DAED on white background.



Black color preview on #E4DAED background

This text has black color on #E4DAED background.


White color preview on #E4DAED background

This text has white color on #E4DAED background.