COLOR #DCCCD6

HEX: #DCCCD6
RGB: (220,204,214)

Color info

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

RGB color model

#DCCCD6 color RGB value is (220,204,214).

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

RGB channels and saturation

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

220
204
214

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

Portions of RGB colors in percentages

R + G + B =
220 + 204 + 214 = 638 (100%)
R 220 of 638 ~ 34.48%
G 204 of 638 ~ 31.97%
B 214 of 638 ~ 33.54%

%34.48
%31.97
%33.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.27%
  • 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
%7.27
%2.73
%13.73

Codes

Color #DCCCD6 in popluar color models

DCCCD6
RGB220204214
HSL323°18.60%83.14%
HSB/HSV323°7.27%86.27%
CMYK0.00%7.27%2.73%
13.73%

Color #DCCCD6 in popluar number systems.

HEXDCCCD6
Decimal220204214
Binary110111001100110011010110
Octal334314326

Shades and tints

Shades of #DCCCD6

#DCCCD6
(220,204,214)
#C8BAC3
(200,186,195)
#B4A8B0
(180,168,176)
#A0969D
(160,150,157)
#8C848A
(140,132,138)
#787277
(120,114,119)
#646064
(100,96,100)
#504E51
(80,78,81)
#3C3C3E
(60,60,62)
#282A2B
(40,42,43)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #DCCCD6

#DCCCD6
(220,204,214)
#DFD0D9
(223,208,217)
#E2D4DC
(226,212,220)
#E5D8DF
(229,216,223)
#E8DCE2
(232,220,226)
#EBE0E5
(235,224,229)
#EEE4E8
(238,228,232)
#F1E8EB
(241,232,235)
#F4ECEE
(244,236,238)
#F7F0F1
(247,240,241)
#FAF4F4
(250,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCCCD6; }

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

This text font color is #DCCCD6.


Background Color

.myBgColor { background-color: #DCCCD6; }

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

This div background color is #DCCCD6.


Border color

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

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

This div border color is #DCCCD6.


Opacity

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

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

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

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

This text has shadow with #DCCCD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCCD6 on black background.


Color preview on white background

This text has color #DCCCD6 on white background.



Black color preview on #DCCCD6 background

This text has black color on #DCCCD6 background.


White color preview on #DCCCD6 background

This text has white color on #DCCCD6 background.