COLOR #DCC4DD

HEX: #DCC4DD
RGB: (220,196,221)

Color info

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

RGB color model

#DCC4DD color RGB value is (220,196,221).

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

RGB channels and saturation

R 220 of 255 = 86%
G 196 of 255 = 77%
B 221 of 255 = 87%

220
196
221

R + G + B ~ 83%. #DCC4DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 196 + 221 = 637 (100%)
R 220 of 637 ~ 34.54%
G 196 of 637 ~ 30.77%
B 221 of 637 ~ 34.69%

%34.54
%30.77
%34.69

CMYK color model

#DCC4DD color CMYK value is (0,11,0,13).

  • cyan value is 0.45%
  • magenta value is 11.31%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(0,11,0,13)
C0M11Y0K13 
(0%,11%,0%,13%)
(0.00/0.11/0.00/0.13)	

CMYK percentages

%0.45
%11.31
%0
%13.33

Codes

Color #DCC4DD in popluar color models

DCC4DD
RGB220196221
HSL298°26.88%81.76%
HSB/HSV298°11.31%86.67%
CMYK0.45%11.31%0.00%
13.33%

Color #DCC4DD in popluar number systems.

HEXDCC4DD
Decimal220196221
Binary110111001100010011011101
Octal334304335

Shades and tints

Shades of #DCC4DD

#DCC4DD
(220,196,221)
#C8B3C9
(200,179,201)
#B4A2B5
(180,162,181)
#A091A1
(160,145,161)
#8C808D
(140,128,141)
#786F79
(120,111,121)
#645E65
(100,94,101)
#504D51
(80,77,81)
#3C3C3D
(60,60,61)
#282B29
(40,43,41)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #DCC4DD

#DCC4DD
(220,196,221)
#DFC9E0
(223,201,224)
#E2CEE3
(226,206,227)
#E5D3E6
(229,211,230)
#E8D8E9
(232,216,233)
#EBDDEC
(235,221,236)
#EEE2EF
(238,226,239)
#F1E7F2
(241,231,242)
#F4ECF5
(244,236,245)
#F7F1F8
(247,241,248)
#FAF6FB
(250,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCC4DD; }

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

This text font color is #DCC4DD.


Background Color

.myBgColor { background-color: #DCC4DD; }

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

This div background color is #DCC4DD.


Border color

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

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

This div border color is #DCC4DD.


Opacity

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

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

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

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

This text has shadow with #DCC4DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCC4DD on black background.


Color preview on white background

This text has color #DCC4DD on white background.



Black color preview on #DCC4DD background

This text has black color on #DCC4DD background.


White color preview on #DCC4DD background

This text has white color on #DCC4DD background.