COLOR #D9C6DA

HEX: #D9C6DA RGB: (217,198,218)

Color info

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

RGB color model

#D9C6DA color RGB value is (217,198,218).

RGB: (217,198,218) (85%, 78%, 85%)

RGB channels and saturation

R 217 of 255 = 85%
G 198 of 255 = 78%
B 218 of 255 = 85%

217
198
218

R + G + B ~ 83%. #D9C6DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 198 + 218 = 633 (100%)
R 217 of 633 ~ 34.28%
G 198 of 633 ~ 31.28%
B 218 of 633 ~ 34.44'%

%34.28
%31.28
%34.44

CMYK color model

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

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

CMYK: (0,9,0,15)
C0M9Y0K15 (0%, 9%, 0%, 15%)
(0.00 / 0.09 / 0.00 / 0.15)

CMYK percentages

%0.46
%9.17
%0
%14.51

Codes

Color #D9C6DA in popluar color models

D9 C6 DA
RGB 217 198 218
HSL 297° 21.28% 81.57%
HSB/HSV 297° 9.17% 85.49%
CMYK 0.46% 9.17% 0.00%
14.51%

Color #D9C6DA in popluar number systems.

HEX D9 C6 DA
Decimal 217 198 218
Binary 11011001 11000110 11011010
Octal 331 306 332

Shades and tints

Shades of #D9C6DA

#D9C6DA
(217,198,218)
#C6B4C7
(198,180,199)
#B3A2B4
(179,162,180)
#A090A1
(160,144,161)
#8D7E8E
(141,126,142)
#7A6C7B
(122,108,123)
#675A68
(103,90,104)
#544855
(84,72,85)
#413642
(65,54,66)
#2E242F
(46,36,47)
#1B121C
(27,18,28)
#000000
(0,0,0)

Tints of #D9C6DA

#D9C6DA
(217,198,218)
#DCCBDD
(220,203,221)
#DFD0E0
(223,208,224)
#E2D5E3
(226,213,227)
#E5DAE6
(229,218,230)
#E8DFE9
(232,223,233)
#EBE4EC
(235,228,236)
#EEE9EF
(238,233,239)
#F1EEF2
(241,238,242)
#F4F3F5
(244,243,245)
#F7F8F8
(247,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9C6DA; }

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

This text font color is #D9C6DA.

Background Color

.myBgColor { background-color: #D9C6DA; }

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

This div background color is #D9C6DA.

Border color

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

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

This div border color is #D9C6DA.

Opacity

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

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

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

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

This text has shadow with #D9C6DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9C6DA.

Preview

Color preview on black background

This text has color #D9C6DA on black background.


Color preview on white background

This text has color #D9C6DA on white background.


Black color preview on #D9C6DA background

This text has black color on #D9C6DA background.


White color preview on #D9C6DA background

This text has white color on #D9C6DA background.


Related colors

Complementary color

Complementary color for #hex is #263925.


I love getcolorcode.com

Triadic colors

1 #DAD9C6 and #C6DAD9 with #D9C6DA are triadic colors.

2 #DAC6D9 and #C6D9DA with #D9C6DA are triadic colors.