COLOR #D9C8DC

HEX: #D9C8DC RGB: (217,200,220)

Color info

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

RGB color model

#D9C8DC color RGB value is (217,200,220).

RGB: (217,200,220) (85%, 78%, 86%)

RGB channels and saturation

R 217 of 255 = 85%
G 200 of 255 = 78%
B 220 of 255 = 86%

217
200
220

R + G + B ~ 83%. #D9C8DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 200 + 220 = 637 (100%)
R 217 of 637 ~ 34.07%
G 200 of 637 ~ 31.4%
B 220 of 637 ~ 34.54'%

%34.07
%31.4
%34.54

CMYK color model

#D9C8DC color CMYK value is (1,9,0,14).

  • cyan value is 1.36%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (1,9,0,14) C1M9Y0K14 (1%,9%,0%,14%) (0.01/0.09/0.00/0.14) 

CMYK percentages

%1.36
%9.09
%0
%13.73

Codes

Color #D9C8DC in popluar color models

D9 C8 DC
RGB 217 200 220
HSL 291° 22.22% 82.35%
HSB/HSV 291° 9.09% 86.27%
CMYK 1.36% 9.09% 0.00%
13.73%

Color #D9C8DC in popluar number systems.

HEX D9 C8 DC
Decimal 217 200 220
Binary 11011001 11001000 11011100
Octal 331 310 334

Shades and tints

Shades of #D9C8DC

#D9C8DC
(217,200,220)
#C6B6C8
(198,182,200)
#B3A4B4
(179,164,180)
#A092A0
(160,146,160)
#8D808C
(141,128,140)
#7A6E78
(122,110,120)
#675C64
(103,92,100)
#544A50
(84,74,80)
#41383C
(65,56,60)
#2E2628
(46,38,40)
#1B1414
(27,20,20)
#000000
(0,0,0)

Tints of #D9C8DC

#D9C8DC
(217,200,220)
#DCCDDF
(220,205,223)
#DFD2E2
(223,210,226)
#E2D7E5
(226,215,229)
#E5DCE8
(229,220,232)
#E8E1EB
(232,225,235)
#EBE6EE
(235,230,238)
#EEEBF1
(238,235,241)
#F1F0F4
(241,240,244)
#F4F5F7
(244,245,247)
#F7FAFA
(247,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9C8DC; }

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

This text font color is #D9C8DC.

Background Color

.myBgColor { background-color: #D9C8DC; }

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

This div background color is #D9C8DC.

Border color

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

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

This div border color is #D9C8DC.

Opacity

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

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

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

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

This text has shadow with #D9C8DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9C8DC.

Preview

Color preview on black background

This text has color #D9C8DC on black background.


Color preview on white background

This text has color #D9C8DC on white background.


Black color preview on #D9C8DC background

This text has black color on #D9C8DC background.


White color preview on #D9C8DC background

This text has white color on #D9C8DC background.


Related colors

Complementary color

Complementary color for #hex is #263723.


I love getcolorcode.com

Triadic colors

1 #DCD9C8 and #C8DCD9 with #D9C8DC are triadic colors.

2 #DCC8D9 and #C8D9DC with #D9C8DC are triadic colors.