COLOR #D9D6DD

HEX: #D9D6DD RGB: (217,214,221)

Color info

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

RGB color model

#D9D6DD color RGB value is (217,214,221).

RGB: (217,214,221) (85%, 84%, 87%)

RGB channels and saturation

R 217 of 255 = 85%
G 214 of 255 = 84%
B 221 of 255 = 87%

217
214
221

R + G + B ~ 85%. #D9D6DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 214 + 221 = 652 (100%)
R 217 of 652 ~ 33.28%
G 214 of 652 ~ 32.82%
B 221 of 652 ~ 33.9'%

%33.28
%32.82
%33.9

CMYK color model

#D9D6DD color CMYK value is (2,3,0,13).

  • cyan value is 1.81%
  • magenta value is 3.17%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (2,3,0,13) C2M3Y0K13 (2%,3%,0%,13%) (0.02/0.03/0.00/0.13) 

CMYK percentages

%1.81
%3.17
%0
%13.33

Codes

Color #D9D6DD in popluar color models

D9 D6 DD
RGB 217 214 221
HSL 266° 9.33% 85.29%
HSB/HSV 266° 3.17% 86.67%
CMYK 1.81% 3.17% 0.00%
13.33%

Color #D9D6DD in popluar number systems.

HEX D9 D6 DD
Decimal 217 214 221
Binary 11011001 11010110 11011101
Octal 331 326 335

Shades and tints

Shades of #D9D6DD

#D9D6DD
(217,214,221)
#C6C3C9
(198,195,201)
#B3B0B5
(179,176,181)
#A09DA1
(160,157,161)
#8D8A8D
(141,138,141)
#7A7779
(122,119,121)
#676465
(103,100,101)
#545151
(84,81,81)
#413E3D
(65,62,61)
#2E2B29
(46,43,41)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #D9D6DD

#D9D6DD
(217,214,221)
#DCD9E0
(220,217,224)
#DFDCE3
(223,220,227)
#E2DFE6
(226,223,230)
#E5E2E9
(229,226,233)
#E8E5EC
(232,229,236)
#EBE8EF
(235,232,239)
#EEEBF2
(238,235,242)
#F1EEF5
(241,238,245)
#F4F1F8
(244,241,248)
#F7F4FB
(247,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9D6DD color. Also use rgb(217,214,221) instead hex code.

Text Font Color

.myTextColor { color: #D9D6DD; }

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

This text font color is #D9D6DD.

Background Color

.myBgColor { background-color: #D9D6DD; }

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

This div background color is #D9D6DD.

Border color

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

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

This div border color is #D9D6DD.

Opacity

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

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

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

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

This text has shadow with #D9D6DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9D6DD.

Preview

Color preview on black background

This text has color #D9D6DD on black background.


Color preview on white background

This text has color #D9D6DD on white background.


Black color preview on #D9D6DD background

This text has black color on #D9D6DD background.


White color preview on #D9D6DD background

This text has white color on #D9D6DD background.


Related colors

Complementary color

Complementary color for #hex is #262922.


I love getcolorcode.com

Triadic colors

1 #DDD9D6 and #D6DDD9 with #D9D6DD are triadic colors.

2 #DDD6D9 and #D6D9DD with #D9D6DD are triadic colors.