COLOR #E4D0DB

HEX: #E4D0DB RGB: (228,208,219)

Color info

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

RGB color model

#E4D0DB color RGB value is (228,208,219).

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

RGB channels and saturation

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

228
208
219

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

Portions of RGB colors in percentages

R + G + B = 228 + 208 + 219 = 655 (100%)
R 228 of 655 ~ 34.81%
G 208 of 655 ~ 31.76%
B 219 of 655 ~ 33.44'%

%34.81
%31.76
%33.44

CMYK color model

#E4D0DB color CMYK value is (0,9,4,11).

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

CMYK: (0,9,4,11)
C0M9Y4K11 (0%, 9%, 4%, 11%)
(0.00 / 0.09 / 0.04 / 0.11)

CMYK percentages

%0
%8.77
%3.95
%10.59

Codes

Color #E4D0DB in popluar color models

E4 D0 DB
RGB 228 208 219
HSL 327° 27.03% 85.49%
HSB/HSV 327° 8.77% 89.41%
CMYK 0.00% 8.77% 3.95%
10.59%

Color #E4D0DB in popluar number systems.

HEX E4 D0 DB
Decimal 228 208 219
Binary 11100100 11010000 11011011
Octal 344 320 333

Shades and tints

Shades of #E4D0DB

#E4D0DB
(228,208,219)
#D0BEC8
(208,190,200)
#BCACB5
(188,172,181)
#A89AA2
(168,154,162)
#94888F
(148,136,143)
#80767C
(128,118,124)
#6C6469
(108,100,105)
#585256
(88,82,86)
#444043
(68,64,67)
#302E30
(48,46,48)
#1C1C1D
(28,28,29)
#000000
(0,0,0)

Tints of #E4D0DB

#E4D0DB
(228,208,219)
#E6D4DE
(230,212,222)
#E8D8E1
(232,216,225)
#EADCE4
(234,220,228)
#ECE0E7
(236,224,231)
#EEE4EA
(238,228,234)
#F0E8ED
(240,232,237)
#F2ECF0
(242,236,240)
#F4F0F3
(244,240,243)
#F6F4F6
(246,244,246)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4D0DB; }

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

This text font color is #E4D0DB.

Background Color

.myBgColor { background-color: #E4D0DB; }

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

This div background color is #E4D0DB.

Border color

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

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

This div border color is #E4D0DB.

Opacity

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

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

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

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

This text has shadow with #E4D0DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4D0DB.

Preview

Color preview on black background

This text has color #E4D0DB on black background.


Color preview on white background

This text has color #E4D0DB on white background.


Black color preview on #E4D0DB background

This text has black color on #E4D0DB background.


White color preview on #E4D0DB background

This text has white color on #E4D0DB background.


Related colors

Complementary color

Complementary color for #hex is #1B2F24.


I love getcolorcode.com

Triadic colors

1 #DBE4D0 and #D0DBE4 with #E4D0DB are triadic colors.

2 #DBD0E4 and #D0E4DB with #E4D0DB are triadic colors.