COLOR #D9C0DC

HEX: #D9C0DC
RGB: (217,192,220)

Color info

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

RGB color model

#D9C0DC color RGB value is (217,192,220).

  • red value is 217;
  • green value is 192;
  • blue value is 220.
RGB:
(217,192,220)
(85%,75%,86%)

RGB channels and saturation

R 217 of 255 = 85%
G 192 of 255 = 75%
B 220 of 255 = 86%

217
192
220

R + G + B ~ 82%. #D9C0DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 192 + 220 = 629 (100%)
R 217 of 629 ~ 34.5%
G 192 of 629 ~ 30.52%
B 220 of 629 ~ 34.98%

%34.5
%30.52
%34.98

CMYK color model

#D9C0DC color CMYK value is (1,13,0,14).

  • cyan value is 1.36%
  • magenta value is 12.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(1,13,0,14)
C1M13Y0K14 
(1%,13%,0%,14%)
(0.01/0.13/0.00/0.14)	

CMYK percentages

%1.36
%12.73
%0
%13.73

Codes

Color #D9C0DC in popluar color models

D9C0DC
RGB217192220
HSL294°28.57%80.78%
HSB/HSV294°12.73%86.27%
CMYK1.36%12.73%0.00%
13.73%

Color #D9C0DC in popluar number systems.

HEXD9C0DC
Decimal217192220
Binary110110011100000011011100
Octal331300334

Shades and tints

Shades of #D9C0DC

#D9C0DC
(217,192,220)
#C6AFC8
(198,175,200)
#B39EB4
(179,158,180)
#A08DA0
(160,141,160)
#8D7C8C
(141,124,140)
#7A6B78
(122,107,120)
#675A64
(103,90,100)
#544950
(84,73,80)
#41383C
(65,56,60)
#2E2728
(46,39,40)
#1B1614
(27,22,20)
#000000
(0,0,0)

Tints of #D9C0DC

#D9C0DC
(217,192,220)
#DCC5DF
(220,197,223)
#DFCAE2
(223,202,226)
#E2CFE5
(226,207,229)
#E5D4E8
(229,212,232)
#E8D9EB
(232,217,235)
#EBDEEE
(235,222,238)
#EEE3F1
(238,227,241)
#F1E8F4
(241,232,244)
#F4EDF7
(244,237,247)
#F7F2FA
(247,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9C0DC; }

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

This text font color is #D9C0DC.


Background Color

.myBgColor { background-color: #D9C0DC; }

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

This div background color is #D9C0DC.


Border color

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

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

This div border color is #D9C0DC.


Opacity

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

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

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

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

This text has shadow with #D9C0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C0DC on black background.


Color preview on white background

This text has color #D9C0DC on white background.



Black color preview on #D9C0DC background

This text has black color on #D9C0DC background.


White color preview on #D9C0DC background

This text has white color on #D9C0DC background.