COLOR #DCBBE0

HEX: #DCBBE0
RGB: (220,187,224)

Color info

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

RGB color model

#DCBBE0 color RGB value is (220,187,224).

  • red value is 220;
  • green value is 187;
  • blue value is 224.
RGB:
(220,187,224)
(86%,73%,88%)

RGB channels and saturation

R 220 of 255 = 86%
G 187 of 255 = 73%
B 224 of 255 = 88%

220
187
224

R + G + B ~ 82%. #DCBBE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 187 + 224 = 631 (100%)
R 220 of 631 ~ 34.87%
G 187 of 631 ~ 29.64%
B 224 of 631 ~ 35.5%

%34.87
%29.64
%35.5

CMYK color model

#DCBBE0 color CMYK value is (2,17,0,12).

  • cyan value is 1.79%
  • magenta value is 16.52%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(2,17,0,12)
C2M17Y0K12 
(2%,17%,0%,12%)
(0.02/0.17/0.00/0.12)	

CMYK percentages

%1.79
%16.52
%0
%12.16

Codes

Color #DCBBE0 in popluar color models

DCBBE0
RGB220187224
HSL294°37.37%80.59%
HSB/HSV294°16.52%87.84%
CMYK1.79%16.52%0.00%
12.16%

Color #DCBBE0 in popluar number systems.

HEXDCBBE0
Decimal220187224
Binary110111001011101111100000
Octal334273340

Shades and tints

Shades of #DCBBE0

#DCBBE0
(220,187,224)
#C8AACC
(200,170,204)
#B499B8
(180,153,184)
#A088A4
(160,136,164)
#8C7790
(140,119,144)
#78667C
(120,102,124)
#645568
(100,85,104)
#504454
(80,68,84)
#3C3340
(60,51,64)
#28222C
(40,34,44)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #DCBBE0

#DCBBE0
(220,187,224)
#DFC1E2
(223,193,226)
#E2C7E4
(226,199,228)
#E5CDE6
(229,205,230)
#E8D3E8
(232,211,232)
#EBD9EA
(235,217,234)
#EEDFEC
(238,223,236)
#F1E5EE
(241,229,238)
#F4EBF0
(244,235,240)
#F7F1F2
(247,241,242)
#FAF7F4
(250,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCBBE0; }

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

This text font color is #DCBBE0.


Background Color

.myBgColor { background-color: #DCBBE0; }

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

This div background color is #DCBBE0.


Border color

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

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

This div border color is #DCBBE0.


Opacity

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

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

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

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

This text has shadow with #DCBBE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCBBE0 on black background.


Color preview on white background

This text has color #DCBBE0 on white background.



Black color preview on #DCBBE0 background

This text has black color on #DCBBE0 background.


White color preview on #DCBBE0 background

This text has white color on #DCBBE0 background.