COLOR #DCA8DE

HEX: #DCA8DE
RGB: (220,168,222)

Color info

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

RGB color model

#DCA8DE color RGB value is (220,168,222).

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

RGB channels and saturation

R 220 of 255 = 86%
G 168 of 255 = 66%
B 222 of 255 = 87%

220
168
222

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

Portions of RGB colors in percentages

R + G + B =
220 + 168 + 222 = 610 (100%)
R 220 of 610 ~ 36.07%
G 168 of 610 ~ 27.54%
B 222 of 610 ~ 36.39%

%36.07
%27.54
%36.39

CMYK color model

#DCA8DE color CMYK value is (1,24,0,13).

  • cyan value is 0.90%
  • magenta value is 24.32%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(1,24,0,13)
C1M24Y0K13 
(1%,24%,0%,13%)
(0.01/0.24/0.00/0.13)	

CMYK percentages

%0.9
%24.32
%0
%12.94

Codes

Color #DCA8DE in popluar color models

DCA8DE
RGB220168222
HSL298°45.00%76.47%
HSB/HSV298°24.32%87.06%
CMYK0.90%24.32%0.00%
12.94%

Color #DCA8DE in popluar number systems.

HEXDCA8DE
Decimal220168222
Binary110111001010100011011110
Octal334250336

Shades and tints

Shades of #DCA8DE

#DCA8DE
(220,168,222)
#C899CA
(200,153,202)
#B48AB6
(180,138,182)
#A07BA2
(160,123,162)
#8C6C8E
(140,108,142)
#785D7A
(120,93,122)
#644E66
(100,78,102)
#503F52
(80,63,82)
#3C303E
(60,48,62)
#28212A
(40,33,42)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #DCA8DE

#DCA8DE
(220,168,222)
#DFAFE1
(223,175,225)
#E2B6E4
(226,182,228)
#E5BDE7
(229,189,231)
#E8C4EA
(232,196,234)
#EBCBED
(235,203,237)
#EED2F0
(238,210,240)
#F1D9F3
(241,217,243)
#F4E0F6
(244,224,246)
#F7E7F9
(247,231,249)
#FAEEFC
(250,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCA8DE; }

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

This text font color is #DCA8DE.


Background Color

.myBgColor { background-color: #DCA8DE; }

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

This div background color is #DCA8DE.


Border color

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

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

This div border color is #DCA8DE.


Opacity

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

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

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

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

This text has shadow with #DCA8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCA8DE on black background.


Color preview on white background

This text has color #DCA8DE on white background.



Black color preview on #DCA8DE background

This text has black color on #DCA8DE background.


White color preview on #DCA8DE background

This text has white color on #DCA8DE background.