COLOR #D9D5DC

HEX: #D9D5DC RGB: (217,213,220)

Color info

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

RGB color model

#D9D5DC color RGB value is (217,213,220).

RGB: (217,213,220) (85%, 84%, 86%)

RGB channels and saturation

R 217 of 255 = 85%
G 213 of 255 = 84%
B 220 of 255 = 86%

217
213
220

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

Portions of RGB colors in percentages

R + G + B = 217 + 213 + 220 = 650 (100%)
R 217 of 650 ~ 33.38%
G 213 of 650 ~ 32.77%
B 220 of 650 ~ 33.85'%

%33.38
%32.77
%33.85

CMYK color model

#D9D5DC color CMYK value is (1,3,0,14).

  • cyan value is 1.36%
  • magenta value is 3.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (1,3,0,14) C1M3Y0K14 (1%,3%,0%,14%) (0.01/0.03/0.00/0.14) 

CMYK percentages

%1.36
%3.18
%0
%13.73

Codes

Color #D9D5DC in popluar color models

D9 D5 DC
RGB 217 213 220
HSL 274° 9.09% 84.90%
HSB/HSV 274° 3.18% 86.27%
CMYK 1.36% 3.18% 0.00%
13.73%

Color #D9D5DC in popluar number systems.

HEX D9 D5 DC
Decimal 217 213 220
Binary 11011001 11010101 11011100
Octal 331 325 334

Shades and tints

Shades of #D9D5DC

#D9D5DC
(217,213,220)
#C6C2C8
(198,194,200)
#B3AFB4
(179,175,180)
#A09CA0
(160,156,160)
#8D898C
(141,137,140)
#7A7678
(122,118,120)
#676364
(103,99,100)
#545050
(84,80,80)
#413D3C
(65,61,60)
#2E2A28
(46,42,40)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #D9D5DC

#D9D5DC
(217,213,220)
#DCD8DF
(220,216,223)
#DFDBE2
(223,219,226)
#E2DEE5
(226,222,229)
#E5E1E8
(229,225,232)
#E8E4EB
(232,228,235)
#EBE7EE
(235,231,238)
#EEEAF1
(238,234,241)
#F1EDF4
(241,237,244)
#F4F0F7
(244,240,247)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9D5DC color. Also use rgb(217,213,220) instead hex code.

Text Font Color

.myTextColor { color: #D9D5DC; }

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

This text font color is #D9D5DC.

Background Color

.myBgColor { background-color: #D9D5DC; }

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

This div background color is #D9D5DC.

Border color

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

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

This div border color is #D9D5DC.

Opacity

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

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

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

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

This text has shadow with #D9D5DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9D5DC.

Preview

Color preview on black background

This text has color #D9D5DC on black background.


Color preview on white background

This text has color #D9D5DC on white background.


Black color preview on #D9D5DC background

This text has black color on #D9D5DC background.


White color preview on #D9D5DC background

This text has white color on #D9D5DC background.


Related colors

Complementary color

Complementary color for #hex is #262A23.


I love getcolorcode.com

Triadic colors

1 #DCD9D5 and #D5DCD9 with #D9D5DC are triadic colors.

2 #DCD5D9 and #D5D9DC with #D9D5DC are triadic colors.