COLOR #DCBDE4

HEX: #DCBDE4 RGB: (220,189,228)

Color info

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

RGB color model

#DCBDE4 color RGB value is (220,189,228).

RGB: (220,189,228) (86%, 74%, 89%)

RGB channels and saturation

R 220 of 255 = 86%
G 189 of 255 = 74%
B 228 of 255 = 89%

220
189
228

R + G + B ~ 83%. #DCBDE4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 189 + 228 = 637 (100%)
R 220 of 637 ~ 34.54%
G 189 of 637 ~ 29.67%
B 228 of 637 ~ 35.79'%

%34.54
%29.67
%35.79

CMYK color model

#DCBDE4 color CMYK value is (4,17,0,11).

  • cyan value is 3.51%
  • magenta value is 17.11%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (4,17,0,11)
C4M17Y0K11 (4%, 17%, 0%, 11%)
(0.04 / 0.17 / 0.00 / 0.11)

CMYK percentages

%3.51
%17.11
%0
%10.59

Codes

Color #DCBDE4 in popluar color models

DC BD E4
RGB 220 189 228
HSL 288° 41.94% 81.76%
HSB/HSV 288° 17.11% 89.41%
CMYK 3.51% 17.11% 0.00%
10.59%

Color #DCBDE4 in popluar number systems.

HEX DC BD E4
Decimal 220 189 228
Binary 11011100 10111101 11100100
Octal 334 275 344

Shades and tints

Shades of #DCBDE4

#DCBDE4
(220,189,228)
#C8ACD0
(200,172,208)
#B49BBC
(180,155,188)
#A08AA8
(160,138,168)
#8C7994
(140,121,148)
#786880
(120,104,128)
#64576C
(100,87,108)
#504658
(80,70,88)
#3C3544
(60,53,68)
#282430
(40,36,48)
#14131C
(20,19,28)
#000000
(0,0,0)

Tints of #DCBDE4

#DCBDE4
(220,189,228)
#DFC3E6
(223,195,230)
#E2C9E8
(226,201,232)
#E5CFEA
(229,207,234)
#E8D5EC
(232,213,236)
#EBDBEE
(235,219,238)
#EEE1F0
(238,225,240)
#F1E7F2
(241,231,242)
#F4EDF4
(244,237,244)
#F7F3F6
(247,243,246)
#FAF9F8
(250,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCBDE4 color. Also use rgb(220,189,228) instead hex code.

Text Font Color

.myTextColor { color: #DCBDE4; }

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

This text font color is #DCBDE4.

Background Color

.myBgColor { background-color: #DCBDE4; }

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

This div background color is #DCBDE4.

Border color

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

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

This div border color is #DCBDE4.

Opacity

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

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

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

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

This text has shadow with #DCBDE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCBDE4.

Preview

Color preview on black background

This text has color #DCBDE4 on black background.


Color preview on white background

This text has color #DCBDE4 on white background.


Black color preview on #DCBDE4 background

This text has black color on #DCBDE4 background.


White color preview on #DCBDE4 background

This text has white color on #DCBDE4 background.


Related colors

Complementary color

Complementary color for #hex is #23421B.


I love getcolorcode.com

Triadic colors

1 #E4DCBD and #BDE4DC with #DCBDE4 are triadic colors.

2 #E4BDDC and #BDDCE4 with #DCBDE4 are triadic colors.