COLOR #DCBBD8

HEX: #DCBBD8 RGB: (220,187,216)

Color info

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

RGB color model

#DCBBD8 color RGB value is (220,187,216).

RGB: (220,187,216) (86%, 73%, 85%)

RGB channels and saturation

R 220 of 255 = 86%
G 187 of 255 = 73%
B 216 of 255 = 85%

220
187
216

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

Portions of RGB colors in percentages

R + G + B = 220 + 187 + 216 = 623 (100%)
R 220 of 623 ~ 35.31%
G 187 of 623 ~ 30.02%
B 216 of 623 ~ 34.67'%

%35.31
%30.02
%34.67

CMYK color model

#DCBBD8 color CMYK value is (0,15,2,14).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 1.82%
  • key color value is 13.73%

CMYK: (0,15,2,14)
C0M15Y2K14 (0%, 15%, 2%, 14%)
(0.00 / 0.15 / 0.02 / 0.14)

CMYK percentages

%0
%15
%1.82
%13.73

Codes

Color #DCBBD8 in popluar color models

DC BB D8
RGB 220 187 216
HSL 307° 32.04% 79.80%
HSB/HSV 307° 15.00% 86.27%
CMYK 0.00% 15.00% 1.82%
13.73%

Color #DCBBD8 in popluar number systems.

HEX DC BB D8
Decimal 220 187 216
Binary 11011100 10111011 11011000
Octal 334 273 330

Shades and tints

Shades of #DCBBD8

#DCBBD8
(220,187,216)
#C8AAC5
(200,170,197)
#B499B2
(180,153,178)
#A0889F
(160,136,159)
#8C778C
(140,119,140)
#786679
(120,102,121)
#645566
(100,85,102)
#504453
(80,68,83)
#3C3340
(60,51,64)
#28222D
(40,34,45)
#14111A
(20,17,26)
#000000
(0,0,0)

Tints of #DCBBD8

#DCBBD8
(220,187,216)
#DFC1DB
(223,193,219)
#E2C7DE
(226,199,222)
#E5CDE1
(229,205,225)
#E8D3E4
(232,211,228)
#EBD9E7
(235,217,231)
#EEDFEA
(238,223,234)
#F1E5ED
(241,229,237)
#F4EBF0
(244,235,240)
#F7F1F3
(247,241,243)
#FAF7F6
(250,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCBBD8; }

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

This text font color is #DCBBD8.

Background Color

.myBgColor { background-color: #DCBBD8; }

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

This div background color is #DCBBD8.

Border color

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

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

This div border color is #DCBBD8.

Opacity

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

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

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

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

This text has shadow with #DCBBD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCBBD8.

Preview

Color preview on black background

This text has color #DCBBD8 on black background.


Color preview on white background

This text has color #DCBBD8 on white background.


Black color preview on #DCBBD8 background

This text has black color on #DCBBD8 background.


White color preview on #DCBBD8 background

This text has white color on #DCBBD8 background.


Related colors

Complementary color

Complementary color for #hex is #234427.


I love getcolorcode.com

Triadic colors

1 #D8DCBB and #BBD8DC with #DCBBD8 are triadic colors.

2 #D8BBDC and #BBDCD8 with #DCBBD8 are triadic colors.