COLOR #DCB9DC

HEX: #DCB9DC RGB: (220,185,220)

Color info

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

RGB color model

#DCB9DC color RGB value is (220,185,220).

RGB: (220,185,220) (86%, 73%, 86%)

RGB channels and saturation

R 220 of 255 = 86%
G 185 of 255 = 73%
B 220 of 255 = 86%

220
185
220

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

Portions of RGB colors in percentages

R + G + B = 220 + 185 + 220 = 625 (100%)
R 220 of 625 ~ 35.2%
G 185 of 625 ~ 29.6%
B 220 of 625 ~ 35.2'%

%35.2
%29.6
%35.2

CMYK color model

#DCB9DC color CMYK value is (0,16,0,14).

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

CMYK: (0,16,0,14)
C0M16Y0K14 (0%, 16%, 0%, 14%)
(0.00 / 0.16 / 0.00 / 0.14)

CMYK percentages

%0
%15.91
%0
%13.73

Codes

Color #DCB9DC in popluar color models

DC B9 DC
RGB 220 185 220
HSL 300° 33.33% 79.41%
HSB/HSV 300° 15.91% 86.27%
CMYK 0.00% 15.91% 0.00%
13.73%

Color #DCB9DC in popluar number systems.

HEX DC B9 DC
Decimal 220 185 220
Binary 11011100 10111001 11011100
Octal 334 271 334

Shades and tints

Shades of #DCB9DC

#DCB9DC
(220,185,220)
#C8A9C8
(200,169,200)
#B499B4
(180,153,180)
#A089A0
(160,137,160)
#8C798C
(140,121,140)
#786978
(120,105,120)
#645964
(100,89,100)
#504950
(80,73,80)
#3C393C
(60,57,60)
#282928
(40,41,40)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #DCB9DC

#DCB9DC
(220,185,220)
#DFBFDF
(223,191,223)
#E2C5E2
(226,197,226)
#E5CBE5
(229,203,229)
#E8D1E8
(232,209,232)
#EBD7EB
(235,215,235)
#EEDDEE
(238,221,238)
#F1E3F1
(241,227,241)
#F4E9F4
(244,233,244)
#F7EFF7
(247,239,247)
#FAF5FA
(250,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCB9DC; }

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

This text font color is #DCB9DC.

Background Color

.myBgColor { background-color: #DCB9DC; }

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

This div background color is #DCB9DC.

Border color

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

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

This div border color is #DCB9DC.

Opacity

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

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

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

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

This text has shadow with #DCB9DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCB9DC.

Preview

Color preview on black background

This text has color #DCB9DC on black background.


Color preview on white background

This text has color #DCB9DC on white background.


Black color preview on #DCB9DC background

This text has black color on #DCB9DC background.


White color preview on #DCB9DC background

This text has white color on #DCB9DC background.


Related colors

Complementary color

Complementary color for #hex is #234623.


I love getcolorcode.com

Triadic colors

1 #DCDCB9 and #B9DCDC with #DCB9DC are triadic colors.

2 #DCB9DC and #B9DCDC with #DCB9DC are triadic colors.