COLOR #DCC5DF

HEX: #DCC5DF RGB: (220,197,223)

Color info

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

RGB color model

#DCC5DF color RGB value is (220,197,223).

RGB: (220,197,223) (86%, 77%, 87%)

RGB channels and saturation

R 220 of 255 = 86%
G 197 of 255 = 77%
B 223 of 255 = 87%

220
197
223

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

Portions of RGB colors in percentages

R + G + B = 220 + 197 + 223 = 640 (100%)
R 220 of 640 ~ 34.38%
G 197 of 640 ~ 30.78%
B 223 of 640 ~ 34.84'%

%34.38
%30.78
%34.84

CMYK color model

#DCC5DF color CMYK value is (1,12,0,13).

  • cyan value is 1.35%
  • magenta value is 11.66%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (1,12,0,13)
C1M12Y0K13 (1%, 12%, 0%, 13%)
(0.01 / 0.12 / 0.00 / 0.13)

CMYK percentages

%1.35
%11.66
%0
%12.55

Codes

Color #DCC5DF in popluar color models

DC C5 DF
RGB 220 197 223
HSL 293° 28.89% 82.35%
HSB/HSV 293° 11.66% 87.45%
CMYK 1.35% 11.66% 0.00%
12.55%

Color #DCC5DF in popluar number systems.

HEX DC C5 DF
Decimal 220 197 223
Binary 11011100 11000101 11011111
Octal 334 305 337

Shades and tints

Shades of #DCC5DF

#DCC5DF
(220,197,223)
#C8B4CB
(200,180,203)
#B4A3B7
(180,163,183)
#A092A3
(160,146,163)
#8C818F
(140,129,143)
#78707B
(120,112,123)
#645F67
(100,95,103)
#504E53
(80,78,83)
#3C3D3F
(60,61,63)
#282C2B
(40,44,43)
#141B17
(20,27,23)
#000000
(0,0,0)

Tints of #DCC5DF

#DCC5DF
(220,197,223)
#DFCAE1
(223,202,225)
#E2CFE3
(226,207,227)
#E5D4E5
(229,212,229)
#E8D9E7
(232,217,231)
#EBDEE9
(235,222,233)
#EEE3EB
(238,227,235)
#F1E8ED
(241,232,237)
#F4EDEF
(244,237,239)
#F7F2F1
(247,242,241)
#FAF7F3
(250,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC5DF; }

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

This text font color is #DCC5DF.

Background Color

.myBgColor { background-color: #DCC5DF; }

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

This div background color is #DCC5DF.

Border color

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

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

This div border color is #DCC5DF.

Opacity

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

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

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

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

This text has shadow with #DCC5DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCC5DF.

Preview

Color preview on black background

This text has color #DCC5DF on black background.


Color preview on white background

This text has color #DCC5DF on white background.


Black color preview on #DCC5DF background

This text has black color on #DCC5DF background.


White color preview on #DCC5DF background

This text has white color on #DCC5DF background.


Related colors

Complementary color

Complementary color for #hex is #233A20.


I love getcolorcode.com

Triadic colors

1 #DFDCC5 and #C5DFDC with #DCC5DF are triadic colors.

2 #DFC5DC and #C5DCDF with #DCC5DF are triadic colors.