COLOR #DCA8E1

HEX: #DCA8E1
RGB: (220,168,225)

Color info

#DCA8E1 contains red, green and blue colors in about the same proportion. Web safe color of #DCA8E1 is #CC99CC (or #C9C).

RGB color model

#DCA8E1 color RGB value is (220,168,225).

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

RGB channels and saturation

R 220 of 255 = 86%
G 168 of 255 = 66%
B 225 of 255 = 88%

220
168
225

R + G + B ~ 80%. #DCA8E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 168 + 225 = 613 (100%)
R 220 of 613 ~ 35.89%
G 168 of 613 ~ 27.41%
B 225 of 613 ~ 36.7%

%35.89
%27.41
%36.7

CMYK color model

#DCA8E1 color CMYK value is (2,25,0,12).

  • cyan value is 2.22%
  • magenta value is 25.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(2,25,0,12)
C2M25Y0K12 
(2%,25%,0%,12%)
(0.02/0.25/0.00/0.12)	

CMYK percentages

%2.22
%25.33
%0
%11.76

Codes

Color #DCA8E1 in popluar color models

DCA8E1
RGB220168225
HSL295°48.72%77.06%
HSB/HSV295°25.33%88.24%
CMYK2.22%25.33%0.00%
11.76%

Color #DCA8E1 in popluar number systems.

HEXDCA8E1
Decimal220168225
Binary110111001010100011100001
Octal334250341

Shades and tints

Shades of #DCA8E1

#DCA8E1
(220,168,225)
#C899CD
(200,153,205)
#B48AB9
(180,138,185)
#A07BA5
(160,123,165)
#8C6C91
(140,108,145)
#785D7D
(120,93,125)
#644E69
(100,78,105)
#503F55
(80,63,85)
#3C3041
(60,48,65)
#28212D
(40,33,45)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #DCA8E1

#DCA8E1
(220,168,225)
#DFAFE3
(223,175,227)
#E2B6E5
(226,182,229)
#E5BDE7
(229,189,231)
#E8C4E9
(232,196,233)
#EBCBEB
(235,203,235)
#EED2ED
(238,210,237)
#F1D9EF
(241,217,239)
#F4E0F1
(244,224,241)
#F7E7F3
(247,231,243)
#FAEEF5
(250,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCA8E1; }

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

This text font color is #DCA8E1.


Background Color

.myBgColor { background-color: #DCA8E1; }

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

This div background color is #DCA8E1.


Border color

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

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

This div border color is #DCA8E1.


Opacity

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

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

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

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

This text has shadow with #DCA8E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCA8E1 on black background.


Color preview on white background

This text has color #DCA8E1 on white background.



Black color preview on #DCA8E1 background

This text has black color on #DCA8E1 background.


White color preview on #DCA8E1 background

This text has white color on #DCA8E1 background.