COLOR #DCB4D8

HEX: #DCB4D8 RGB: (220,180,216)

Color info

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

RGB color model

#DCB4D8 color RGB value is (220,180,216).

RGB: (220,180,216) (86%, 71%, 85%)

RGB channels and saturation

R 220 of 255 = 86%
G 180 of 255 = 71%
B 216 of 255 = 85%

220
180
216

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

Portions of RGB colors in percentages

R + G + B = 220 + 180 + 216 = 616 (100%)
R 220 of 616 ~ 35.71%
G 180 of 616 ~ 29.22%
B 216 of 616 ~ 35.06'%

%35.71
%29.22
%35.06

CMYK color model

#DCB4D8 color CMYK value is (0,18,2,14).

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

CMYK: (0,18,2,14)
C0M18Y2K14 (0%, 18%, 2%, 14%)
(0.00 / 0.18 / 0.02 / 0.14)

CMYK percentages

%0
%18.18
%1.82
%13.73

Codes

Color #DCB4D8 in popluar color models

DC B4 D8
RGB 220 180 216
HSL 306° 36.36% 78.43%
HSB/HSV 306° 18.18% 86.27%
CMYK 0.00% 18.18% 1.82%
13.73%

Color #DCB4D8 in popluar number systems.

HEX DC B4 D8
Decimal 220 180 216
Binary 11011100 10110100 11011000
Octal 334 264 330

Shades and tints

Shades of #DCB4D8

#DCB4D8
(220,180,216)
#C8A4C5
(200,164,197)
#B494B2
(180,148,178)
#A0849F
(160,132,159)
#8C748C
(140,116,140)
#786479
(120,100,121)
#645466
(100,84,102)
#504453
(80,68,83)
#3C3440
(60,52,64)
#28242D
(40,36,45)
#14141A
(20,20,26)
#000000
(0,0,0)

Tints of #DCB4D8

#DCB4D8
(220,180,216)
#DFBADB
(223,186,219)
#E2C0DE
(226,192,222)
#E5C6E1
(229,198,225)
#E8CCE4
(232,204,228)
#EBD2E7
(235,210,231)
#EED8EA
(238,216,234)
#F1DEED
(241,222,237)
#F4E4F0
(244,228,240)
#F7EAF3
(247,234,243)
#FAF0F6
(250,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCB4D8; }

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

This text font color is #DCB4D8.

Background Color

.myBgColor { background-color: #DCB4D8; }

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

This div background color is #DCB4D8.

Border color

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

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

This div border color is #DCB4D8.

Opacity

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

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

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

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

This text has shadow with #DCB4D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCB4D8.

Preview

Color preview on black background

This text has color #DCB4D8 on black background.


Color preview on white background

This text has color #DCB4D8 on white background.


Black color preview on #DCB4D8 background

This text has black color on #DCB4D8 background.


White color preview on #DCB4D8 background

This text has white color on #DCB4D8 background.


Related colors

Complementary color

Complementary color for #hex is #234B27.


I love getcolorcode.com

Triadic colors

1 #D8DCB4 and #B4D8DC with #DCB4D8 are triadic colors.

2 #D8B4DC and #B4DCD8 with #DCB4D8 are triadic colors.