COLOR #E4D7DB

HEX: #E4D7DB RGB: (228,215,219)

Color info

#E4D7DB contains red, green and blue colors in about the same proportion. Web safe color of #E4D7DB is #CCCCCC (or #CCC).

RGB color model

#E4D7DB color RGB value is (228,215,219).

RGB: (228,215,219) (89%, 84%, 86%)

RGB channels and saturation

R 228 of 255 = 89%
G 215 of 255 = 84%
B 219 of 255 = 86%

228
215
219

R + G + B ~ 86%. #E4D7DB is light color.

Portions of RGB colors in percentages

R + G + B = 228 + 215 + 219 = 662 (100%)
R 228 of 662 ~ 34.44%
G 215 of 662 ~ 32.48%
B 219 of 662 ~ 33.08'%

%34.44
%32.48
%33.08

CMYK color model

#E4D7DB color CMYK value is (0,6,4,11).

  • cyan value is 0.00%
  • magenta value is 5.70%
  • yellow value is 3.95%
  • key color value is 10.59%

CMYK: (0,6,4,11)
C0M6Y4K11 (0%, 6%, 4%, 11%)
(0.00 / 0.06 / 0.04 / 0.11)

CMYK percentages

%0
%5.7
%3.95
%10.59

Codes

Color #E4D7DB in popluar color models

E4 D7 DB
RGB 228 215 219
HSL 342° 19.40% 86.86%
HSB/HSV 342° 5.70% 89.41%
CMYK 0.00% 5.70% 3.95%
10.59%

Color #E4D7DB in popluar number systems.

HEX E4 D7 DB
Decimal 228 215 219
Binary 11100100 11010111 11011011
Octal 344 327 333

Shades and tints

Shades of #E4D7DB

#E4D7DB
(228,215,219)
#D0C4C8
(208,196,200)
#BCB1B5
(188,177,181)
#A89EA2
(168,158,162)
#948B8F
(148,139,143)
#80787C
(128,120,124)
#6C6569
(108,101,105)
#585256
(88,82,86)
#443F43
(68,63,67)
#302C30
(48,44,48)
#1C191D
(28,25,29)
#000000
(0,0,0)

Tints of #E4D7DB

#E4D7DB
(228,215,219)
#E6DADE
(230,218,222)
#E8DDE1
(232,221,225)
#EAE0E4
(234,224,228)
#ECE3E7
(236,227,231)
#EEE6EA
(238,230,234)
#F0E9ED
(240,233,237)
#F2ECF0
(242,236,240)
#F4EFF3
(244,239,243)
#F6F2F6
(246,242,246)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4D7DB color. Also use rgb(228,215,219) instead hex code.

Text Font Color

.myTextColor { color: #E4D7DB; }

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

This text font color is #E4D7DB.

Background Color

.myBgColor { background-color: #E4D7DB; }

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

This div background color is #E4D7DB.

Border color

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

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

This div border color is #E4D7DB.

Opacity

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

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

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

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

This text has shadow with #E4D7DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4D7DB.

Preview

Color preview on black background

This text has color #E4D7DB on black background.


Color preview on white background

This text has color #E4D7DB on white background.


Black color preview on #E4D7DB background

This text has black color on #E4D7DB background.


White color preview on #E4D7DB background

This text has white color on #E4D7DB background.


Related colors

Complementary color

Complementary color for #hex is #1B2824.


I love getcolorcode.com

Triadic colors

1 #DBE4D7 and #D7DBE4 with #E4D7DB are triadic colors.

2 #DBD7E4 and #D7E4DB with #E4D7DB are triadic colors.