COLOR #DCC4CA

HEX: #DCC4CA RGB: (220,196,202)

Color info

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

RGB color model

#DCC4CA color RGB value is (220,196,202).

RGB: (220,196,202) (86%, 77%, 79%)

RGB channels and saturation

R 220 of 255 = 86%
G 196 of 255 = 77%
B 202 of 255 = 79%

220
196
202

R + G + B ~ 81%. #DCC4CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 196 + 202 = 618 (100%)
R 220 of 618 ~ 35.6%
G 196 of 618 ~ 31.72%
B 202 of 618 ~ 32.69'%

%35.6
%31.72
%32.69

CMYK color model

#DCC4CA color CMYK value is (0,11,8,14).

  • cyan value is 0.00%
  • magenta value is 10.91%
  • yellow value is 8.18%
  • key color value is 13.73%

CMYK: (0,11,8,14)
C0M11Y8K14 (0%, 11%, 8%, 14%)
(0.00 / 0.11 / 0.08 / 0.14)

CMYK percentages

%0
%10.91
%8.18
%13.73

Codes

Color #DCC4CA in popluar color models

DC C4 CA
RGB 220 196 202
HSL 345° 25.53% 81.57%
HSB/HSV 345° 10.91% 86.27%
CMYK 0.00% 10.91% 8.18%
13.73%

Color #DCC4CA in popluar number systems.

HEX DC C4 CA
Decimal 220 196 202
Binary 11011100 11000100 11001010
Octal 334 304 312

Shades and tints

Shades of #DCC4CA

#DCC4CA
(220,196,202)
#C8B3B8
(200,179,184)
#B4A2A6
(180,162,166)
#A09194
(160,145,148)
#8C8082
(140,128,130)
#786F70
(120,111,112)
#645E5E
(100,94,94)
#504D4C
(80,77,76)
#3C3C3A
(60,60,58)
#282B28
(40,43,40)
#141A16
(20,26,22)
#000000
(0,0,0)

Tints of #DCC4CA

#DCC4CA
(220,196,202)
#DFC9CE
(223,201,206)
#E2CED2
(226,206,210)
#E5D3D6
(229,211,214)
#E8D8DA
(232,216,218)
#EBDDDE
(235,221,222)
#EEE2E2
(238,226,226)
#F1E7E6
(241,231,230)
#F4ECEA
(244,236,234)
#F7F1EE
(247,241,238)
#FAF6F2
(250,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC4CA; }

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

This text font color is #DCC4CA.

Background Color

.myBgColor { background-color: #DCC4CA; }

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

This div background color is #DCC4CA.

Border color

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

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

This div border color is #DCC4CA.

Opacity

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

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

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

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

This text has shadow with #DCC4CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCC4CA.

Preview

Color preview on black background

This text has color #DCC4CA on black background.


Color preview on white background

This text has color #DCC4CA on white background.


Black color preview on #DCC4CA background

This text has black color on #DCC4CA background.


White color preview on #DCC4CA background

This text has white color on #DCC4CA background.


Related colors

Complementary color

Complementary color for #hex is #233B35.


I love getcolorcode.com

Triadic colors

1 #CADCC4 and #C4CADC with #DCC4CA are triadic colors.

2 #CAC4DC and #C4DCCA with #DCC4CA are triadic colors.