COLOR #DCC6DC

HEX: #DCC6DC
RGB: (220,198,220)

Color info

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

RGB color model

#DCC6DC color RGB value is (220,198,220).

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

RGB channels and saturation

R 220 of 255 = 86%
G 198 of 255 = 78%
B 220 of 255 = 86%

220
198
220

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

Portions of RGB colors in percentages

R + G + B =
220 + 198 + 220 = 638 (100%)
R 220 of 638 ~ 34.48%
G 198 of 638 ~ 31.03%
B 220 of 638 ~ 34.48%

%34.48
%31.03
%34.48

CMYK color model

#DCC6DC color CMYK value is (0,10,0,14).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(0,10,0,14)
C0M10Y0K14 
(0%,10%,0%,14%)
(0.00/0.10/0.00/0.14)	

CMYK percentages

%0
%10
%0
%13.73

Codes

Color #DCC6DC in popluar color models

DCC6DC
RGB220198220
HSL300°23.91%81.96%
HSB/HSV300°10.00%86.27%
CMYK0.00%10.00%0.00%
13.73%

Color #DCC6DC in popluar number systems.

HEXDCC6DC
Decimal220198220
Binary110111001100011011011100
Octal334306334

Shades and tints

Shades of #DCC6DC

#DCC6DC
(220,198,220)
#C8B4C8
(200,180,200)
#B4A2B4
(180,162,180)
#A090A0
(160,144,160)
#8C7E8C
(140,126,140)
#786C78
(120,108,120)
#645A64
(100,90,100)
#504850
(80,72,80)
#3C363C
(60,54,60)
#282428
(40,36,40)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #DCC6DC

#DCC6DC
(220,198,220)
#DFCBDF
(223,203,223)
#E2D0E2
(226,208,226)
#E5D5E5
(229,213,229)
#E8DAE8
(232,218,232)
#EBDFEB
(235,223,235)
#EEE4EE
(238,228,238)
#F1E9F1
(241,233,241)
#F4EEF4
(244,238,244)
#F7F3F7
(247,243,247)
#FAF8FA
(250,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC6DC; }

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

This text font color is #DCC6DC.


Background Color

.myBgColor { background-color: #DCC6DC; }

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

This div background color is #DCC6DC.


Border color

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

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

This div border color is #DCC6DC.


Opacity

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

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

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

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

This text has shadow with #DCC6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC6DC on black background.


Color preview on white background

This text has color #DCC6DC on white background.



Black color preview on #DCC6DC background

This text has black color on #DCC6DC background.


White color preview on #DCC6DC background

This text has white color on #DCC6DC background.