COLOR #DCCFD9

HEX: #DCCFD9
RGB: (220,207,217)

Color info

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

RGB color model

#DCCFD9 color RGB value is (220,207,217).

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

RGB channels and saturation

R 220 of 255 = 86%
G 207 of 255 = 81%
B 217 of 255 = 85%

220
207
217

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

Portions of RGB colors in percentages

R + G + B =
220 + 207 + 217 = 644 (100%)
R 220 of 644 ~ 34.16%
G 207 of 644 ~ 32.14%
B 217 of 644 ~ 33.7%

%34.16
%32.14
%33.7

CMYK color model

#DCCFD9 color CMYK value is (0,6,1,14).

  • cyan value is 0.00%
  • magenta value is 5.91%
  • yellow value is 1.36%
  • key color value is 13.73%
CMYK:
(0,6,1,14)
C0M6Y1K14 
(0%,6%,1%,14%)
(0.00/0.06/0.01/0.14)	

CMYK percentages

%0
%5.91
%1.36
%13.73

Codes

Color #DCCFD9 in popluar color models

DCCFD9
RGB220207217
HSL314°15.66%83.73%
HSB/HSV314°5.91%86.27%
CMYK0.00%5.91%1.36%
13.73%

Color #DCCFD9 in popluar number systems.

HEXDCCFD9
Decimal220207217
Binary110111001100111111011001
Octal334317331

Shades and tints

Shades of #DCCFD9

#DCCFD9
(220,207,217)
#C8BDC6
(200,189,198)
#B4ABB3
(180,171,179)
#A099A0
(160,153,160)
#8C878D
(140,135,141)
#78757A
(120,117,122)
#646367
(100,99,103)
#505154
(80,81,84)
#3C3F41
(60,63,65)
#282D2E
(40,45,46)
#141B1B
(20,27,27)
#000000
(0,0,0)

Tints of #DCCFD9

#DCCFD9
(220,207,217)
#DFD3DC
(223,211,220)
#E2D7DF
(226,215,223)
#E5DBE2
(229,219,226)
#E8DFE5
(232,223,229)
#EBE3E8
(235,227,232)
#EEE7EB
(238,231,235)
#F1EBEE
(241,235,238)
#F4EFF1
(244,239,241)
#F7F3F4
(247,243,244)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCCFD9; }

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

This text font color is #DCCFD9.


Background Color

.myBgColor { background-color: #DCCFD9; }

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

This div background color is #DCCFD9.


Border color

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

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

This div border color is #DCCFD9.


Opacity

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

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

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

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

This text has shadow with #DCCFD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCFD9 on black background.


Color preview on white background

This text has color #DCCFD9 on white background.



Black color preview on #DCCFD9 background

This text has black color on #DCCFD9 background.


White color preview on #DCCFD9 background

This text has white color on #DCCFD9 background.