COLOR #D2C6DB

HEX: #D2C6DB RGB: (210,198,219)

Color info

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

RGB color model

#D2C6DB color RGB value is (210,198,219).

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

RGB channels and saturation

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

210
198
219

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

Portions of RGB colors in percentages

R + G + B = 210 + 198 + 219 = 627 (100%)
R 210 of 627 ~ 33.49%
G 198 of 627 ~ 31.58%
B 219 of 627 ~ 34.93'%

%33.49
%31.58
%34.93

CMYK color model

#D2C6DB color CMYK value is (4,10,0,14).

  • cyan value is 4.11%
  • magenta value is 9.59%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (4,10,0,14)
C4M10Y0K14 (4%, 10%, 0%, 14%)
(0.04 / 0.10 / 0.00 / 0.14)

CMYK percentages

%4.11
%9.59
%0
%14.12

Codes

Color #D2C6DB in popluar color models

D2 C6 DB
RGB 210 198 219
HSL 274° 22.58% 81.76%
HSB/HSV 274° 9.59% 85.88%
CMYK 4.11% 9.59% 0.00%
14.12%

Color #D2C6DB in popluar number systems.

HEX D2 C6 DB
Decimal 210 198 219
Binary 11010010 11000110 11011011
Octal 322 306 333

Shades and tints

Shades of #D2C6DB

#D2C6DB
(210,198,219)
#BFB4C8
(191,180,200)
#ACA2B5
(172,162,181)
#9990A2
(153,144,162)
#867E8F
(134,126,143)
#736C7C
(115,108,124)
#605A69
(96,90,105)
#4D4856
(77,72,86)
#3A3643
(58,54,67)
#272430
(39,36,48)
#14121D
(20,18,29)
#000000
(0,0,0)

Tints of #D2C6DB

#D2C6DB
(210,198,219)
#D6CBDE
(214,203,222)
#DAD0E1
(218,208,225)
#DED5E4
(222,213,228)
#E2DAE7
(226,218,231)
#E6DFEA
(230,223,234)
#EAE4ED
(234,228,237)
#EEE9F0
(238,233,240)
#F2EEF3
(242,238,243)
#F6F3F6
(246,243,246)
#FAF8F9
(250,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2C6DB; }

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

This text font color is #D2C6DB.

Background Color

.myBgColor { background-color: #D2C6DB; }

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

This div background color is #D2C6DB.

Border color

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

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

This div border color is #D2C6DB.

Opacity

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

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

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

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

This text has shadow with #D2C6DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2C6DB.

Preview

Color preview on black background

This text has color #D2C6DB on black background.


Color preview on white background

This text has color #D2C6DB on white background.


Black color preview on #D2C6DB background

This text has black color on #D2C6DB background.


White color preview on #D2C6DB background

This text has white color on #D2C6DB background.


Related colors

Complementary color

Complementary color for #hex is #2D3924.


I love getcolorcode.com

Triadic colors

1 #DBD2C6 and #C6DBD2 with #D2C6DB are triadic colors.

2 #DBC6D2 and #C6D2DB with #D2C6DB are triadic colors.