COLOR #DCCDD6

HEX: #DCCDD6
RGB: (220,205,214)

Color info

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

RGB color model

#DCCDD6 color RGB value is (220,205,214).

  • red value is 220;
  • green value is 205;
  • blue value is 214.
RGB:
(220,205,214)
(86%,80%,84%)

RGB channels and saturation

R 220 of 255 = 86%
G 205 of 255 = 80%
B 214 of 255 = 84%

220
205
214

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

Portions of RGB colors in percentages

R + G + B =
220 + 205 + 214 = 639 (100%)
R 220 of 639 ~ 34.43%
G 205 of 639 ~ 32.08%
B 214 of 639 ~ 33.49%

%34.43
%32.08
%33.49

CMYK color model

#DCCDD6 color CMYK value is (0,7,3,14).

  • cyan value is 0.00%
  • magenta value is 6.82%
  • yellow value is 2.73%
  • key color value is 13.73%
CMYK:
(0,7,3,14)
C0M7Y3K14 
(0%,7%,3%,14%)
(0.00/0.07/0.03/0.14)	

CMYK percentages

%0
%6.82
%2.73
%13.73

Codes

Color #DCCDD6 in popluar color models

DCCDD6
RGB220205214
HSL324°17.65%83.33%
HSB/HSV324°6.82%86.27%
CMYK0.00%6.82%2.73%
13.73%

Color #DCCDD6 in popluar number systems.

HEXDCCDD6
Decimal220205214
Binary110111001100110111010110
Octal334315326

Shades and tints

Shades of #DCCDD6

#DCCDD6
(220,205,214)
#C8BBC3
(200,187,195)
#B4A9B0
(180,169,176)
#A0979D
(160,151,157)
#8C858A
(140,133,138)
#787377
(120,115,119)
#646164
(100,97,100)
#504F51
(80,79,81)
#3C3D3E
(60,61,62)
#282B2B
(40,43,43)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #DCCDD6

#DCCDD6
(220,205,214)
#DFD1D9
(223,209,217)
#E2D5DC
(226,213,220)
#E5D9DF
(229,217,223)
#E8DDE2
(232,221,226)
#EBE1E5
(235,225,229)
#EEE5E8
(238,229,232)
#F1E9EB
(241,233,235)
#F4EDEE
(244,237,238)
#F7F1F1
(247,241,241)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCCDD6 color. Also use rgb(220,205,214) instead hex code.

Text Font Color

.myTextColor { color: #DCCDD6; }

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

This text font color is #DCCDD6.


Background Color

.myBgColor { background-color: #DCCDD6; }

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

This div background color is #DCCDD6.


Border color

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

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

This div border color is #DCCDD6.


Opacity

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

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

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

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

This text has shadow with #DCCDD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCDD6 on black background.


Color preview on white background

This text has color #DCCDD6 on white background.



Black color preview on #DCCDD6 background

This text has black color on #DCCDD6 background.


White color preview on #DCCDD6 background

This text has white color on #DCCDD6 background.