COLOR #D6CDD2

HEX: #D6CDD2
RGB: (214,205,210)

Color info

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

RGB color model

#D6CDD2 color RGB value is (214,205,210).

  • red value is 214;
  • green value is 205;
  • blue value is 210.
RGB:
(214,205,210)
(84%,80%,82%)

RGB channels and saturation

R 214 of 255 = 84%
G 205 of 255 = 80%
B 210 of 255 = 82%

214
205
210

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

Portions of RGB colors in percentages

R + G + B =
214 + 205 + 210 = 629 (100%)
R 214 of 629 ~ 34.02%
G 205 of 629 ~ 32.59%
B 210 of 629 ~ 33.39%

%34.02
%32.59
%33.39

CMYK color model

#D6CDD2 color CMYK value is (0,4,2,16).

  • cyan value is 0.00%
  • magenta value is 4.21%
  • yellow value is 1.87%
  • key color value is 16.08%
CMYK:
(0,4,2,16)
C0M4Y2K16 
(0%,4%,2%,16%)
(0.00/0.04/0.02/0.16)	

CMYK percentages

%0
%4.21
%1.87
%16.08

Codes

Color #D6CDD2 in popluar color models

D6CDD2
RGB214205210
HSL327°9.89%82.16%
HSB/HSV327°4.21%83.92%
CMYK0.00%4.21%1.87%
16.08%

Color #D6CDD2 in popluar number systems.

HEXD6CDD2
Decimal214205210
Binary110101101100110111010010
Octal326315322

Shades and tints

Shades of #D6CDD2

#D6CDD2
(214,205,210)
#C3BBBF
(195,187,191)
#B0A9AC
(176,169,172)
#9D9799
(157,151,153)
#8A8586
(138,133,134)
#777373
(119,115,115)
#646160
(100,97,96)
#514F4D
(81,79,77)
#3E3D3A
(62,61,58)
#2B2B27
(43,43,39)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #D6CDD2

#D6CDD2
(214,205,210)
#D9D1D6
(217,209,214)
#DCD5DA
(220,213,218)
#DFD9DE
(223,217,222)
#E2DDE2
(226,221,226)
#E5E1E6
(229,225,230)
#E8E5EA
(232,229,234)
#EBE9EE
(235,233,238)
#EEEDF2
(238,237,242)
#F1F1F6
(241,241,246)
#F4F5FA
(244,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6CDD2 color. Also use rgb(214,205,210) instead hex code.

Text Font Color

.myTextColor { color: #D6CDD2; }

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

This text font color is #D6CDD2.


Background Color

.myBgColor { background-color: #D6CDD2; }

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

This div background color is #D6CDD2.


Border color

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

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

This div border color is #D6CDD2.


Opacity

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

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

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

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

This text has shadow with #D6CDD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6CDD2 on black background.


Color preview on white background

This text has color #D6CDD2 on white background.



Black color preview on #D6CDD2 background

This text has black color on #D6CDD2 background.


White color preview on #D6CDD2 background

This text has white color on #D6CDD2 background.