COLOR #D2C2DC

HEX: #D2C2DC
RGB: (210,194,220)

Color info

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

RGB color model

#D2C2DC color RGB value is (210,194,220).

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

RGB channels and saturation

R 210 of 255 = 82%
G 194 of 255 = 76%
B 220 of 255 = 86%

210
194
220

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

Portions of RGB colors in percentages

R + G + B =
210 + 194 + 220 = 624 (100%)
R 210 of 624 ~ 33.65%
G 194 of 624 ~ 31.09%
B 220 of 624 ~ 35.26%

%33.65
%31.09
%35.26

CMYK color model

#D2C2DC color CMYK value is (5,12,0,14).

  • cyan value is 4.55%
  • magenta value is 11.82%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(5,12,0,14)
C5M12Y0K14 
(5%,12%,0%,14%)
(0.05/0.12/0.00/0.14)	

CMYK percentages

%4.55
%11.82
%0
%13.73

Codes

Color #D2C2DC in popluar color models

D2C2DC
RGB210194220
HSL277°27.08%81.18%
HSB/HSV277°11.82%86.27%
CMYK4.55%11.82%0.00%
13.73%

Color #D2C2DC in popluar number systems.

HEXD2C2DC
Decimal210194220
Binary110100101100001011011100
Octal322302334

Shades and tints

Shades of #D2C2DC

#D2C2DC
(210,194,220)
#BFB1C8
(191,177,200)
#ACA0B4
(172,160,180)
#998FA0
(153,143,160)
#867E8C
(134,126,140)
#736D78
(115,109,120)
#605C64
(96,92,100)
#4D4B50
(77,75,80)
#3A3A3C
(58,58,60)
#272928
(39,41,40)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #D2C2DC

#D2C2DC
(210,194,220)
#D6C7DF
(214,199,223)
#DACCE2
(218,204,226)
#DED1E5
(222,209,229)
#E2D6E8
(226,214,232)
#E6DBEB
(230,219,235)
#EAE0EE
(234,224,238)
#EEE5F1
(238,229,241)
#F2EAF4
(242,234,244)
#F6EFF7
(246,239,247)
#FAF4FA
(250,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2C2DC; }

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

This text font color is #D2C2DC.


Background Color

.myBgColor { background-color: #D2C2DC; }

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

This div background color is #D2C2DC.


Border color

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

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

This div border color is #D2C2DC.


Opacity

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

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

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

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

This text has shadow with #D2C2DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C2DC on black background.


Color preview on white background

This text has color #D2C2DC on white background.



Black color preview on #D2C2DC background

This text has black color on #D2C2DC background.


White color preview on #D2C2DC background

This text has white color on #D2C2DC background.