COLOR #DCC8D5

HEX: #DCC8D5
RGB: (220,200,213)

Color info

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

RGB color model

#DCC8D5 color RGB value is (220,200,213).

  • red value is 220;
  • green value is 200;
  • blue value is 213.
RGB:
(220,200,213)
(86%,78%,84%)

RGB channels and saturation

R 220 of 255 = 86%
G 200 of 255 = 78%
B 213 of 255 = 84%

220
200
213

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

Portions of RGB colors in percentages

R + G + B =
220 + 200 + 213 = 633 (100%)
R 220 of 633 ~ 34.76%
G 200 of 633 ~ 31.6%
B 213 of 633 ~ 33.65%

%34.76
%31.6
%33.65

CMYK color model

#DCC8D5 color CMYK value is (0,9,3,14).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 3.18%
  • key color value is 13.73%
CMYK:
(0,9,3,14)
C0M9Y3K14 
(0%,9%,3%,14%)
(0.00/0.09/0.03/0.14)	

CMYK percentages

%0
%9.09
%3.18
%13.73

Codes

Color #DCC8D5 in popluar color models

DCC8D5
RGB220200213
HSL321°22.22%82.35%
HSB/HSV321°9.09%86.27%
CMYK0.00%9.09%3.18%
13.73%

Color #DCC8D5 in popluar number systems.

HEXDCC8D5
Decimal220200213
Binary110111001100100011010101
Octal334310325

Shades and tints

Shades of #DCC8D5

#DCC8D5
(220,200,213)
#C8B6C2
(200,182,194)
#B4A4AF
(180,164,175)
#A0929C
(160,146,156)
#8C8089
(140,128,137)
#786E76
(120,110,118)
#645C63
(100,92,99)
#504A50
(80,74,80)
#3C383D
(60,56,61)
#28262A
(40,38,42)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #DCC8D5

#DCC8D5
(220,200,213)
#DFCDD8
(223,205,216)
#E2D2DB
(226,210,219)
#E5D7DE
(229,215,222)
#E8DCE1
(232,220,225)
#EBE1E4
(235,225,228)
#EEE6E7
(238,230,231)
#F1EBEA
(241,235,234)
#F4F0ED
(244,240,237)
#F7F5F0
(247,245,240)
#FAFAF3
(250,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC8D5 color. Also use rgb(220,200,213) instead hex code.

Text Font Color

.myTextColor { color: #DCC8D5; }

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

This text font color is #DCC8D5.


Background Color

.myBgColor { background-color: #DCC8D5; }

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

This div background color is #DCC8D5.


Border color

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

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

This div border color is #DCC8D5.


Opacity

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

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

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

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

This text has shadow with #DCC8D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC8D5 on black background.


Color preview on white background

This text has color #DCC8D5 on white background.



Black color preview on #DCC8D5 background

This text has black color on #DCC8D5 background.


White color preview on #DCC8D5 background

This text has white color on #DCC8D5 background.