COLOR #DCBBDA

HEX: #DCBBDA RGB: (220,187,218)

Color info

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

RGB color model

#DCBBDA color RGB value is (220,187,218).

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

RGB channels and saturation

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

220
187
218

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

Portions of RGB colors in percentages

R + G + B = 220 + 187 + 218 = 625 (100%)
R 220 of 625 ~ 35.2%
G 187 of 625 ~ 29.92%
B 218 of 625 ~ 34.88'%

%35.2
%29.92
%34.88

CMYK color model

#DCBBDA color CMYK value is (0,15,1,14).

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

CMYK: (0,15,1,14)
C0M15Y1K14 (0%, 15%, 1%, 14%)
(0.00 / 0.15 / 0.01 / 0.14)

CMYK percentages

%0
%15
%0.91
%13.73

Codes

Color #DCBBDA in popluar color models

DC BB DA
RGB 220 187 218
HSL 304° 32.04% 79.80%
HSB/HSV 304° 15.00% 86.27%
CMYK 0.00% 15.00% 0.91%
13.73%

Color #DCBBDA in popluar number systems.

HEX DC BB DA
Decimal 220 187 218
Binary 11011100 10111011 11011010
Octal 334 273 332

Shades and tints

Shades of #DCBBDA

#DCBBDA
(220,187,218)
#C8AAC7
(200,170,199)
#B499B4
(180,153,180)
#A088A1
(160,136,161)
#8C778E
(140,119,142)
#78667B
(120,102,123)
#645568
(100,85,104)
#504455
(80,68,85)
#3C3342
(60,51,66)
#28222F
(40,34,47)
#14111C
(20,17,28)
#000000
(0,0,0)

Tints of #DCBBDA

#DCBBDA
(220,187,218)
#DFC1DD
(223,193,221)
#E2C7E0
(226,199,224)
#E5CDE3
(229,205,227)
#E8D3E6
(232,211,230)
#EBD9E9
(235,217,233)
#EEDFEC
(238,223,236)
#F1E5EF
(241,229,239)
#F4EBF2
(244,235,242)
#F7F1F5
(247,241,245)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCBBDA; }

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

This text font color is #DCBBDA.

Background Color

.myBgColor { background-color: #DCBBDA; }

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

This div background color is #DCBBDA.

Border color

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

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

This div border color is #DCBBDA.

Opacity

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

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

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

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

This text has shadow with #DCBBDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCBBDA.

Preview

Color preview on black background

This text has color #DCBBDA on black background.


Color preview on white background

This text has color #DCBBDA on white background.


Black color preview on #DCBBDA background

This text has black color on #DCBBDA background.


White color preview on #DCBBDA background

This text has white color on #DCBBDA background.


Related colors

Complementary color

Complementary color for #hex is #234425.


I love getcolorcode.com

Triadic colors

1 #DADCBB and #BBDADC with #DCBBDA are triadic colors.

2 #DABBDC and #BBDCDA with #DCBBDA are triadic colors.