COLOR #DCB6DC

HEX: #DCB6DC RGB: (220,182,220)

Color info

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

RGB color model

#DCB6DC color RGB value is (220,182,220).

RGB: (220,182,220) (86%, 71%, 86%)

RGB channels and saturation

R 220 of 255 = 86%
G 182 of 255 = 71%
B 220 of 255 = 86%

220
182
220

R + G + B ~ 81%. #DCB6DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 182 + 220 = 622 (100%)
R 220 of 622 ~ 35.37%
G 182 of 622 ~ 29.26%
B 220 of 622 ~ 35.37'%

%35.37
%29.26
%35.37

CMYK color model

#DCB6DC color CMYK value is (0,17,0,14).

  • cyan value is 0.00%
  • magenta value is 17.27%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (0,17,0,14)
C0M17Y0K14 (0%, 17%, 0%, 14%)
(0.00 / 0.17 / 0.00 / 0.14)

CMYK percentages

%0
%17.27
%0
%13.73

Codes

Color #DCB6DC in popluar color models

DC B6 DC
RGB 220 182 220
HSL 300° 35.19% 78.82%
HSB/HSV 300° 17.27% 86.27%
CMYK 0.00% 17.27% 0.00%
13.73%

Color #DCB6DC in popluar number systems.

HEX DC B6 DC
Decimal 220 182 220
Binary 11011100 10110110 11011100
Octal 334 266 334

Shades and tints

Shades of #DCB6DC

#DCB6DC
(220,182,220)
#C8A6C8
(200,166,200)
#B496B4
(180,150,180)
#A086A0
(160,134,160)
#8C768C
(140,118,140)
#786678
(120,102,120)
#645664
(100,86,100)
#504650
(80,70,80)
#3C363C
(60,54,60)
#282628
(40,38,40)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #DCB6DC

#DCB6DC
(220,182,220)
#DFBCDF
(223,188,223)
#E2C2E2
(226,194,226)
#E5C8E5
(229,200,229)
#E8CEE8
(232,206,232)
#EBD4EB
(235,212,235)
#EEDAEE
(238,218,238)
#F1E0F1
(241,224,241)
#F4E6F4
(244,230,244)
#F7ECF7
(247,236,247)
#FAF2FA
(250,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCB6DC; }

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

This text font color is #DCB6DC.

Background Color

.myBgColor { background-color: #DCB6DC; }

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

This div background color is #DCB6DC.

Border color

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

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

This div border color is #DCB6DC.

Opacity

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

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

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

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

This text has shadow with #DCB6DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCB6DC.

Preview

Color preview on black background

This text has color #DCB6DC on black background.


Color preview on white background

This text has color #DCB6DC on white background.


Black color preview on #DCB6DC background

This text has black color on #DCB6DC background.


White color preview on #DCB6DC background

This text has white color on #DCB6DC background.


Related colors

Complementary color

Complementary color for #hex is #234923.


I love getcolorcode.com

Triadic colors

1 #DCDCB6 and #B6DCDC with #DCB6DC are triadic colors.

2 #DCB6DC and #B6DCDC with #DCB6DC are triadic colors.