COLOR #E4D2DB

HEX: #E4D2DB RGB: (228,210,219)

Color info

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

RGB color model

#E4D2DB color RGB value is (228,210,219).

RGB: (228,210,219) (89%, 82%, 86%)

RGB channels and saturation

R 228 of 255 = 89%
G 210 of 255 = 82%
B 219 of 255 = 86%

228
210
219

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

Portions of RGB colors in percentages

R + G + B = 228 + 210 + 219 = 657 (100%)
R 228 of 657 ~ 34.7%
G 210 of 657 ~ 31.96%
B 219 of 657 ~ 33.33'%

%34.7
%31.96
%33.33

CMYK color model

#E4D2DB color CMYK value is (0,8,4,11).

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

CMYK: (0,8,4,11)
C0M8Y4K11 (0%, 8%, 4%, 11%)
(0.00 / 0.08 / 0.04 / 0.11)

CMYK percentages

%0
%7.89
%3.95
%10.59

Codes

Color #E4D2DB in popluar color models

E4 D2 DB
RGB 228 210 219
HSL 330° 25.00% 85.88%
HSB/HSV 330° 7.89% 89.41%
CMYK 0.00% 7.89% 3.95%
10.59%

Color #E4D2DB in popluar number systems.

HEX E4 D2 DB
Decimal 228 210 219
Binary 11100100 11010010 11011011
Octal 344 322 333

Shades and tints

Shades of #E4D2DB

#E4D2DB
(228,210,219)
#D0BFC8
(208,191,200)
#BCACB5
(188,172,181)
#A899A2
(168,153,162)
#94868F
(148,134,143)
#80737C
(128,115,124)
#6C6069
(108,96,105)
#584D56
(88,77,86)
#443A43
(68,58,67)
#302730
(48,39,48)
#1C141D
(28,20,29)
#000000
(0,0,0)

Tints of #E4D2DB

#E4D2DB
(228,210,219)
#E6D6DE
(230,214,222)
#E8DAE1
(232,218,225)
#EADEE4
(234,222,228)
#ECE2E7
(236,226,231)
#EEE6EA
(238,230,234)
#F0EAED
(240,234,237)
#F2EEF0
(242,238,240)
#F4F2F3
(244,242,243)
#F6F6F6
(246,246,246)
#F8FAF9
(248,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4D2DB; }

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

This text font color is #E4D2DB.

Background Color

.myBgColor { background-color: #E4D2DB; }

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

This div background color is #E4D2DB.

Border color

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

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

This div border color is #E4D2DB.

Opacity

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

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

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

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

This text has shadow with #E4D2DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4D2DB.

Preview

Color preview on black background

This text has color #E4D2DB on black background.


Color preview on white background

This text has color #E4D2DB on white background.


Black color preview on #E4D2DB background

This text has black color on #E4D2DB background.


White color preview on #E4D2DB background

This text has white color on #E4D2DB background.


Related colors

Complementary color

Complementary color for #hex is #1B2D24.


I love getcolorcode.com

Triadic colors

1 #DBE4D2 and #D2DBE4 with #E4D2DB are triadic colors.

2 #DBD2E4 and #D2E4DB with #E4D2DB are triadic colors.