COLOR #DCC0DC

HEX: #DCC0DC
RGB: (220,192,220)

Color info

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

RGB color model

#DCC0DC color RGB value is (220,192,220).

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

RGB channels and saturation

R 220 of 255 = 86%
G 192 of 255 = 75%
B 220 of 255 = 86%

220
192
220

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

Portions of RGB colors in percentages

R + G + B =
220 + 192 + 220 = 632 (100%)
R 220 of 632 ~ 34.81%
G 192 of 632 ~ 30.38%
B 220 of 632 ~ 34.81%

%34.81
%30.38
%34.81

CMYK color model

#DCC0DC color CMYK value is (0,13,0,14).

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(0,13,0,14)
C0M13Y0K14 
(0%,13%,0%,14%)
(0.00/0.13/0.00/0.14)	

CMYK percentages

%0
%12.73
%0
%13.73

Codes

Color #DCC0DC in popluar color models

DCC0DC
RGB220192220
HSL300°28.57%80.78%
HSB/HSV300°12.73%86.27%
CMYK0.00%12.73%0.00%
13.73%

Color #DCC0DC in popluar number systems.

HEXDCC0DC
Decimal220192220
Binary110111001100000011011100
Octal334300334

Shades and tints

Shades of #DCC0DC

#DCC0DC
(220,192,220)
#C8AFC8
(200,175,200)
#B49EB4
(180,158,180)
#A08DA0
(160,141,160)
#8C7C8C
(140,124,140)
#786B78
(120,107,120)
#645A64
(100,90,100)
#504950
(80,73,80)
#3C383C
(60,56,60)
#282728
(40,39,40)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #DCC0DC

#DCC0DC
(220,192,220)
#DFC5DF
(223,197,223)
#E2CAE2
(226,202,226)
#E5CFE5
(229,207,229)
#E8D4E8
(232,212,232)
#EBD9EB
(235,217,235)
#EEDEEE
(238,222,238)
#F1E3F1
(241,227,241)
#F4E8F4
(244,232,244)
#F7EDF7
(247,237,247)
#FAF2FA
(250,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC0DC; }

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

This text font color is #DCC0DC.


Background Color

.myBgColor { background-color: #DCC0DC; }

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

This div background color is #DCC0DC.


Border color

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

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

This div border color is #DCC0DC.


Opacity

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

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

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

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

This text has shadow with #DCC0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC0DC on black background.


Color preview on white background

This text has color #DCC0DC on white background.



Black color preview on #DCC0DC background

This text has black color on #DCC0DC background.


White color preview on #DCC0DC background

This text has white color on #DCC0DC background.