COLOR #DCCDD3

HEX: #DCCDD3
RGB: (220,205,211)

Color info

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

RGB color model

#DCCDD3 color RGB value is (220,205,211).

  • red value is 220;
  • green value is 205;
  • blue value is 211.
RGB:
(220,205,211)
(86%,80%,83%)

RGB channels and saturation

R 220 of 255 = 86%
G 205 of 255 = 80%
B 211 of 255 = 83%

220
205
211

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

Portions of RGB colors in percentages

R + G + B =
220 + 205 + 211 = 636 (100%)
R 220 of 636 ~ 34.59%
G 205 of 636 ~ 32.23%
B 211 of 636 ~ 33.18%

%34.59
%32.23
%33.18

CMYK color model

#DCCDD3 color CMYK value is (0,7,4,14).

  • cyan value is 0.00%
  • magenta value is 6.82%
  • yellow value is 4.09%
  • key color value is 13.73%
CMYK:
(0,7,4,14)
C0M7Y4K14 
(0%,7%,4%,14%)
(0.00/0.07/0.04/0.14)	

CMYK percentages

%0
%6.82
%4.09
%13.73

Codes

Color #DCCDD3 in popluar color models

DCCDD3
RGB220205211
HSL336°17.65%83.33%
HSB/HSV336°6.82%86.27%
CMYK0.00%6.82%4.09%
13.73%

Color #DCCDD3 in popluar number systems.

HEXDCCDD3
Decimal220205211
Binary110111001100110111010011
Octal334315323

Shades and tints

Shades of #DCCDD3

#DCCDD3
(220,205,211)
#C8BBC0
(200,187,192)
#B4A9AD
(180,169,173)
#A0979A
(160,151,154)
#8C8587
(140,133,135)
#787374
(120,115,116)
#646161
(100,97,97)
#504F4E
(80,79,78)
#3C3D3B
(60,61,59)
#282B28
(40,43,40)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #DCCDD3

#DCCDD3
(220,205,211)
#DFD1D7
(223,209,215)
#E2D5DB
(226,213,219)
#E5D9DF
(229,217,223)
#E8DDE3
(232,221,227)
#EBE1E7
(235,225,231)
#EEE5EB
(238,229,235)
#F1E9EF
(241,233,239)
#F4EDF3
(244,237,243)
#F7F1F7
(247,241,247)
#FAF5FB
(250,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCCDD3; }

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

This text font color is #DCCDD3.


Background Color

.myBgColor { background-color: #DCCDD3; }

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

This div background color is #DCCDD3.


Border color

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

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

This div border color is #DCCDD3.


Opacity

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

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

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

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

This text has shadow with #DCCDD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCDD3 on black background.


Color preview on white background

This text has color #DCCDD3 on white background.



Black color preview on #DCCDD3 background

This text has black color on #DCCDD3 background.


White color preview on #DCCDD3 background

This text has white color on #DCCDD3 background.