COLOR #D9CFDD

HEX: #D9CFDD
RGB: (217,207,221)

Color info

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

RGB color model

#D9CFDD color RGB value is (217,207,221).

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

RGB channels and saturation

R 217 of 255 = 85%
G 207 of 255 = 81%
B 221 of 255 = 87%

217
207
221

R + G + B ~ 84%. #D9CFDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 207 + 221 = 645 (100%)
R 217 of 645 ~ 33.64%
G 207 of 645 ~ 32.09%
B 221 of 645 ~ 34.26%

%33.64
%32.09
%34.26

CMYK color model

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

  • cyan value is 1.81%
  • magenta value is 6.33%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(2,6,0,13)
C2M6Y0K13 
(2%,6%,0%,13%)
(0.02/0.06/0.00/0.13)	

CMYK percentages

%1.81
%6.33
%0
%13.33

Codes

Color #D9CFDD in popluar color models

D9CFDD
RGB217207221
HSL283°17.07%83.92%
HSB/HSV283°6.33%86.67%
CMYK1.81%6.33%0.00%
13.33%

Color #D9CFDD in popluar number systems.

HEXD9CFDD
Decimal217207221
Binary110110011100111111011101
Octal331317335

Shades and tints

Shades of #D9CFDD

#D9CFDD
(217,207,221)
#C6BDC9
(198,189,201)
#B3ABB5
(179,171,181)
#A099A1
(160,153,161)
#8D878D
(141,135,141)
#7A7579
(122,117,121)
#676365
(103,99,101)
#545151
(84,81,81)
#413F3D
(65,63,61)
#2E2D29
(46,45,41)
#1B1B15
(27,27,21)
#000000
(0,0,0)

Tints of #D9CFDD

#D9CFDD
(217,207,221)
#DCD3E0
(220,211,224)
#DFD7E3
(223,215,227)
#E2DBE6
(226,219,230)
#E5DFE9
(229,223,233)
#E8E3EC
(232,227,236)
#EBE7EF
(235,231,239)
#EEEBF2
(238,235,242)
#F1EFF5
(241,239,245)
#F4F3F8
(244,243,248)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9CFDD; }

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

This text font color is #D9CFDD.


Background Color

.myBgColor { background-color: #D9CFDD; }

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

This div background color is #D9CFDD.


Border color

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

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

This div border color is #D9CFDD.


Opacity

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

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

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

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

This text has shadow with #D9CFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9CFDD on black background.


Color preview on white background

This text has color #D9CFDD on white background.



Black color preview on #D9CFDD background

This text has black color on #D9CFDD background.


White color preview on #D9CFDD background

This text has white color on #D9CFDD background.