COLOR #DCB4E1

HEX: #DCB4E1
RGB: (220,180,225)

Color info

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

RGB color model

#DCB4E1 color RGB value is (220,180,225).

  • red value is 220;
  • green value is 180;
  • blue value is 225.
RGB:
(220,180,225)
(86%,71%,88%)

RGB channels and saturation

R 220 of 255 = 86%
G 180 of 255 = 71%
B 225 of 255 = 88%

220
180
225

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

Portions of RGB colors in percentages

R + G + B =
220 + 180 + 225 = 625 (100%)
R 220 of 625 ~ 35.2%
G 180 of 625 ~ 28.8%
B 225 of 625 ~ 36%

%35.2
%28.8
%36

CMYK color model

#DCB4E1 color CMYK value is (2,20,0,12).

  • cyan value is 2.22%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(2,20,0,12)
C2M20Y0K12 
(2%,20%,0%,12%)
(0.02/0.20/0.00/0.12)	

CMYK percentages

%2.22
%20
%0
%11.76

Codes

Color #DCB4E1 in popluar color models

DCB4E1
RGB220180225
HSL293°42.86%79.41%
HSB/HSV293°20.00%88.24%
CMYK2.22%20.00%0.00%
11.76%

Color #DCB4E1 in popluar number systems.

HEXDCB4E1
Decimal220180225
Binary110111001011010011100001
Octal334264341

Shades and tints

Shades of #DCB4E1

#DCB4E1
(220,180,225)
#C8A4CD
(200,164,205)
#B494B9
(180,148,185)
#A084A5
(160,132,165)
#8C7491
(140,116,145)
#78647D
(120,100,125)
#645469
(100,84,105)
#504455
(80,68,85)
#3C3441
(60,52,65)
#28242D
(40,36,45)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #DCB4E1

#DCB4E1
(220,180,225)
#DFBAE3
(223,186,227)
#E2C0E5
(226,192,229)
#E5C6E7
(229,198,231)
#E8CCE9
(232,204,233)
#EBD2EB
(235,210,235)
#EED8ED
(238,216,237)
#F1DEEF
(241,222,239)
#F4E4F1
(244,228,241)
#F7EAF3
(247,234,243)
#FAF0F5
(250,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCB4E1; }

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

This text font color is #DCB4E1.


Background Color

.myBgColor { background-color: #DCB4E1; }

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

This div background color is #DCB4E1.


Border color

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

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

This div border color is #DCB4E1.


Opacity

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

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

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

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

This text has shadow with #DCB4E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCB4E1 on black background.


Color preview on white background

This text has color #DCB4E1 on white background.



Black color preview on #DCB4E1 background

This text has black color on #DCB4E1 background.


White color preview on #DCB4E1 background

This text has white color on #DCB4E1 background.