COLOR #DCD5DC

HEX: #DCD5DC
RGB: (220,213,220)

Color info

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

RGB color model

#DCD5DC color RGB value is (220,213,220).

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

RGB channels and saturation

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

220
213
220

R + G + B ~ 85%. #DCD5DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 213 + 220 = 653 (100%)
R 220 of 653 ~ 33.69%
G 213 of 653 ~ 32.62%
B 220 of 653 ~ 33.69%

%33.69
%32.62
%33.69

CMYK color model

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

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

CMYK percentages

%0
%3.18
%0
%13.73

Codes

Color #DCD5DC in popluar color models

DCD5DC
RGB220213220
HSL300°9.09%84.90%
HSB/HSV300°3.18%86.27%
CMYK0.00%3.18%0.00%
13.73%

Color #DCD5DC in popluar number systems.

HEXDCD5DC
Decimal220213220
Binary110111001101010111011100
Octal334325334

Shades and tints

Shades of #DCD5DC

#DCD5DC
(220,213,220)
#C8C2C8
(200,194,200)
#B4AFB4
(180,175,180)
#A09CA0
(160,156,160)
#8C898C
(140,137,140)
#787678
(120,118,120)
#646364
(100,99,100)
#505050
(80,80,80)
#3C3D3C
(60,61,60)
#282A28
(40,42,40)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #DCD5DC

#DCD5DC
(220,213,220)
#DFD8DF
(223,216,223)
#E2DBE2
(226,219,226)
#E5DEE5
(229,222,229)
#E8E1E8
(232,225,232)
#EBE4EB
(235,228,235)
#EEE7EE
(238,231,238)
#F1EAF1
(241,234,241)
#F4EDF4
(244,237,244)
#F7F0F7
(247,240,247)
#FAF3FA
(250,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD5DC; }

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

This text font color is #DCD5DC.


Background Color

.myBgColor { background-color: #DCD5DC; }

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

This div background color is #DCD5DC.


Border color

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

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

This div border color is #DCD5DC.


Opacity

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

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

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

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

This text has shadow with #DCD5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCD5DC on black background.


Color preview on white background

This text has color #DCD5DC on white background.



Black color preview on #DCD5DC background

This text has black color on #DCD5DC background.


White color preview on #DCD5DC background

This text has white color on #DCD5DC background.