COLOR #D2C6DD

HEX: #D2C6DD
RGB: (210,198,221)

Color info

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

RGB color model

#D2C6DD color RGB value is (210,198,221).

  • red value is 210;
  • green value is 198;
  • blue value is 221.
RGB:
(210,198,221)
(82%,78%,87%)

RGB channels and saturation

R 210 of 255 = 82%
G 198 of 255 = 78%
B 221 of 255 = 87%

210
198
221

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

Portions of RGB colors in percentages

R + G + B =
210 + 198 + 221 = 629 (100%)
R 210 of 629 ~ 33.39%
G 198 of 629 ~ 31.48%
B 221 of 629 ~ 35.14%

%33.39
%31.48
%35.14

CMYK color model

#D2C6DD color CMYK value is (5,10,0,13).

  • cyan value is 4.98%
  • magenta value is 10.41%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(5,10,0,13)
C5M10Y0K13 
(5%,10%,0%,13%)
(0.05/0.10/0.00/0.13)	

CMYK percentages

%4.98
%10.41
%0
%13.33

Codes

Color #D2C6DD in popluar color models

D2C6DD
RGB210198221
HSL271°25.27%82.16%
HSB/HSV271°10.41%86.67%
CMYK4.98%10.41%0.00%
13.33%

Color #D2C6DD in popluar number systems.

HEXD2C6DD
Decimal210198221
Binary110100101100011011011101
Octal322306335

Shades and tints

Shades of #D2C6DD

#D2C6DD
(210,198,221)
#BFB4C9
(191,180,201)
#ACA2B5
(172,162,181)
#9990A1
(153,144,161)
#867E8D
(134,126,141)
#736C79
(115,108,121)
#605A65
(96,90,101)
#4D4851
(77,72,81)
#3A363D
(58,54,61)
#272429
(39,36,41)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #D2C6DD

#D2C6DD
(210,198,221)
#D6CBE0
(214,203,224)
#DAD0E3
(218,208,227)
#DED5E6
(222,213,230)
#E2DAE9
(226,218,233)
#E6DFEC
(230,223,236)
#EAE4EF
(234,228,239)
#EEE9F2
(238,233,242)
#F2EEF5
(242,238,245)
#F6F3F8
(246,243,248)
#FAF8FB
(250,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2C6DD; }

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

This text font color is #D2C6DD.


Background Color

.myBgColor { background-color: #D2C6DD; }

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

This div background color is #D2C6DD.


Border color

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

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

This div border color is #D2C6DD.


Opacity

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

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

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

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

This text has shadow with #D2C6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C6DD on black background.


Color preview on white background

This text has color #D2C6DD on white background.



Black color preview on #D2C6DD background

This text has black color on #D2C6DD background.


White color preview on #D2C6DD background

This text has white color on #D2C6DD background.