COLOR #D9C3DA

HEX: #D9C3DA RGB: (217,195,218)

Color info

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

RGB color model

#D9C3DA color RGB value is (217,195,218).

RGB: (217,195,218) (85%, 76%, 85%)

RGB channels and saturation

R 217 of 255 = 85%
G 195 of 255 = 76%
B 218 of 255 = 85%

217
195
218

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

Portions of RGB colors in percentages

R + G + B = 217 + 195 + 218 = 630 (100%)
R 217 of 630 ~ 34.44%
G 195 of 630 ~ 30.95%
B 218 of 630 ~ 34.6'%

%34.44
%30.95
%34.6

CMYK color model

#D9C3DA color CMYK value is (0,11,0,15).

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

CMYK: (0,11,0,15)
C0M11Y0K15 (0%, 11%, 0%, 15%)
(0.00 / 0.11 / 0.00 / 0.15)

CMYK percentages

%0.46
%10.55
%0
%14.51

Codes

Color #D9C3DA in popluar color models

D9 C3 DA
RGB 217 195 218
HSL 297° 23.71% 80.98%
HSB/HSV 297° 10.55% 85.49%
CMYK 0.46% 10.55% 0.00%
14.51%

Color #D9C3DA in popluar number systems.

HEX D9 C3 DA
Decimal 217 195 218
Binary 11011001 11000011 11011010
Octal 331 303 332

Shades and tints

Shades of #D9C3DA

#D9C3DA
(217,195,218)
#C6B2C7
(198,178,199)
#B3A1B4
(179,161,180)
#A090A1
(160,144,161)
#8D7F8E
(141,127,142)
#7A6E7B
(122,110,123)
#675D68
(103,93,104)
#544C55
(84,76,85)
#413B42
(65,59,66)
#2E2A2F
(46,42,47)
#1B191C
(27,25,28)
#000000
(0,0,0)

Tints of #D9C3DA

#D9C3DA
(217,195,218)
#DCC8DD
(220,200,221)
#DFCDE0
(223,205,224)
#E2D2E3
(226,210,227)
#E5D7E6
(229,215,230)
#E8DCE9
(232,220,233)
#EBE1EC
(235,225,236)
#EEE6EF
(238,230,239)
#F1EBF2
(241,235,242)
#F4F0F5
(244,240,245)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9C3DA; }

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

This text font color is #D9C3DA.

Background Color

.myBgColor { background-color: #D9C3DA; }

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

This div background color is #D9C3DA.

Border color

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

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

This div border color is #D9C3DA.

Opacity

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

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

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

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

This text has shadow with #D9C3DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9C3DA.

Preview

Color preview on black background

This text has color #D9C3DA on black background.


Color preview on white background

This text has color #D9C3DA on white background.


Black color preview on #D9C3DA background

This text has black color on #D9C3DA background.


White color preview on #D9C3DA background

This text has white color on #D9C3DA background.


Related colors

Complementary color

Complementary color for #hex is #263C25.


I love getcolorcode.com

Triadic colors

1 #DAD9C3 and #C3DAD9 with #D9C3DA are triadic colors.

2 #DAC3D9 and #C3D9DA with #D9C3DA are triadic colors.