COLOR #DCB5C6

HEX: #DCB5C6 RGB: (220,181,198)

Color info

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

RGB color model

#DCB5C6 color RGB value is (220,181,198).

RGB: (220,181,198) (86%, 71%, 78%)

RGB channels and saturation

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

220
181
198

R + G + B ~ 78%. #DCB5C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 181 + 198 = 599 (100%)
R 220 of 599 ~ 36.73%
G 181 of 599 ~ 30.22%
B 198 of 599 ~ 33.06'%

%36.73
%30.22
%33.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.73%
  • yellow value is 10.00%
  • key color value is 13.73%

CMYK: (0,18,10,14)
C0M18Y10K14 (0%, 18%, 10%, 14%)
(0.00 / 0.18 / 0.10 / 0.14)

CMYK percentages

%0
%17.73
%10
%13.73

Codes

Color #DCB5C6 in popluar color models

DC B5 C6
RGB 220 181 198
HSL 334° 35.78% 78.63%
HSB/HSV 334° 17.73% 86.27%
CMYK 0.00% 17.73% 10.00%
13.73%

Color #DCB5C6 in popluar number systems.

HEX DC B5 C6
Decimal 220 181 198
Binary 11011100 10110101 11000110
Octal 334 265 306

Shades and tints

Shades of #DCB5C6

#DCB5C6
(220,181,198)
#C8A5B4
(200,165,180)
#B495A2
(180,149,162)
#A08590
(160,133,144)
#8C757E
(140,117,126)
#78656C
(120,101,108)
#64555A
(100,85,90)
#504548
(80,69,72)
#3C3536
(60,53,54)
#282524
(40,37,36)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #DCB5C6

#DCB5C6
(220,181,198)
#DFBBCB
(223,187,203)
#E2C1D0
(226,193,208)
#E5C7D5
(229,199,213)
#E8CDDA
(232,205,218)
#EBD3DF
(235,211,223)
#EED9E4
(238,217,228)
#F1DFE9
(241,223,233)
#F4E5EE
(244,229,238)
#F7EBF3
(247,235,243)
#FAF1F8
(250,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCB5C6; }

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

This text font color is #DCB5C6.

Background Color

.myBgColor { background-color: #DCB5C6; }

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

This div background color is #DCB5C6.

Border color

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

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

This div border color is #DCB5C6.

Opacity

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

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

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

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

This text has shadow with #DCB5C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCB5C6.

Preview

Color preview on black background

This text has color #DCB5C6 on black background.


Color preview on white background

This text has color #DCB5C6 on white background.


Black color preview on #DCB5C6 background

This text has black color on #DCB5C6 background.


White color preview on #DCB5C6 background

This text has white color on #DCB5C6 background.


Related colors

Complementary color

Complementary color for #hex is #234A39.


I love getcolorcode.com

Triadic colors

1 #C6DCB5 and #B5C6DC with #DCB5C6 are triadic colors.

2 #C6B5DC and #B5DCC6 with #DCB5C6 are triadic colors.