COLOR #DCC8DA

HEX: #DCC8DA RGB: (220,200,218)

Color info

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

RGB color model

#DCC8DA color RGB value is (220,200,218).

RGB: (220,200,218) (86%, 78%, 85%)

RGB channels and saturation

R 220 of 255 = 86%
G 200 of 255 = 78%
B 218 of 255 = 85%

220
200
218

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

Portions of RGB colors in percentages

R + G + B = 220 + 200 + 218 = 638 (100%)
R 220 of 638 ~ 34.48%
G 200 of 638 ~ 31.35%
B 218 of 638 ~ 34.17'%

%34.48
%31.35
%34.17

CMYK color model

#DCC8DA color CMYK value is (0,9,1,14).

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

CMYK: (0,9,1,14)
C0M9Y1K14 (0%, 9%, 1%, 14%)
(0.00 / 0.09 / 0.01 / 0.14)

CMYK percentages

%0
%9.09
%0.91
%13.73

Codes

Color #DCC8DA in popluar color models

DC C8 DA
RGB 220 200 218
HSL 306° 22.22% 82.35%
HSB/HSV 306° 9.09% 86.27%
CMYK 0.00% 9.09% 0.91%
13.73%

Color #DCC8DA in popluar number systems.

HEX DC C8 DA
Decimal 220 200 218
Binary 11011100 11001000 11011010
Octal 334 310 332

Shades and tints

Shades of #DCC8DA

#DCC8DA
(220,200,218)
#C8B6C7
(200,182,199)
#B4A4B4
(180,164,180)
#A092A1
(160,146,161)
#8C808E
(140,128,142)
#786E7B
(120,110,123)
#645C68
(100,92,104)
#504A55
(80,74,85)
#3C3842
(60,56,66)
#28262F
(40,38,47)
#14141C
(20,20,28)
#000000
(0,0,0)

Tints of #DCC8DA

#DCC8DA
(220,200,218)
#DFCDDD
(223,205,221)
#E2D2E0
(226,210,224)
#E5D7E3
(229,215,227)
#E8DCE6
(232,220,230)
#EBE1E9
(235,225,233)
#EEE6EC
(238,230,236)
#F1EBEF
(241,235,239)
#F4F0F2
(244,240,242)
#F7F5F5
(247,245,245)
#FAFAF8
(250,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC8DA; }

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

This text font color is #DCC8DA.

Background Color

.myBgColor { background-color: #DCC8DA; }

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

This div background color is #DCC8DA.

Border color

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

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

This div border color is #DCC8DA.

Opacity

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

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

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

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

This text has shadow with #DCC8DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCC8DA.

Preview

Color preview on black background

This text has color #DCC8DA on black background.


Color preview on white background

This text has color #DCC8DA on white background.


Black color preview on #DCC8DA background

This text has black color on #DCC8DA background.


White color preview on #DCC8DA background

This text has white color on #DCC8DA background.


Related colors

Complementary color

Complementary color for #hex is #233725.


I love getcolorcode.com

Triadic colors

1 #DADCC8 and #C8DADC with #DCC8DA are triadic colors.

2 #DAC8DC and #C8DCDA with #DCC8DA are triadic colors.