COLOR #E4DAFE

HEX: #E4DAFE RGB: (228,218,254)

Color info

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

RGB color model

#E4DAFE color RGB value is (228,218,254).

RGB: (228,218,254) (89%, 85%, 100%)

RGB channels and saturation

R 228 of 255 = 89%
G 218 of 255 = 85%
B 254 of 255 = 100%

228
218
254

R + G + B ~ 91%. #E4DAFE is light color.

Portions of RGB colors in percentages

R + G + B = 228 + 218 + 254 = 700 (100%)
R 228 of 700 ~ 32.57%
G 218 of 700 ~ 31.14%
B 254 of 700 ~ 36.29'%

%32.57
%31.14
%36.29

CMYK color model

#E4DAFE color CMYK value is (10,14,0,0).

  • cyan value is 10.24%
  • magenta value is 14.17%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK: (10,14,0,0) C10M14Y0K0 (10%,14%,0%,0%) (0.10/0.14/0.00/0.00) 

CMYK percentages

%10.24
%14.17
%0
%0.39

Codes

Color #E4DAFE in popluar color models

E4 DA FE
RGB 228 218 254
HSL 257° 94.74% 92.55%
HSB/HSV 257° 14.17% 99.61%
CMYK 10.24% 14.17% 0.00%
0.39%

Color #E4DAFE in popluar number systems.

HEX E4 DA FE
Decimal 228 218 254
Binary 11100100 11011010 11111110
Octal 344 332 376

Shades and tints

Shades of #E4DAFE

#E4DAFE
(228,218,254)
#D0C7E7
(208,199,231)
#BCB4D0
(188,180,208)
#A8A1B9
(168,161,185)
#948EA2
(148,142,162)
#807B8B
(128,123,139)
#6C6874
(108,104,116)
#58555D
(88,85,93)
#444246
(68,66,70)
#302F2F
(48,47,47)
#1C1C18
(28,28,24)
#000000
(0,0,0)

Tints of #E4DAFE

#E4DAFE
(228,218,254)
#E6DDFE
(230,221,254)
#E8E0FE
(232,224,254)
#EAE3FE
(234,227,254)
#ECE6FE
(236,230,254)
#EEE9FE
(238,233,254)
#F0ECFE
(240,236,254)
#F2EFFE
(242,239,254)
#F4F2FE
(244,242,254)
#F6F5FE
(246,245,254)
#F8F8FE
(248,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DAFE; }

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

This text font color is #E4DAFE.

Background Color

.myBgColor { background-color: #E4DAFE; }

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

This div background color is #E4DAFE.

Border color

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

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

This div border color is #E4DAFE.

Opacity

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

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

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

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

This text has shadow with #E4DAFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4DAFE.

Preview

Color preview on black background

This text has color #E4DAFE on black background.


Color preview on white background

This text has color #E4DAFE on white background.


Black color preview on #E4DAFE background

This text has black color on #E4DAFE background.


White color preview on #E4DAFE background

This text has white color on #E4DAFE background.


Related colors

Complementary color

Complementary color for #hex is #1B2501.


I love getcolorcode.com

Triadic colors

1 #FEE4DA and #DAFEE4 with #E4DAFE are triadic colors.

2 #FEDAE4 and #DAE4FE with #E4DAFE are triadic colors.