COLOR #DCC6DD

HEX: #DCC6DD RGB: (220,198,221)

Color info

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

RGB color model

#DCC6DD color RGB value is (220,198,221).

RGB: (220,198,221) (86%, 78%, 87%)

RGB channels and saturation

R 220 of 255 = 86%
G 198 of 255 = 78%
B 221 of 255 = 87%

220
198
221

R + G + B ~ 84%. #DCC6DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 198 + 221 = 639 (100%)
R 220 of 639 ~ 34.43%
G 198 of 639 ~ 30.99%
B 221 of 639 ~ 34.59'%

%34.43
%30.99
%34.59

CMYK color model

#DCC6DD color CMYK value is (0,10,0,13).

  • cyan value is 0.45%
  • magenta value is 10.41%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (0,10,0,13)
C0M10Y0K13 (0%, 10%, 0%, 13%)
(0.00 / 0.10 / 0.00 / 0.13)

CMYK percentages

%0.45
%10.41
%0
%13.33

Codes

Color #DCC6DD in popluar color models

DC C6 DD
RGB 220 198 221
HSL 297° 25.27% 82.16%
HSB/HSV 297° 10.41% 86.67%
CMYK 0.45% 10.41% 0.00%
13.33%

Color #DCC6DD in popluar number systems.

HEX DC C6 DD
Decimal 220 198 221
Binary 11011100 11000110 11011101
Octal 334 306 335

Shades and tints

Shades of #DCC6DD

#DCC6DD
(220,198,221)
#C8B4C9
(200,180,201)
#B4A2B5
(180,162,181)
#A090A1
(160,144,161)
#8C7E8D
(140,126,141)
#786C79
(120,108,121)
#645A65
(100,90,101)
#504851
(80,72,81)
#3C363D
(60,54,61)
#282429
(40,36,41)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #DCC6DD

#DCC6DD
(220,198,221)
#DFCBE0
(223,203,224)
#E2D0E3
(226,208,227)
#E5D5E6
(229,213,230)
#E8DAE9
(232,218,233)
#EBDFEC
(235,223,236)
#EEE4EF
(238,228,239)
#F1E9F2
(241,233,242)
#F4EEF5
(244,238,245)
#F7F3F8
(247,243,248)
#FAF8FB
(250,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC6DD; }

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

This text font color is #DCC6DD.

Background Color

.myBgColor { background-color: #DCC6DD; }

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

This div background color is #DCC6DD.

Border color

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

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

This div border color is #DCC6DD.

Opacity

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

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

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

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

This text has shadow with #DCC6DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCC6DD.

Preview

Color preview on black background

This text has color #DCC6DD on black background.


Color preview on white background

This text has color #DCC6DD on white background.


Black color preview on #DCC6DD background

This text has black color on #DCC6DD background.


White color preview on #DCC6DD background

This text has white color on #DCC6DD background.


Related colors

Complementary color

Complementary color for #hex is #233922.


I love getcolorcode.com

Triadic colors

1 #DDDCC6 and #C6DDDC with #DCC6DD are triadic colors.

2 #DDC6DC and #C6DCDD with #DCC6DD are triadic colors.