COLOR #E6D4DD

HEX: #E6D4DD RGB: (230,212,221)

Color info

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

RGB color model

#E6D4DD color RGB value is (230,212,221).

RGB: (230,212,221) (90%, 83%, 87%)

RGB channels and saturation

R 230 of 255 = 90%
G 212 of 255 = 83%
B 221 of 255 = 87%

230
212
221

R + G + B ~ 87%. #E6D4DD is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 212 + 221 = 663 (100%)
R 230 of 663 ~ 34.69%
G 212 of 663 ~ 31.98%
B 221 of 663 ~ 33.33'%

%34.69
%31.98
%33.33

CMYK color model

#E6D4DD color CMYK value is (0,8,4,10).

  • cyan value is 0.00%
  • magenta value is 7.83%
  • yellow value is 3.91%
  • key color value is 9.80%

CMYK: (0,8,4,10)
C0M8Y4K10 (0%, 8%, 4%, 10%)
(0.00 / 0.08 / 0.04 / 0.10)

CMYK percentages

%0
%7.83
%3.91
%9.8

Codes

Color #E6D4DD in popluar color models

E6 D4 DD
RGB 230 212 221
HSL 330° 26.47% 86.67%
HSB/HSV 330° 7.83% 90.20%
CMYK 0.00% 7.83% 3.91%
9.80%

Color #E6D4DD in popluar number systems.

HEX E6 D4 DD
Decimal 230 212 221
Binary 11100110 11010100 11011101
Octal 346 324 335

Shades and tints

Shades of #E6D4DD

#E6D4DD
(230,212,221)
#D2C1C9
(210,193,201)
#BEAEB5
(190,174,181)
#AA9BA1
(170,155,161)
#96888D
(150,136,141)
#827579
(130,117,121)
#6E6265
(110,98,101)
#5A4F51
(90,79,81)
#463C3D
(70,60,61)
#322929
(50,41,41)
#1E1615
(30,22,21)
#000000
(0,0,0)

Tints of #E6D4DD

#E6D4DD
(230,212,221)
#E8D7E0
(232,215,224)
#EADAE3
(234,218,227)
#ECDDE6
(236,221,230)
#EEE0E9
(238,224,233)
#F0E3EC
(240,227,236)
#F2E6EF
(242,230,239)
#F4E9F2
(244,233,242)
#F6ECF5
(246,236,245)
#F8EFF8
(248,239,248)
#FAF2FB
(250,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D4DD color. Also use rgb(230,212,221) instead hex code.

Text Font Color

.myTextColor { color: #E6D4DD; }

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

This text font color is #E6D4DD.

Background Color

.myBgColor { background-color: #E6D4DD; }

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

This div background color is #E6D4DD.

Border color

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

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

This div border color is #E6D4DD.

Opacity

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

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

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

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

This text has shadow with #E6D4DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6D4DD.

Preview

Color preview on black background

This text has color #E6D4DD on black background.


Color preview on white background

This text has color #E6D4DD on white background.


Black color preview on #E6D4DD background

This text has black color on #E6D4DD background.


White color preview on #E6D4DD background

This text has white color on #E6D4DD background.


Related colors

Complementary color

Complementary color for #hex is #192B22.


I love getcolorcode.com

Triadic colors

1 #DDE6D4 and #D4DDE6 with #E6D4DD are triadic colors.

2 #DDD4E6 and #D4E6DD with #E6D4DD are triadic colors.