COLOR #DCB3D9

HEX: #DCB3D9 RGB: (220,179,217)

Color info

#DCB3D9 contains red, green and blue colors in about the same proportion. Web safe color of #DCB3D9 is #CC99CC (or #C9C).

RGB color model

#DCB3D9 color RGB value is (220,179,217).

RGB: (220,179,217) (86%, 70%, 85%)

RGB channels and saturation

R 220 of 255 = 86%
G 179 of 255 = 70%
B 217 of 255 = 85%

220
179
217

R + G + B ~ 80%. #DCB3D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 179 + 217 = 616 (100%)
R 220 of 616 ~ 35.71%
G 179 of 616 ~ 29.06%
B 217 of 616 ~ 35.23'%

%35.71
%29.06
%35.23

CMYK color model

#DCB3D9 color CMYK value is (0,19,1,14).

  • cyan value is 0.00%
  • magenta value is 18.64%
  • yellow value is 1.36%
  • key color value is 13.73%

CMYK: (0,19,1,14)
C0M19Y1K14 (0%, 19%, 1%, 14%)
(0.00 / 0.19 / 0.01 / 0.14)

CMYK percentages

%0
%18.64
%1.36
%13.73

Codes

Color #DCB3D9 in popluar color models

DC B3 D9
RGB 220 179 217
HSL 304° 36.94% 78.24%
HSB/HSV 304° 18.64% 86.27%
CMYK 0.00% 18.64% 1.36%
13.73%

Color #DCB3D9 in popluar number systems.

HEX DC B3 D9
Decimal 220 179 217
Binary 11011100 10110011 11011001
Octal 334 263 331

Shades and tints

Shades of #DCB3D9

#DCB3D9
(220,179,217)
#C8A3C6
(200,163,198)
#B493B3
(180,147,179)
#A083A0
(160,131,160)
#8C738D
(140,115,141)
#78637A
(120,99,122)
#645367
(100,83,103)
#504354
(80,67,84)
#3C3341
(60,51,65)
#28232E
(40,35,46)
#14131B
(20,19,27)
#000000
(0,0,0)

Tints of #DCB3D9

#DCB3D9
(220,179,217)
#DFB9DC
(223,185,220)
#E2BFDF
(226,191,223)
#E5C5E2
(229,197,226)
#E8CBE5
(232,203,229)
#EBD1E8
(235,209,232)
#EED7EB
(238,215,235)
#F1DDEE
(241,221,238)
#F4E3F1
(244,227,241)
#F7E9F4
(247,233,244)
#FAEFF7
(250,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCB3D9; }

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

This text font color is #DCB3D9.

Background Color

.myBgColor { background-color: #DCB3D9; }

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

This div background color is #DCB3D9.

Border color

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

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

This div border color is #DCB3D9.

Opacity

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

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

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

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

This text has shadow with #DCB3D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCB3D9.

Preview

Color preview on black background

This text has color #DCB3D9 on black background.


Color preview on white background

This text has color #DCB3D9 on white background.


Black color preview on #DCB3D9 background

This text has black color on #DCB3D9 background.


White color preview on #DCB3D9 background

This text has white color on #DCB3D9 background.


Related colors

Complementary color

Complementary color for #hex is #234C26.


I love getcolorcode.com

Triadic colors

1 #D9DCB3 and #B3D9DC with #DCB3D9 are triadic colors.

2 #D9B3DC and #B3DCD9 with #DCB3D9 are triadic colors.