COLOR #D9C1CC

HEX: #D9C1CC RGB: (217,193,204)

Color info

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

RGB color model

#D9C1CC color RGB value is (217,193,204).

RGB: (217,193,204) (85%, 76%, 80%)

RGB channels and saturation

R 217 of 255 = 85%
G 193 of 255 = 76%
B 204 of 255 = 80%

217
193
204

R + G + B ~ 80%. #D9C1CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 193 + 204 = 614 (100%)
R 217 of 614 ~ 35.34%
G 193 of 614 ~ 31.43%
B 204 of 614 ~ 33.22'%

%35.34
%31.43
%33.22

CMYK color model

#D9C1CC color CMYK value is (0,11,6,15).

  • cyan value is 0.00%
  • magenta value is 11.06%
  • yellow value is 5.99%
  • key color value is 14.90%
CMYK: (0,11,6,15) C0M11Y6K15 (0%,11%,6%,15%) (0.00/0.11/0.06/0.15) 

CMYK percentages

%0
%11.06
%5.99
%14.9

Codes

Color #D9C1CC in popluar color models

D9 C1 CC
RGB 217 193 204
HSL 333° 24.00% 80.39%
HSB/HSV 333° 11.06% 85.10%
CMYK 0.00% 11.06% 5.99%
14.90%

Color #D9C1CC in popluar number systems.

HEX D9 C1 CC
Decimal 217 193 204
Binary 11011001 11000001 11001100
Octal 331 301 314

Shades and tints

Shades of #D9C1CC

#D9C1CC
(217,193,204)
#C6B0BA
(198,176,186)
#B39FA8
(179,159,168)
#A08E96
(160,142,150)
#8D7D84
(141,125,132)
#7A6C72
(122,108,114)
#675B60
(103,91,96)
#544A4E
(84,74,78)
#41393C
(65,57,60)
#2E282A
(46,40,42)
#1B1718
(27,23,24)
#000000
(0,0,0)

Tints of #D9C1CC

#D9C1CC
(217,193,204)
#DCC6D0
(220,198,208)
#DFCBD4
(223,203,212)
#E2D0D8
(226,208,216)
#E5D5DC
(229,213,220)
#E8DAE0
(232,218,224)
#EBDFE4
(235,223,228)
#EEE4E8
(238,228,232)
#F1E9EC
(241,233,236)
#F4EEF0
(244,238,240)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9C1CC; }

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

This text font color is #D9C1CC.

Background Color

.myBgColor { background-color: #D9C1CC; }

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

This div background color is #D9C1CC.

Border color

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

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

This div border color is #D9C1CC.

Opacity

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

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

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

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

This text has shadow with #D9C1CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9C1CC.

Preview

Color preview on black background

This text has color #D9C1CC on black background.


Color preview on white background

This text has color #D9C1CC on white background.


Black color preview on #D9C1CC background

This text has black color on #D9C1CC background.


White color preview on #D9C1CC background

This text has white color on #D9C1CC background.


Related colors

Complementary color

Complementary color for #hex is #263E33.


I love getcolorcode.com

Triadic colors

1 #CCD9C1 and #C1CCD9 with #D9C1CC are triadic colors.

2 #CCC1D9 and #C1D9CC with #D9C1CC are triadic colors.