COLOR #D9C1DD

HEX: #D9C1DD
RGB: (217,193,221)

Color info

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

RGB color model

#D9C1DD color RGB value is (217,193,221).

  • red value is 217;
  • green value is 193;
  • blue value is 221.
RGB:
(217,193,221)
(85%,76%,87%)

RGB channels and saturation

R 217 of 255 = 85%
G 193 of 255 = 76%
B 221 of 255 = 87%

217
193
221

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

Portions of RGB colors in percentages

R + G + B =
217 + 193 + 221 = 631 (100%)
R 217 of 631 ~ 34.39%
G 193 of 631 ~ 30.59%
B 221 of 631 ~ 35.02%

%34.39
%30.59
%35.02

CMYK color model

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

  • cyan value is 1.81%
  • magenta value is 12.67%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(2,13,0,13)
C2M13Y0K13 
(2%,13%,0%,13%)
(0.02/0.13/0.00/0.13)	

CMYK percentages

%1.81
%12.67
%0
%13.33

Codes

Color #D9C1DD in popluar color models

D9C1DD
RGB217193221
HSL291°29.17%81.18%
HSB/HSV291°12.67%86.67%
CMYK1.81%12.67%0.00%
13.33%

Color #D9C1DD in popluar number systems.

HEXD9C1DD
Decimal217193221
Binary110110011100000111011101
Octal331301335

Shades and tints

Shades of #D9C1DD

#D9C1DD
(217,193,221)
#C6B0C9
(198,176,201)
#B39FB5
(179,159,181)
#A08EA1
(160,142,161)
#8D7D8D
(141,125,141)
#7A6C79
(122,108,121)
#675B65
(103,91,101)
#544A51
(84,74,81)
#41393D
(65,57,61)
#2E2829
(46,40,41)
#1B1715
(27,23,21)
#000000
(0,0,0)

Tints of #D9C1DD

#D9C1DD
(217,193,221)
#DCC6E0
(220,198,224)
#DFCBE3
(223,203,227)
#E2D0E6
(226,208,230)
#E5D5E9
(229,213,233)
#E8DAEC
(232,218,236)
#EBDFEF
(235,223,239)
#EEE4F2
(238,228,242)
#F1E9F5
(241,233,245)
#F4EEF8
(244,238,248)
#F7F3FB
(247,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9C1DD; }

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

This text font color is #D9C1DD.


Background Color

.myBgColor { background-color: #D9C1DD; }

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

This div background color is #D9C1DD.


Border color

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

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

This div border color is #D9C1DD.


Opacity

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

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

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

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

This text has shadow with #D9C1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9C1DD on black background.


Color preview on white background

This text has color #D9C1DD on white background.



Black color preview on #D9C1DD background

This text has black color on #D9C1DD background.


White color preview on #D9C1DD background

This text has white color on #D9C1DD background.