COLOR #DCC0CC

HEX: #DCC0CC RGB: (220,192,204)

Color info

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

RGB color model

#DCC0CC color RGB value is (220,192,204).

RGB: (220,192,204) (86%, 75%, 80%)

RGB channels and saturation

R 220 of 255 = 86%
G 192 of 255 = 75%
B 204 of 255 = 80%

220
192
204

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

Portions of RGB colors in percentages

R + G + B = 220 + 192 + 204 = 616 (100%)
R 220 of 616 ~ 35.71%
G 192 of 616 ~ 31.17%
B 204 of 616 ~ 33.12'%

%35.71
%31.17
%33.12

CMYK color model

#DCC0CC color CMYK value is (0,13,7,14).

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

CMYK: (0,13,7,14)
C0M13Y7K14 (0%, 13%, 7%, 14%)
(0.00 / 0.13 / 0.07 / 0.14)

CMYK percentages

%0
%12.73
%7.27
%13.73

Codes

Color #DCC0CC in popluar color models

DC C0 CC
RGB 220 192 204
HSL 334° 28.57% 80.78%
HSB/HSV 334° 12.73% 86.27%
CMYK 0.00% 12.73% 7.27%
13.73%

Color #DCC0CC in popluar number systems.

HEX DC C0 CC
Decimal 220 192 204
Binary 11011100 11000000 11001100
Octal 334 300 314

Shades and tints

Shades of #DCC0CC

#DCC0CC
(220,192,204)
#C8AFBA
(200,175,186)
#B49EA8
(180,158,168)
#A08D96
(160,141,150)
#8C7C84
(140,124,132)
#786B72
(120,107,114)
#645A60
(100,90,96)
#50494E
(80,73,78)
#3C383C
(60,56,60)
#28272A
(40,39,42)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #DCC0CC

#DCC0CC
(220,192,204)
#DFC5D0
(223,197,208)
#E2CAD4
(226,202,212)
#E5CFD8
(229,207,216)
#E8D4DC
(232,212,220)
#EBD9E0
(235,217,224)
#EEDEE4
(238,222,228)
#F1E3E8
(241,227,232)
#F4E8EC
(244,232,236)
#F7EDF0
(247,237,240)
#FAF2F4
(250,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC0CC; }

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

This text font color is #DCC0CC.

Background Color

.myBgColor { background-color: #DCC0CC; }

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

This div background color is #DCC0CC.

Border color

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

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

This div border color is #DCC0CC.

Opacity

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

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

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

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

This text has shadow with #DCC0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCC0CC.

Preview

Color preview on black background

This text has color #DCC0CC on black background.


Color preview on white background

This text has color #DCC0CC on white background.


Black color preview on #DCC0CC background

This text has black color on #DCC0CC background.


White color preview on #DCC0CC background

This text has white color on #DCC0CC background.


Related colors

Complementary color

Complementary color for #hex is #233F33.


I love getcolorcode.com

Triadic colors

1 #CCDCC0 and #C0CCDC with #DCC0CC are triadic colors.

2 #CCC0DC and #C0DCCC with #DCC0CC are triadic colors.