COLOR #DCC5D2

HEX: #DCC5D2
RGB: (220,197,210)

Color info

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

RGB color model

#DCC5D2 color RGB value is (220,197,210).

  • red value is 220;
  • green value is 197;
  • blue value is 210.
RGB:
(220,197,210)
(86%,77%,82%)

RGB channels and saturation

R 220 of 255 = 86%
G 197 of 255 = 77%
B 210 of 255 = 82%

220
197
210

R + G + B ~ 82%. #DCC5D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 197 + 210 = 627 (100%)
R 220 of 627 ~ 35.09%
G 197 of 627 ~ 31.42%
B 210 of 627 ~ 33.49%

%35.09
%31.42
%33.49

CMYK color model

#DCC5D2 color CMYK value is (0,10,5,14).

  • cyan value is 0.00%
  • magenta value is 10.45%
  • yellow value is 4.55%
  • key color value is 13.73%
CMYK:
(0,10,5,14)
C0M10Y5K14 
(0%,10%,5%,14%)
(0.00/0.10/0.05/0.14)	

CMYK percentages

%0
%10.45
%4.55
%13.73

Codes

Color #DCC5D2 in popluar color models

DCC5D2
RGB220197210
HSL326°24.73%81.76%
HSB/HSV326°10.45%86.27%
CMYK0.00%10.45%4.55%
13.73%

Color #DCC5D2 in popluar number systems.

HEXDCC5D2
Decimal220197210
Binary110111001100010111010010
Octal334305322

Shades and tints

Shades of #DCC5D2

#DCC5D2
(220,197,210)
#C8B4BF
(200,180,191)
#B4A3AC
(180,163,172)
#A09299
(160,146,153)
#8C8186
(140,129,134)
#787073
(120,112,115)
#645F60
(100,95,96)
#504E4D
(80,78,77)
#3C3D3A
(60,61,58)
#282C27
(40,44,39)
#141B14
(20,27,20)
#000000
(0,0,0)

Tints of #DCC5D2

#DCC5D2
(220,197,210)
#DFCAD6
(223,202,214)
#E2CFDA
(226,207,218)
#E5D4DE
(229,212,222)
#E8D9E2
(232,217,226)
#EBDEE6
(235,222,230)
#EEE3EA
(238,227,234)
#F1E8EE
(241,232,238)
#F4EDF2
(244,237,242)
#F7F2F6
(247,242,246)
#FAF7FA
(250,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC5D2 color. Also use rgb(220,197,210) instead hex code.

Text Font Color

.myTextColor { color: #DCC5D2; }

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

This text font color is #DCC5D2.


Background Color

.myBgColor { background-color: #DCC5D2; }

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

This div background color is #DCC5D2.


Border color

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

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

This div border color is #DCC5D2.


Opacity

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

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

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

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

This text has shadow with #DCC5D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC5D2 on black background.


Color preview on white background

This text has color #DCC5D2 on white background.



Black color preview on #DCC5D2 background

This text has black color on #DCC5D2 background.


White color preview on #DCC5D2 background

This text has white color on #DCC5D2 background.