COLOR #D2C6DC

HEX: #D2C6DC RGB: (210,198,220)

Color info

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

RGB color model

#D2C6DC color RGB value is (210,198,220).

RGB: (210,198,220) (82%, 78%, 86%)

RGB channels and saturation

R 210 of 255 = 82%
G 198 of 255 = 78%
B 220 of 255 = 86%

210
198
220

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

Portions of RGB colors in percentages

R + G + B = 210 + 198 + 220 = 628 (100%)
R 210 of 628 ~ 33.44%
G 198 of 628 ~ 31.53%
B 220 of 628 ~ 35.03'%

%33.44
%31.53
%35.03

CMYK color model

#D2C6DC color CMYK value is (5,10,0,14).

  • cyan value is 4.55%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (5,10,0,14)
C5M10Y0K14 (5%, 10%, 0%, 14%)
(0.05 / 0.10 / 0.00 / 0.14)

CMYK percentages

%4.55
%10
%0
%13.73

Codes

Color #D2C6DC in popluar color models

D2 C6 DC
RGB 210 198 220
HSL 273° 23.91% 81.96%
HSB/HSV 273° 10.00% 86.27%
CMYK 4.55% 10.00% 0.00%
13.73%

Color #D2C6DC in popluar number systems.

HEX D2 C6 DC
Decimal 210 198 220
Binary 11010010 11000110 11011100
Octal 322 306 334

Shades and tints

Shades of #D2C6DC

#D2C6DC
(210,198,220)
#BFB4C8
(191,180,200)
#ACA2B4
(172,162,180)
#9990A0
(153,144,160)
#867E8C
(134,126,140)
#736C78
(115,108,120)
#605A64
(96,90,100)
#4D4850
(77,72,80)
#3A363C
(58,54,60)
#272428
(39,36,40)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #D2C6DC

#D2C6DC
(210,198,220)
#D6CBDF
(214,203,223)
#DAD0E2
(218,208,226)
#DED5E5
(222,213,229)
#E2DAE8
(226,218,232)
#E6DFEB
(230,223,235)
#EAE4EE
(234,228,238)
#EEE9F1
(238,233,241)
#F2EEF4
(242,238,244)
#F6F3F7
(246,243,247)
#FAF8FA
(250,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2C6DC; }

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

This text font color is #D2C6DC.

Background Color

.myBgColor { background-color: #D2C6DC; }

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

This div background color is #D2C6DC.

Border color

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

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

This div border color is #D2C6DC.

Opacity

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

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

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

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

This text has shadow with #D2C6DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2C6DC.

Preview

Color preview on black background

This text has color #D2C6DC on black background.


Color preview on white background

This text has color #D2C6DC on white background.


Black color preview on #D2C6DC background

This text has black color on #D2C6DC background.


White color preview on #D2C6DC background

This text has white color on #D2C6DC background.


Related colors

Complementary color

Complementary color for #hex is #2D3923.


I love getcolorcode.com

Triadic colors

1 #DCD2C6 and #C6DCD2 with #D2C6DC are triadic colors.

2 #DCC6D2 and #C6D2DC with #D2C6DC are triadic colors.