COLOR #E4D8EF

HEX: #E4D8EF RGB: (228,216,239)

Color info

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

RGB color model

#E4D8EF color RGB value is (228,216,239).

RGB: (228,216,239) (89%, 85%, 94%)

RGB channels and saturation

R 228 of 255 = 89%
G 216 of 255 = 85%
B 239 of 255 = 94%

228
216
239

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

Portions of RGB colors in percentages

R + G + B = 228 + 216 + 239 = 683 (100%)
R 228 of 683 ~ 33.38%
G 216 of 683 ~ 31.63%
B 239 of 683 ~ 34.99'%

%33.38
%31.63
%34.99

CMYK color model

#E4D8EF color CMYK value is (5,10,0,6).

  • cyan value is 4.60%
  • magenta value is 9.62%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (5,10,0,6)
C5M10Y0K6 (5%, 10%, 0%, 6%)
(0.05 / 0.10 / 0.00 / 0.06)

CMYK percentages

%4.6
%9.62
%0
%6.27

Codes

Color #E4D8EF in popluar color models

E4 D8 EF
RGB 228 216 239
HSL 271° 41.82% 89.22%
HSB/HSV 271° 9.62% 93.73%
CMYK 4.60% 9.62% 0.00%
6.27%

Color #E4D8EF in popluar number systems.

HEX E4 D8 EF
Decimal 228 216 239
Binary 11100100 11011000 11101111
Octal 344 330 357

Shades and tints

Shades of #E4D8EF

#E4D8EF
(228,216,239)
#D0C5DA
(208,197,218)
#BCB2C5
(188,178,197)
#A89FB0
(168,159,176)
#948C9B
(148,140,155)
#807986
(128,121,134)
#6C6671
(108,102,113)
#58535C
(88,83,92)
#444047
(68,64,71)
#302D32
(48,45,50)
#1C1A1D
(28,26,29)
#000000
(0,0,0)

Tints of #E4D8EF

#E4D8EF
(228,216,239)
#E6DBF0
(230,219,240)
#E8DEF1
(232,222,241)
#EAE1F2
(234,225,242)
#ECE4F3
(236,228,243)
#EEE7F4
(238,231,244)
#F0EAF5
(240,234,245)
#F2EDF6
(242,237,246)
#F4F0F7
(244,240,247)
#F6F3F8
(246,243,248)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D8EF color. Also use rgb(228,216,239) instead hex code.

Text Font Color

.myTextColor { color: #E4D8EF; }

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

This text font color is #E4D8EF.

Background Color

.myBgColor { background-color: #E4D8EF; }

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

This div background color is #E4D8EF.

Border color

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

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

This div border color is #E4D8EF.

Opacity

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

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

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

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

This text has shadow with #E4D8EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4D8EF.

Preview

Color preview on black background

This text has color #E4D8EF on black background.


Color preview on white background

This text has color #E4D8EF on white background.


Black color preview on #E4D8EF background

This text has black color on #E4D8EF background.


White color preview on #E4D8EF background

This text has white color on #E4D8EF background.


Related colors

Complementary color

Complementary color for #hex is #1B2710.


I love getcolorcode.com

Triadic colors

1 #EFE4D8 and #D8EFE4 with #E4D8EF are triadic colors.

2 #EFD8E4 and #D8E4EF with #E4D8EF are triadic colors.