COLOR #DCC0C6

HEX: #DCC0C6 RGB: (220,192,198)

Color info

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

RGB color model

#DCC0C6 color RGB value is (220,192,198).

RGB: (220,192,198) (86%, 75%, 78%)

RGB channels and saturation

R 220 of 255 = 86%
G 192 of 255 = 75%
B 198 of 255 = 78%

220
192
198

R + G + B ~ 80%. #DCC0C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 192 + 198 = 610 (100%)
R 220 of 610 ~ 36.07%
G 192 of 610 ~ 31.48%
B 198 of 610 ~ 32.46'%

%36.07
%31.48
%32.46

CMYK color model

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

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

CMYK: (0,13,10,14)
C0M13Y10K14 (0%, 13%, 10%, 14%)
(0.00 / 0.13 / 0.10 / 0.14)

CMYK percentages

%0
%12.73
%10
%13.73

Codes

Color #DCC0C6 in popluar color models

DC C0 C6
RGB 220 192 198
HSL 347° 28.57% 80.78%
HSB/HSV 347° 12.73% 86.27%
CMYK 0.00% 12.73% 10.00%
13.73%

Color #DCC0C6 in popluar number systems.

HEX DC C0 C6
Decimal 220 192 198
Binary 11011100 11000000 11000110
Octal 334 300 306

Shades and tints

Shades of #DCC0C6

#DCC0C6
(220,192,198)
#C8AFB4
(200,175,180)
#B49EA2
(180,158,162)
#A08D90
(160,141,144)
#8C7C7E
(140,124,126)
#786B6C
(120,107,108)
#645A5A
(100,90,90)
#504948
(80,73,72)
#3C3836
(60,56,54)
#282724
(40,39,36)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #DCC0C6

#DCC0C6
(220,192,198)
#DFC5CB
(223,197,203)
#E2CAD0
(226,202,208)
#E5CFD5
(229,207,213)
#E8D4DA
(232,212,218)
#EBD9DF
(235,217,223)
#EEDEE4
(238,222,228)
#F1E3E9
(241,227,233)
#F4E8EE
(244,232,238)
#F7EDF3
(247,237,243)
#FAF2F8
(250,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC0C6; }

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

This text font color is #DCC0C6.

Background Color

.myBgColor { background-color: #DCC0C6; }

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

This div background color is #DCC0C6.

Border color

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

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

This div border color is #DCC0C6.

Opacity

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

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

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

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

This text has shadow with #DCC0C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCC0C6.

Preview

Color preview on black background

This text has color #DCC0C6 on black background.


Color preview on white background

This text has color #DCC0C6 on white background.


Black color preview on #DCC0C6 background

This text has black color on #DCC0C6 background.


White color preview on #DCC0C6 background

This text has white color on #DCC0C6 background.


Related colors

Complementary color

Complementary color for #hex is #233F39.


I love getcolorcode.com

Triadic colors

1 #C6DCC0 and #C0C6DC with #DCC0C6 are triadic colors.

2 #C6C0DC and #C0DCC6 with #DCC0C6 are triadic colors.