COLOR #DCAED2

HEX: #DCAED2
RGB: (220,174,210)

Color info

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

RGB color model

#DCAED2 color RGB value is (220,174,210).

  • red value is 220;
  • green value is 174;
  • blue value is 210.
RGB:
(220,174,210)
(86%,68%,82%)

RGB channels and saturation

R 220 of 255 = 86%
G 174 of 255 = 68%
B 210 of 255 = 82%

220
174
210

R + G + B ~ 79%. #DCAED2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 174 + 210 = 604 (100%)
R 220 of 604 ~ 36.42%
G 174 of 604 ~ 28.81%
B 210 of 604 ~ 34.77%

%36.42
%28.81
%34.77

CMYK color model

#DCAED2 color CMYK value is (0,21,5,14).

  • cyan value is 0.00%
  • magenta value is 20.91%
  • yellow value is 4.55%
  • key color value is 13.73%
CMYK:
(0,21,5,14)
C0M21Y5K14 
(0%,21%,5%,14%)
(0.00/0.21/0.05/0.14)	

CMYK percentages

%0
%20.91
%4.55
%13.73

Codes

Color #DCAED2 in popluar color models

DCAED2
RGB220174210
HSL313°39.66%77.25%
HSB/HSV313°20.91%86.27%
CMYK0.00%20.91%4.55%
13.73%

Color #DCAED2 in popluar number systems.

HEXDCAED2
Decimal220174210
Binary110111001010111011010010
Octal334256322

Shades and tints

Shades of #DCAED2

#DCAED2
(220,174,210)
#C89FBF
(200,159,191)
#B490AC
(180,144,172)
#A08199
(160,129,153)
#8C7286
(140,114,134)
#786373
(120,99,115)
#645460
(100,84,96)
#50454D
(80,69,77)
#3C363A
(60,54,58)
#282727
(40,39,39)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #DCAED2

#DCAED2
(220,174,210)
#DFB5D6
(223,181,214)
#E2BCDA
(226,188,218)
#E5C3DE
(229,195,222)
#E8CAE2
(232,202,226)
#EBD1E6
(235,209,230)
#EED8EA
(238,216,234)
#F1DFEE
(241,223,238)
#F4E6F2
(244,230,242)
#F7EDF6
(247,237,246)
#FAF4FA
(250,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCAED2 color. Also use rgb(220,174,210) instead hex code.

Text Font Color

.myTextColor { color: #DCAED2; }

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

This text font color is #DCAED2.


Background Color

.myBgColor { background-color: #DCAED2; }

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

This div background color is #DCAED2.


Border color

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

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

This div border color is #DCAED2.


Opacity

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

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

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

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

This text has shadow with #DCAED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCAED2 on black background.


Color preview on white background

This text has color #DCAED2 on white background.



Black color preview on #DCAED2 background

This text has black color on #DCAED2 background.


White color preview on #DCAED2 background

This text has white color on #DCAED2 background.