COLOR #E4D8EB

HEX: #E4D8EB RGB: (228,216,235)

Color info

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

RGB color model

#E4D8EB color RGB value is (228,216,235).

RGB: (228,216,235) (89%, 85%, 92%)

RGB channels and saturation

R 228 of 255 = 89%
G 216 of 255 = 85%
B 235 of 255 = 92%

228
216
235

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

Portions of RGB colors in percentages

R + G + B = 228 + 216 + 235 = 679 (100%)
R 228 of 679 ~ 33.58%
G 216 of 679 ~ 31.81%
B 235 of 679 ~ 34.61'%

%33.58
%31.81
%34.61

CMYK color model

#E4D8EB color CMYK value is (3,8,0,8).

  • cyan value is 2.98%
  • magenta value is 8.09%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (3,8,0,8)
C3M8Y0K8 (3%, 8%, 0%, 8%)
(0.03 / 0.08 / 0.00 / 0.08)

CMYK percentages

%2.98
%8.09
%0
%7.84

Codes

Color #E4D8EB in popluar color models

E4 D8 EB
RGB 228 216 235
HSL 278° 32.20% 88.43%
HSB/HSV 278° 8.09% 92.16%
CMYK 2.98% 8.09% 0.00%
7.84%

Color #E4D8EB in popluar number systems.

HEX E4 D8 EB
Decimal 228 216 235
Binary 11100100 11011000 11101011
Octal 344 330 353

Shades and tints

Shades of #E4D8EB

#E4D8EB
(228,216,235)
#D0C5D6
(208,197,214)
#BCB2C1
(188,178,193)
#A89FAC
(168,159,172)
#948C97
(148,140,151)
#807982
(128,121,130)
#6C666D
(108,102,109)
#585358
(88,83,88)
#444043
(68,64,67)
#302D2E
(48,45,46)
#1C1A19
(28,26,25)
#000000
(0,0,0)

Tints of #E4D8EB

#E4D8EB
(228,216,235)
#E6DBEC
(230,219,236)
#E8DEED
(232,222,237)
#EAE1EE
(234,225,238)
#ECE4EF
(236,228,239)
#EEE7F0
(238,231,240)
#F0EAF1
(240,234,241)
#F2EDF2
(242,237,242)
#F4F0F3
(244,240,243)
#F6F3F4
(246,243,244)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4D8EB; }

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

This text font color is #E4D8EB.

Background Color

.myBgColor { background-color: #E4D8EB; }

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

This div background color is #E4D8EB.

Border color

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

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

This div border color is #E4D8EB.

Opacity

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

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

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

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

This text has shadow with #E4D8EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4D8EB.

Preview

Color preview on black background

This text has color #E4D8EB on black background.


Color preview on white background

This text has color #E4D8EB on white background.


Black color preview on #E4D8EB background

This text has black color on #E4D8EB background.


White color preview on #E4D8EB background

This text has white color on #E4D8EB background.


Related colors

Complementary color

Complementary color for #hex is #1B2714.


I love getcolorcode.com

Triadic colors

1 #EBE4D8 and #D8EBE4 with #E4D8EB are triadic colors.

2 #EBD8E4 and #D8E4EB with #E4D8EB are triadic colors.