COLOR #DCC2CA

HEX: #DCC2CA
RGB: (220,194,202)

Color info

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

RGB color model

#DCC2CA color RGB value is (220,194,202).

  • red value is 220;
  • green value is 194;
  • blue value is 202.
RGB:
(220,194,202)
(86%,76%,79%)

RGB channels and saturation

R 220 of 255 = 86%
G 194 of 255 = 76%
B 202 of 255 = 79%

220
194
202

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

Portions of RGB colors in percentages

R + G + B =
220 + 194 + 202 = 616 (100%)
R 220 of 616 ~ 35.71%
G 194 of 616 ~ 31.49%
B 202 of 616 ~ 32.79%

%35.71
%31.49
%32.79

CMYK color model

#DCC2CA color CMYK value is (0,12,8,14).

  • cyan value is 0.00%
  • magenta value is 11.82%
  • yellow value is 8.18%
  • key color value is 13.73%
CMYK:
(0,12,8,14)
C0M12Y8K14 
(0%,12%,8%,14%)
(0.00/0.12/0.08/0.14)	

CMYK percentages

%0
%11.82
%8.18
%13.73

Codes

Color #DCC2CA in popluar color models

DCC2CA
RGB220194202
HSL342°27.08%81.18%
HSB/HSV342°11.82%86.27%
CMYK0.00%11.82%8.18%
13.73%

Color #DCC2CA in popluar number systems.

HEXDCC2CA
Decimal220194202
Binary110111001100001011001010
Octal334302312

Shades and tints

Shades of #DCC2CA

#DCC2CA
(220,194,202)
#C8B1B8
(200,177,184)
#B4A0A6
(180,160,166)
#A08F94
(160,143,148)
#8C7E82
(140,126,130)
#786D70
(120,109,112)
#645C5E
(100,92,94)
#504B4C
(80,75,76)
#3C3A3A
(60,58,58)
#282928
(40,41,40)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #DCC2CA

#DCC2CA
(220,194,202)
#DFC7CE
(223,199,206)
#E2CCD2
(226,204,210)
#E5D1D6
(229,209,214)
#E8D6DA
(232,214,218)
#EBDBDE
(235,219,222)
#EEE0E2
(238,224,226)
#F1E5E6
(241,229,230)
#F4EAEA
(244,234,234)
#F7EFEE
(247,239,238)
#FAF4F2
(250,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCC2CA color. Also use rgb(220,194,202) instead hex code.

Text Font Color

.myTextColor { color: #DCC2CA; }

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

This text font color is #DCC2CA.


Background Color

.myBgColor { background-color: #DCC2CA; }

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

This div background color is #DCC2CA.


Border color

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

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

This div border color is #DCC2CA.


Opacity

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

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

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

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

This text has shadow with #DCC2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC2CA on black background.


Color preview on white background

This text has color #DCC2CA on white background.



Black color preview on #DCC2CA background

This text has black color on #DCC2CA background.


White color preview on #DCC2CA background

This text has white color on #DCC2CA background.