COLOR #E4D9FF

HEX: #E4D9FF RGB: (228,217,255)

Color info

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

RGB color model

#E4D9FF color RGB value is (228,217,255).

RGB: (228,217,255) (89%, 85%, 100%)

RGB channels and saturation

R 228 of 255 = 89%
G 217 of 255 = 85%
B 255 of 255 = 100%

228
217
255

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

Portions of RGB colors in percentages

R + G + B = 228 + 217 + 255 = 700 (100%)
R 228 of 700 ~ 32.57%
G 217 of 700 ~ 31%
B 255 of 700 ~ 36.43'%

%32.57
%31
%36.43

CMYK color model

#E4D9FF color CMYK value is (11,15,0,0).

  • cyan value is 10.59%
  • magenta value is 14.90%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (11,15,0,0)
C11M15Y0K0 (11%, 15%, 0%, 0%)
(0.11 / 0.15 / 0.00 / 0.00)

CMYK percentages

%10.59
%14.9
%0
%0

Codes

Color #E4D9FF in popluar color models

E4 D9 FF
RGB 228 217 255
HSL 257° 100.00% 92.55%
HSB/HSV 257° 14.90% 100.00%
CMYK 10.59% 14.90% 0.00%
0.00%

Color #E4D9FF in popluar number systems.

HEX E4 D9 FF
Decimal 228 217 255
Binary 11100100 11011001 11111111
Octal 344 331 377

Shades and tints

Shades of #E4D9FF

#E4D9FF
(228,217,255)
#D0C6E8
(208,198,232)
#BCB3D1
(188,179,209)
#A8A0BA
(168,160,186)
#948DA3
(148,141,163)
#807A8C
(128,122,140)
#6C6775
(108,103,117)
#58545E
(88,84,94)
#444147
(68,65,71)
#302E30
(48,46,48)
#1C1B19
(28,27,25)
#000000
(0,0,0)

Tints of #E4D9FF

#E4D9FF
(228,217,255)
#E6DCFF
(230,220,255)
#E8DFFF
(232,223,255)
#EAE2FF
(234,226,255)
#ECE5FF
(236,229,255)
#EEE8FF
(238,232,255)
#F0EBFF
(240,235,255)
#F2EEFF
(242,238,255)
#F4F1FF
(244,241,255)
#F6F4FF
(246,244,255)
#F8F7FF
(248,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D9FF color. Also use rgb(228,217,255) instead hex code.

Text Font Color

.myTextColor { color: #E4D9FF; }

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

This text font color is #E4D9FF.

Background Color

.myBgColor { background-color: #E4D9FF; }

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

This div background color is #E4D9FF.

Border color

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

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

This div border color is #E4D9FF.

Opacity

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

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

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

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

This text has shadow with #E4D9FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4D9FF.

Preview

Color preview on black background

This text has color #E4D9FF on black background.


Color preview on white background

This text has color #E4D9FF on white background.


Black color preview on #E4D9FF background

This text has black color on #E4D9FF background.


White color preview on #E4D9FF background

This text has white color on #E4D9FF background.


Related colors

Complementary color

Complementary color for #hex is #1B2600.


I love getcolorcode.com

Triadic colors

1 #FFE4D9 and #D9FFE4 with #E4D9FF are triadic colors.

2 #FFD9E4 and #D9E4FF with #E4D9FF are triadic colors.