COLOR #D6C3D5

HEX: #D6C3D5 RGB: (214,195,213)

Color info

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

RGB color model

#D6C3D5 color RGB value is (214,195,213).

RGB: (214,195,213) (84%, 76%, 84%)

RGB channels and saturation

R 214 of 255 = 84%
G 195 of 255 = 76%
B 213 of 255 = 84%

214
195
213

R + G + B ~ 81%. #D6C3D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 195 + 213 = 622 (100%)
R 214 of 622 ~ 34.41%
G 195 of 622 ~ 31.35%
B 213 of 622 ~ 34.24'%

%34.41
%31.35
%34.24

CMYK color model

#D6C3D5 color CMYK value is (0,9,0,16).

  • cyan value is 0.00%
  • magenta value is 8.88%
  • yellow value is 0.47%
  • key color value is 16.08%

CMYK: (0,9,0,16)
C0M9Y0K16 (0%, 9%, 0%, 16%)
(0.00 / 0.09 / 0.00 / 0.16)

CMYK percentages

%0
%8.88
%0.47
%16.08

Codes

Color #D6C3D5 in popluar color models

D6 C3 D5
RGB 214 195 213
HSL 303° 18.81% 80.20%
HSB/HSV 303° 8.88% 83.92%
CMYK 0.00% 8.88% 0.47%
16.08%

Color #D6C3D5 in popluar number systems.

HEX D6 C3 D5
Decimal 214 195 213
Binary 11010110 11000011 11010101
Octal 326 303 325

Shades and tints

Shades of #D6C3D5

#D6C3D5
(214,195,213)
#C3B2C2
(195,178,194)
#B0A1AF
(176,161,175)
#9D909C
(157,144,156)
#8A7F89
(138,127,137)
#776E76
(119,110,118)
#645D63
(100,93,99)
#514C50
(81,76,80)
#3E3B3D
(62,59,61)
#2B2A2A
(43,42,42)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #D6C3D5

#D6C3D5
(214,195,213)
#D9C8D8
(217,200,216)
#DCCDDB
(220,205,219)
#DFD2DE
(223,210,222)
#E2D7E1
(226,215,225)
#E5DCE4
(229,220,228)
#E8E1E7
(232,225,231)
#EBE6EA
(235,230,234)
#EEEBED
(238,235,237)
#F1F0F0
(241,240,240)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6C3D5 color. Also use rgb(214,195,213) instead hex code.

Text Font Color

.myTextColor { color: #D6C3D5; }

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

This text font color is #D6C3D5.

Background Color

.myBgColor { background-color: #D6C3D5; }

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

This div background color is #D6C3D5.

Border color

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

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

This div border color is #D6C3D5.

Opacity

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

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

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

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

This text has shadow with #D6C3D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6C3D5.

Preview

Color preview on black background

This text has color #D6C3D5 on black background.


Color preview on white background

This text has color #D6C3D5 on white background.


Black color preview on #D6C3D5 background

This text has black color on #D6C3D5 background.


White color preview on #D6C3D5 background

This text has white color on #D6C3D5 background.


Related colors

Complementary color

Complementary color for #hex is #293C2A.


I love getcolorcode.com

Triadic colors

1 #D5D6C3 and #C3D5D6 with #D6C3D5 are triadic colors.

2 #D5C3D6 and #C3D6D5 with #D6C3D5 are triadic colors.