COLOR #DCC5DA

HEX: #DCC5DA RGB: (220,197,218)

Color info

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

RGB color model

#DCC5DA color RGB value is (220,197,218).

RGB: (220,197,218) (86%, 77%, 85%)

RGB channels and saturation

R 220 of 255 = 86%
G 197 of 255 = 77%
B 218 of 255 = 85%

220
197
218

R + G + B ~ 83%. #DCC5DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 197 + 218 = 635 (100%)
R 220 of 635 ~ 34.65%
G 197 of 635 ~ 31.02%
B 218 of 635 ~ 34.33'%

%34.65
%31.02
%34.33

CMYK color model

#DCC5DA color CMYK value is (0,10,1,14).

  • cyan value is 0.00%
  • magenta value is 10.45%
  • yellow value is 0.91%
  • key color value is 13.73%

CMYK: (0,10,1,14)
C0M10Y1K14 (0%, 10%, 1%, 14%)
(0.00 / 0.10 / 0.01 / 0.14)

CMYK percentages

%0
%10.45
%0.91
%13.73

Codes

Color #DCC5DA in popluar color models

DC C5 DA
RGB 220 197 218
HSL 305° 24.73% 81.76%
HSB/HSV 305° 10.45% 86.27%
CMYK 0.00% 10.45% 0.91%
13.73%

Color #DCC5DA in popluar number systems.

HEX DC C5 DA
Decimal 220 197 218
Binary 11011100 11000101 11011010
Octal 334 305 332

Shades and tints

Shades of #DCC5DA

#DCC5DA
(220,197,218)
#C8B4C7
(200,180,199)
#B4A3B4
(180,163,180)
#A092A1
(160,146,161)
#8C818E
(140,129,142)
#78707B
(120,112,123)
#645F68
(100,95,104)
#504E55
(80,78,85)
#3C3D42
(60,61,66)
#282C2F
(40,44,47)
#141B1C
(20,27,28)
#000000
(0,0,0)

Tints of #DCC5DA

#DCC5DA
(220,197,218)
#DFCADD
(223,202,221)
#E2CFE0
(226,207,224)
#E5D4E3
(229,212,227)
#E8D9E6
(232,217,230)
#EBDEE9
(235,222,233)
#EEE3EC
(238,227,236)
#F1E8EF
(241,232,239)
#F4EDF2
(244,237,242)
#F7F2F5
(247,242,245)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC5DA color. Also use rgb(220,197,218) instead hex code.

Text Font Color

.myTextColor { color: #DCC5DA; }

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

This text font color is #DCC5DA.

Background Color

.myBgColor { background-color: #DCC5DA; }

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

This div background color is #DCC5DA.

Border color

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

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

This div border color is #DCC5DA.

Opacity

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

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

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

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

This text has shadow with #DCC5DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCC5DA.

Preview

Color preview on black background

This text has color #DCC5DA on black background.


Color preview on white background

This text has color #DCC5DA on white background.


Black color preview on #DCC5DA background

This text has black color on #DCC5DA background.


White color preview on #DCC5DA background

This text has white color on #DCC5DA background.


Related colors

Complementary color

Complementary color for #hex is #233A25.


I love getcolorcode.com

Triadic colors

1 #DADCC5 and #C5DADC with #DCC5DA are triadic colors.

2 #DAC5DC and #C5DCDA with #DCC5DA are triadic colors.