COLOR #DCC1DD

HEX: #DCC1DD RGB: (220,193,221)

Color info

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

RGB color model

#DCC1DD color RGB value is (220,193,221).

RGB: (220,193,221) (86%, 76%, 87%)

RGB channels and saturation

R 220 of 255 = 86%
G 193 of 255 = 76%
B 221 of 255 = 87%

220
193
221

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

Portions of RGB colors in percentages

R + G + B = 220 + 193 + 221 = 634 (100%)
R 220 of 634 ~ 34.7%
G 193 of 634 ~ 30.44%
B 221 of 634 ~ 34.86'%

%34.7
%30.44
%34.86

CMYK color model

#DCC1DD color CMYK value is (0,13,0,13).

  • cyan value is 0.45%
  • magenta value is 12.67%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (0,13,0,13) C0M13Y0K13 (0%,13%,0%,13%) (0.00/0.13/0.00/0.13) 

CMYK percentages

%0.45
%12.67
%0
%13.33

Codes

Color #DCC1DD in popluar color models

DC C1 DD
RGB 220 193 221
HSL 298° 29.17% 81.18%
HSB/HSV 298° 12.67% 86.67%
CMYK 0.45% 12.67% 0.00%
13.33%

Color #DCC1DD in popluar number systems.

HEX DC C1 DD
Decimal 220 193 221
Binary 11011100 11000001 11011101
Octal 334 301 335

Shades and tints

Shades of #DCC1DD

#DCC1DD
(220,193,221)
#C8B0C9
(200,176,201)
#B49FB5
(180,159,181)
#A08EA1
(160,142,161)
#8C7D8D
(140,125,141)
#786C79
(120,108,121)
#645B65
(100,91,101)
#504A51
(80,74,81)
#3C393D
(60,57,61)
#282829
(40,40,41)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #DCC1DD

#DCC1DD
(220,193,221)
#DFC6E0
(223,198,224)
#E2CBE3
(226,203,227)
#E5D0E6
(229,208,230)
#E8D5E9
(232,213,233)
#EBDAEC
(235,218,236)
#EEDFEF
(238,223,239)
#F1E4F2
(241,228,242)
#F4E9F5
(244,233,245)
#F7EEF8
(247,238,248)
#FAF3FB
(250,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC1DD color. Also use rgb(220,193,221) instead hex code.

Text Font Color

.myTextColor { color: #DCC1DD; }

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

This text font color is #DCC1DD.

Background Color

.myBgColor { background-color: #DCC1DD; }

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

This div background color is #DCC1DD.

Border color

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

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

This div border color is #DCC1DD.

Opacity

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

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

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

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

This text has shadow with #DCC1DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCC1DD.

Preview

Color preview on black background

This text has color #DCC1DD on black background.


Color preview on white background

This text has color #DCC1DD on white background.


Black color preview on #DCC1DD background

This text has black color on #DCC1DD background.


White color preview on #DCC1DD background

This text has white color on #DCC1DD background.


Related colors

Complementary color

Complementary color for #hex is #233E22.


I love getcolorcode.com

Triadic colors

1 #DDDCC1 and #C1DDDC with #DCC1DD are triadic colors.

2 #DDC1DC and #C1DCDD with #DCC1DD are triadic colors.