COLOR #DCCCD0

HEX: #DCCCD0
RGB: (220,204,208)

Color info

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

RGB color model

#DCCCD0 color RGB value is (220,204,208).

  • red value is 220;
  • green value is 204;
  • blue value is 208.
RGB:
(220,204,208)
(86%,80%,82%)

RGB channels and saturation

R 220 of 255 = 86%
G 204 of 255 = 80%
B 208 of 255 = 82%

220
204
208

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

Portions of RGB colors in percentages

R + G + B =
220 + 204 + 208 = 632 (100%)
R 220 of 632 ~ 34.81%
G 204 of 632 ~ 32.28%
B 208 of 632 ~ 32.91%

%34.81
%32.28
%32.91

CMYK color model

#DCCCD0 color CMYK value is (0,7,5,14).

  • cyan value is 0.00%
  • magenta value is 7.27%
  • yellow value is 5.45%
  • key color value is 13.73%
CMYK:
(0,7,5,14)
C0M7Y5K14 
(0%,7%,5%,14%)
(0.00/0.07/0.05/0.14)	

CMYK percentages

%0
%7.27
%5.45
%13.73

Codes

Color #DCCCD0 in popluar color models

DCCCD0
RGB220204208
HSL345°18.60%83.14%
HSB/HSV345°7.27%86.27%
CMYK0.00%7.27%5.45%
13.73%

Color #DCCCD0 in popluar number systems.

HEXDCCCD0
Decimal220204208
Binary110111001100110011010000
Octal334314320

Shades and tints

Shades of #DCCCD0

#DCCCD0
(220,204,208)
#C8BABE
(200,186,190)
#B4A8AC
(180,168,172)
#A0969A
(160,150,154)
#8C8488
(140,132,136)
#787276
(120,114,118)
#646064
(100,96,100)
#504E52
(80,78,82)
#3C3C40
(60,60,64)
#282A2E
(40,42,46)
#14181C
(20,24,28)
#000000
(0,0,0)

Tints of #DCCCD0

#DCCCD0
(220,204,208)
#DFD0D4
(223,208,212)
#E2D4D8
(226,212,216)
#E5D8DC
(229,216,220)
#E8DCE0
(232,220,224)
#EBE0E4
(235,224,228)
#EEE4E8
(238,228,232)
#F1E8EC
(241,232,236)
#F4ECF0
(244,236,240)
#F7F0F4
(247,240,244)
#FAF4F8
(250,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCCCD0; }

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

This text font color is #DCCCD0.


Background Color

.myBgColor { background-color: #DCCCD0; }

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

This div background color is #DCCCD0.


Border color

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

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

This div border color is #DCCCD0.


Opacity

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

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

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

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

This text has shadow with #DCCCD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCCCD0 on black background.


Color preview on white background

This text has color #DCCCD0 on white background.



Black color preview on #DCCCD0 background

This text has black color on #DCCCD0 background.


White color preview on #DCCCD0 background

This text has white color on #DCCCD0 background.