COLOR #DCC4D4

HEX: #DCC4D4
RGB: (220,196,212)

Color info

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

RGB color model

#DCC4D4 color RGB value is (220,196,212).

  • red value is 220;
  • green value is 196;
  • blue value is 212.
RGB:
(220,196,212)
(86%,77%,83%)

RGB channels and saturation

R 220 of 255 = 86%
G 196 of 255 = 77%
B 212 of 255 = 83%

220
196
212

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

Portions of RGB colors in percentages

R + G + B =
220 + 196 + 212 = 628 (100%)
R 220 of 628 ~ 35.03%
G 196 of 628 ~ 31.21%
B 212 of 628 ~ 33.76%

%35.03
%31.21
%33.76

CMYK color model

#DCC4D4 color CMYK value is (0,11,4,14).

  • cyan value is 0.00%
  • magenta value is 10.91%
  • yellow value is 3.64%
  • key color value is 13.73%
CMYK:
(0,11,4,14)
C0M11Y4K14 
(0%,11%,4%,14%)
(0.00/0.11/0.04/0.14)	

CMYK percentages

%0
%10.91
%3.64
%13.73

Codes

Color #DCC4D4 in popluar color models

DCC4D4
RGB220196212
HSL320°25.53%81.57%
HSB/HSV320°10.91%86.27%
CMYK0.00%10.91%3.64%
13.73%

Color #DCC4D4 in popluar number systems.

HEXDCC4D4
Decimal220196212
Binary110111001100010011010100
Octal334304324

Shades and tints

Shades of #DCC4D4

#DCC4D4
(220,196,212)
#C8B3C1
(200,179,193)
#B4A2AE
(180,162,174)
#A0919B
(160,145,155)
#8C8088
(140,128,136)
#786F75
(120,111,117)
#645E62
(100,94,98)
#504D4F
(80,77,79)
#3C3C3C
(60,60,60)
#282B29
(40,43,41)
#141A16
(20,26,22)
#000000
(0,0,0)

Tints of #DCC4D4

#DCC4D4
(220,196,212)
#DFC9D7
(223,201,215)
#E2CEDA
(226,206,218)
#E5D3DD
(229,211,221)
#E8D8E0
(232,216,224)
#EBDDE3
(235,221,227)
#EEE2E6
(238,226,230)
#F1E7E9
(241,231,233)
#F4ECEC
(244,236,236)
#F7F1EF
(247,241,239)
#FAF6F2
(250,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC4D4; }

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

This text font color is #DCC4D4.


Background Color

.myBgColor { background-color: #DCC4D4; }

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

This div background color is #DCC4D4.


Border color

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

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

This div border color is #DCC4D4.


Opacity

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

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

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

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

This text has shadow with #DCC4D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC4D4 on black background.


Color preview on white background

This text has color #DCC4D4 on white background.



Black color preview on #DCC4D4 background

This text has black color on #DCC4D4 background.


White color preview on #DCC4D4 background

This text has white color on #DCC4D4 background.