COLOR #E4DEF6

HEX: #E4DEF6 RGB: (228,222,246)

Color info

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

RGB color model

#E4DEF6 color RGB value is (228,222,246).

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

RGB channels and saturation

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

228
222
246

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

Portions of RGB colors in percentages

R + G + B = 228 + 222 + 246 = 696 (100%)
R 228 of 696 ~ 32.76%
G 222 of 696 ~ 31.9%
B 246 of 696 ~ 35.34'%

%32.76
%31.9
%35.34

CMYK color model

#E4DEF6 color CMYK value is (7,10,0,4).

  • cyan value is 7.32%
  • magenta value is 9.76%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (7,10,0,4)
C7M10Y0K4 (7%, 10%, 0%, 4%)
(0.07 / 0.10 / 0.00 / 0.04)

CMYK percentages

%7.32
%9.76
%0
%3.53

Codes

Color #E4DEF6 in popluar color models

E4 DE F6
RGB 228 222 246
HSL 255° 57.14% 91.76%
HSB/HSV 255° 9.76% 96.47%
CMYK 7.32% 9.76% 0.00%
3.53%

Color #E4DEF6 in popluar number systems.

HEX E4 DE F6
Decimal 228 222 246
Binary 11100100 11011110 11110110
Octal 344 336 366

Shades and tints

Shades of #E4DEF6

#E4DEF6
(228,222,246)
#D0CAE0
(208,202,224)
#BCB6CA
(188,182,202)
#A8A2B4
(168,162,180)
#948E9E
(148,142,158)
#807A88
(128,122,136)
#6C6672
(108,102,114)
#58525C
(88,82,92)
#443E46
(68,62,70)
#302A30
(48,42,48)
#1C161A
(28,22,26)
#000000
(0,0,0)

Tints of #E4DEF6

#E4DEF6
(228,222,246)
#E6E1F6
(230,225,246)
#E8E4F6
(232,228,246)
#EAE7F6
(234,231,246)
#ECEAF6
(236,234,246)
#EEEDF6
(238,237,246)
#F0F0F6
(240,240,246)
#F2F3F6
(242,243,246)
#F4F6F6
(244,246,246)
#F6F9F6
(246,249,246)
#F8FCF6
(248,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DEF6; }

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

This text font color is #E4DEF6.

Background Color

.myBgColor { background-color: #E4DEF6; }

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

This div background color is #E4DEF6.

Border color

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

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

This div border color is #E4DEF6.

Opacity

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

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

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

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

This text has shadow with #E4DEF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4DEF6.

Preview

Color preview on black background

This text has color #E4DEF6 on black background.


Color preview on white background

This text has color #E4DEF6 on white background.


Black color preview on #E4DEF6 background

This text has black color on #E4DEF6 background.


White color preview on #E4DEF6 background

This text has white color on #E4DEF6 background.


Related colors

Complementary color

Complementary color for #hex is #1B2109.


I love getcolorcode.com

Triadic colors

1 #F6E4DE and #DEF6E4 with #E4DEF6 are triadic colors.

2 #F6DEE4 and #DEE4F6 with #E4DEF6 are triadic colors.