COLOR #DCD6DF

HEX: #DCD6DF
RGB: (220,214,223)

Color info

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

RGB color model

#DCD6DF color RGB value is (220,214,223).

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

RGB channels and saturation

R 220 of 255 = 86%
G 214 of 255 = 84%
B 223 of 255 = 87%

220
214
223

R + G + B ~ 86%. #DCD6DF is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 214 + 223 = 657 (100%)
R 220 of 657 ~ 33.49%
G 214 of 657 ~ 32.57%
B 223 of 657 ~ 33.94%

%33.49
%32.57
%33.94

CMYK color model

#DCD6DF color CMYK value is (1,4,0,13).

  • cyan value is 1.35%
  • magenta value is 4.04%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (1,4,0,13) C1M4Y0K13 (1%,4%,0%,13%) (0.01/0.04/0.00/0.13)

CMYK percentages

%1.35
%4.04
%0
%12.55

Codes

Color #DCD6DF in popluar color models

DCD6DF
RGB220214223
HSL280°12.33%85.69%
HSB/HSV280°4.04%87.45%
CMYK1.35%4.04%0.00%
12.55%

Color #DCD6DF in popluar number systems.

HEXDCD6DF
Decimal220214223
Binary110111001101011011011111
Octal334326337

Shades and tints

Shades of #DCD6DF

#DCD6DF
(220,214,223)
#C8C3CB
(200,195,203)
#B4B0B7
(180,176,183)
#A09DA3
(160,157,163)
#8C8A8F
(140,138,143)
#78777B
(120,119,123)
#646467
(100,100,103)
#505153
(80,81,83)
#3C3E3F
(60,62,63)
#282B2B
(40,43,43)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #DCD6DF

#DCD6DF
(220,214,223)
#DFD9E1
(223,217,225)
#E2DCE3
(226,220,227)
#E5DFE5
(229,223,229)
#E8E2E7
(232,226,231)
#EBE5E9
(235,229,233)
#EEE8EB
(238,232,235)
#F1EBED
(241,235,237)
#F4EEEF
(244,238,239)
#F7F1F1
(247,241,241)
#FAF4F3
(250,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCD6DF; }

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

This text font color is #DCD6DF.


Background Color

.myBgColor { background-color: #DCD6DF; }

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

This div background color is #DCD6DF.


Border color

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

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

This div border color is #DCD6DF.


Opacity

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

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

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

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

This text has shadow with #DCD6DF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DCD6DF on black background.


Color preview on white background

This text has color #DCD6DF on white background.



Black color preview on #DCD6DF background

This text has black color on #DCD6DF background.


White color preview on #DCD6DF background

This text has white color on #DCD6DF background.