COLOR #D9CCD5

HEX: #D9CCD5
RGB: (217,204,213)

Color info

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

RGB color model

#D9CCD5 color RGB value is (217,204,213).

  • red value is 217;
  • green value is 204;
  • blue value is 213.
RGB: (217,204,213) (85%,80%,84%)

RGB channels and saturation

R 217 of 255 = 85%
G 204 of 255 = 80%
B 213 of 255 = 84%

217
204
213

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

Portions of RGB colors in percentages

R + G + B =
217 + 204 + 213 = 634 (100%)
R 217 of 634 ~ 34.23%
G 204 of 634 ~ 32.18%
B 213 of 634 ~ 33.6%

%34.23
%32.18
%33.6

CMYK color model

#D9CCD5 color CMYK value is (0,6,2,15).

  • cyan value is 0.00%
  • magenta value is 5.99%
  • yellow value is 1.84%
  • key color value is 14.90%
CMYK: (0,6,2,15) C0M6Y2K15 (0%,6%,2%,15%) (0.00/0.06/0.02/0.15)

CMYK percentages

%0
%5.99
%1.84
%14.9

Codes

Color #D9CCD5 in popluar color models

D9CCD5
RGB217204213
HSL318°14.61%82.55%
HSB/HSV318°5.99%85.10%
CMYK0.00%5.99%1.84%
14.90%

Color #D9CCD5 in popluar number systems.

HEXD9CCD5
Decimal217204213
Binary110110011100110011010101
Octal331314325

Shades and tints

Shades of #D9CCD5

#D9CCD5
(217,204,213)
#C6BAC2
(198,186,194)
#B3A8AF
(179,168,175)
#A0969C
(160,150,156)
#8D8489
(141,132,137)
#7A7276
(122,114,118)
#676063
(103,96,99)
#544E50
(84,78,80)
#413C3D
(65,60,61)
#2E2A2A
(46,42,42)
#1B1817
(27,24,23)
#000000
(0,0,0)

Tints of #D9CCD5

#D9CCD5
(217,204,213)
#DCD0D8
(220,208,216)
#DFD4DB
(223,212,219)
#E2D8DE
(226,216,222)
#E5DCE1
(229,220,225)
#E8E0E4
(232,224,228)
#EBE4E7
(235,228,231)
#EEE8EA
(238,232,234)
#F1ECED
(241,236,237)
#F4F0F0
(244,240,240)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9CCD5; }

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

This text font color is #D9CCD5.


Background Color

.myBgColor { background-color: #D9CCD5; }

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

This div background color is #D9CCD5.


Border color

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

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

This div border color is #D9CCD5.


Opacity

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

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

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

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

This text has shadow with #D9CCD5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D9CCD5 on black background.


Color preview on white background

This text has color #D9CCD5 on white background.



Black color preview on #D9CCD5 background

This text has black color on #D9CCD5 background.


White color preview on #D9CCD5 background

This text has white color on #D9CCD5 background.