COLOR #DCCCD9

HEX: #DCCCD9
RGB: (220,204,217)

Color info

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

RGB color model

#DCCCD9 color RGB value is (220,204,217).

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

RGB channels and saturation

R 220 of 255 = 86%
G 204 of 255 = 80%
B 217 of 255 = 85%

220
204
217

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

Portions of RGB colors in percentages

R + G + B =
220 + 204 + 217 = 641 (100%)
R 220 of 641 ~ 34.32%
G 204 of 641 ~ 31.83%
B 217 of 641 ~ 33.85%

%34.32
%31.83
%33.85

CMYK color model

#DCCCD9 color CMYK value is (0,7,1,14).

  • cyan value is 0.00%
  • magenta value is 7.27%
  • yellow value is 1.36%
  • key color value is 13.73%
CMYK:
(0,7,1,14)
C0M7Y1K14 
(0%,7%,1%,14%)
(0.00/0.07/0.01/0.14)	

CMYK percentages

%0
%7.27
%1.36
%13.73

Codes

Color #DCCCD9 in popluar color models

DCCCD9
RGB220204217
HSL311°18.60%83.14%
HSB/HSV311°7.27%86.27%
CMYK0.00%7.27%1.36%
13.73%

Color #DCCCD9 in popluar number systems.

HEXDCCCD9
Decimal220204217
Binary110111001100110011011001
Octal334314331

Shades and tints

Shades of #DCCCD9

#DCCCD9
(220,204,217)
#C8BAC6
(200,186,198)
#B4A8B3
(180,168,179)
#A096A0
(160,150,160)
#8C848D
(140,132,141)
#78727A
(120,114,122)
#646067
(100,96,103)
#504E54
(80,78,84)
#3C3C41
(60,60,65)
#282A2E
(40,42,46)
#14181B
(20,24,27)
#000000
(0,0,0)

Tints of #DCCCD9

#DCCCD9
(220,204,217)
#DFD0DC
(223,208,220)
#E2D4DF
(226,212,223)
#E5D8E2
(229,216,226)
#E8DCE5
(232,220,229)
#EBE0E8
(235,224,232)
#EEE4EB
(238,228,235)
#F1E8EE
(241,232,238)
#F4ECF1
(244,236,241)
#F7F0F4
(247,240,244)
#FAF4F7
(250,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCCCD9; }

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

This text font color is #DCCCD9.


Background Color

.myBgColor { background-color: #DCCCD9; }

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

This div background color is #DCCCD9.


Border color

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

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

This div border color is #DCCCD9.


Opacity

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

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

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

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

This text has shadow with #DCCCD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCCD9 on black background.


Color preview on white background

This text has color #DCCCD9 on white background.



Black color preview on #DCCCD9 background

This text has black color on #DCCCD9 background.


White color preview on #DCCCD9 background

This text has white color on #DCCCD9 background.