COLOR #D2C6DA

HEX: #D2C6DA RGB: (210,198,218)

Color info

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

RGB color model

#D2C6DA color RGB value is (210,198,218).

RGB: (210,198,218) (82%, 78%, 85%)

RGB channels and saturation

R 210 of 255 = 82%
G 198 of 255 = 78%
B 218 of 255 = 85%

210
198
218

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

Portions of RGB colors in percentages

R + G + B = 210 + 198 + 218 = 626 (100%)
R 210 of 626 ~ 33.55%
G 198 of 626 ~ 31.63%
B 218 of 626 ~ 34.82'%

%33.55
%31.63
%34.82

CMYK color model

#D2C6DA color CMYK value is (4,9,0,15).

  • cyan value is 3.67%
  • magenta value is 9.17%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (4,9,0,15)
C4M9Y0K15 (4%, 9%, 0%, 15%)
(0.04 / 0.09 / 0.00 / 0.15)

CMYK percentages

%3.67
%9.17
%0
%14.51

Codes

Color #D2C6DA in popluar color models

D2 C6 DA
RGB 210 198 218
HSL 276° 21.28% 81.57%
HSB/HSV 276° 9.17% 85.49%
CMYK 3.67% 9.17% 0.00%
14.51%

Color #D2C6DA in popluar number systems.

HEX D2 C6 DA
Decimal 210 198 218
Binary 11010010 11000110 11011010
Octal 322 306 332

Shades and tints

Shades of #D2C6DA

#D2C6DA
(210,198,218)
#BFB4C7
(191,180,199)
#ACA2B4
(172,162,180)
#9990A1
(153,144,161)
#867E8E
(134,126,142)
#736C7B
(115,108,123)
#605A68
(96,90,104)
#4D4855
(77,72,85)
#3A3642
(58,54,66)
#27242F
(39,36,47)
#14121C
(20,18,28)
#000000
(0,0,0)

Tints of #D2C6DA

#D2C6DA
(210,198,218)
#D6CBDD
(214,203,221)
#DAD0E0
(218,208,224)
#DED5E3
(222,213,227)
#E2DAE6
(226,218,230)
#E6DFE9
(230,223,233)
#EAE4EC
(234,228,236)
#EEE9EF
(238,233,239)
#F2EEF2
(242,238,242)
#F6F3F5
(246,243,245)
#FAF8F8
(250,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2C6DA; }

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

This text font color is #D2C6DA.

Background Color

.myBgColor { background-color: #D2C6DA; }

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

This div background color is #D2C6DA.

Border color

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

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

This div border color is #D2C6DA.

Opacity

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

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

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

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

This text has shadow with #D2C6DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2C6DA.

Preview

Color preview on black background

This text has color #D2C6DA on black background.


Color preview on white background

This text has color #D2C6DA on white background.


Black color preview on #D2C6DA background

This text has black color on #D2C6DA background.


White color preview on #D2C6DA background

This text has white color on #D2C6DA background.


Related colors

Complementary color

Complementary color for #hex is #2D3925.


I love getcolorcode.com

Triadic colors

1 #DAD2C6 and #C6DAD2 with #D2C6DA are triadic colors.

2 #DAC6D2 and #C6D2DA with #D2C6DA are triadic colors.