COLOR #DCC6CE

HEX: #DCC6CE RGB: (220,198,206)

Color info

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

RGB color model

#DCC6CE color RGB value is (220,198,206).

RGB: (220,198,206) (86%, 78%, 81%)

RGB channels and saturation

R 220 of 255 = 86%
G 198 of 255 = 78%
B 206 of 255 = 81%

220
198
206

R + G + B ~ 82%. #DCC6CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 198 + 206 = 624 (100%)
R 220 of 624 ~ 35.26%
G 198 of 624 ~ 31.73%
B 206 of 624 ~ 33.01'%

%35.26
%31.73
%33.01

CMYK color model

#DCC6CE color CMYK value is (0,10,6,14).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 6.36%
  • key color value is 13.73%

CMYK: (0,10,6,14)
C0M10Y6K14 (0%, 10%, 6%, 14%)
(0.00 / 0.10 / 0.06 / 0.14)

CMYK percentages

%0
%10
%6.36
%13.73

Codes

Color #DCC6CE in popluar color models

DC C6 CE
RGB 220 198 206
HSL 338° 23.91% 81.96%
HSB/HSV 338° 10.00% 86.27%
CMYK 0.00% 10.00% 6.36%
13.73%

Color #DCC6CE in popluar number systems.

HEX DC C6 CE
Decimal 220 198 206
Binary 11011100 11000110 11001110
Octal 334 306 316

Shades and tints

Shades of #DCC6CE

#DCC6CE
(220,198,206)
#C8B4BC
(200,180,188)
#B4A2AA
(180,162,170)
#A09098
(160,144,152)
#8C7E86
(140,126,134)
#786C74
(120,108,116)
#645A62
(100,90,98)
#504850
(80,72,80)
#3C363E
(60,54,62)
#28242C
(40,36,44)
#14121A
(20,18,26)
#000000
(0,0,0)

Tints of #DCC6CE

#DCC6CE
(220,198,206)
#DFCBD2
(223,203,210)
#E2D0D6
(226,208,214)
#E5D5DA
(229,213,218)
#E8DADE
(232,218,222)
#EBDFE2
(235,223,226)
#EEE4E6
(238,228,230)
#F1E9EA
(241,233,234)
#F4EEEE
(244,238,238)
#F7F3F2
(247,243,242)
#FAF8F6
(250,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC6CE; }

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

This text font color is #DCC6CE.

Background Color

.myBgColor { background-color: #DCC6CE; }

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

This div background color is #DCC6CE.

Border color

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

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

This div border color is #DCC6CE.

Opacity

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

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

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

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

This text has shadow with #DCC6CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCC6CE.

Preview

Color preview on black background

This text has color #DCC6CE on black background.


Color preview on white background

This text has color #DCC6CE on white background.


Black color preview on #DCC6CE background

This text has black color on #DCC6CE background.


White color preview on #DCC6CE background

This text has white color on #DCC6CE background.


Related colors

Complementary color

Complementary color for #hex is #233931.


I love getcolorcode.com

Triadic colors

1 #CEDCC6 and #C6CEDC with #DCC6CE are triadic colors.

2 #CEC6DC and #C6DCCE with #DCC6CE are triadic colors.