COLOR #E4DEF5

HEX: #E4DEF5 RGB: (228,222,245)

Color info

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

RGB color model

#E4DEF5 color RGB value is (228,222,245).

RGB: (228,222,245) (89%, 87%, 96%)

RGB channels and saturation

R 228 of 255 = 89%
G 222 of 255 = 87%
B 245 of 255 = 96%

228
222
245

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

Portions of RGB colors in percentages

R + G + B = 228 + 222 + 245 = 695 (100%)
R 228 of 695 ~ 32.81%
G 222 of 695 ~ 31.94%
B 245 of 695 ~ 35.25'%

%32.81
%31.94
%35.25

CMYK color model

#E4DEF5 color CMYK value is (7,9,0,4).

  • cyan value is 6.94%
  • magenta value is 9.39%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (7,9,0,4)
C7M9Y0K4 (7%, 9%, 0%, 4%)
(0.07 / 0.09 / 0.00 / 0.04)

CMYK percentages

%6.94
%9.39
%0
%3.92

Codes

Color #E4DEF5 in popluar color models

E4 DE F5
RGB 228 222 245
HSL 256° 53.49% 91.57%
HSB/HSV 256° 9.39% 96.08%
CMYK 6.94% 9.39% 0.00%
3.92%

Color #E4DEF5 in popluar number systems.

HEX E4 DE F5
Decimal 228 222 245
Binary 11100100 11011110 11110101
Octal 344 336 365

Shades and tints

Shades of #E4DEF5

#E4DEF5
(228,222,245)
#D0CADF
(208,202,223)
#BCB6C9
(188,182,201)
#A8A2B3
(168,162,179)
#948E9D
(148,142,157)
#807A87
(128,122,135)
#6C6671
(108,102,113)
#58525B
(88,82,91)
#443E45
(68,62,69)
#302A2F
(48,42,47)
#1C1619
(28,22,25)
#000000
(0,0,0)

Tints of #E4DEF5

#E4DEF5
(228,222,245)
#E6E1F5
(230,225,245)
#E8E4F5
(232,228,245)
#EAE7F5
(234,231,245)
#ECEAF5
(236,234,245)
#EEEDF5
(238,237,245)
#F0F0F5
(240,240,245)
#F2F3F5
(242,243,245)
#F4F6F5
(244,246,245)
#F6F9F5
(246,249,245)
#F8FCF5
(248,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DEF5; }

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

This text font color is #E4DEF5.

Background Color

.myBgColor { background-color: #E4DEF5; }

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

This div background color is #E4DEF5.

Border color

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

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

This div border color is #E4DEF5.

Opacity

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

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

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

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

This text has shadow with #E4DEF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4DEF5.

Preview

Color preview on black background

This text has color #E4DEF5 on black background.


Color preview on white background

This text has color #E4DEF5 on white background.


Black color preview on #E4DEF5 background

This text has black color on #E4DEF5 background.


White color preview on #E4DEF5 background

This text has white color on #E4DEF5 background.


Related colors

Complementary color

Complementary color for #hex is #1B210A.


I love getcolorcode.com

Triadic colors

1 #F5E4DE and #DEF5E4 with #E4DEF5 are triadic colors.

2 #F5DEE4 and #DEE4F5 with #E4DEF5 are triadic colors.