COLOR #D9C4DD

HEX: #D9C4DD RGB: (217,196,221)

Color info

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

RGB color model

#D9C4DD color RGB value is (217,196,221).

RGB: (217,196,221) (85%, 77%, 87%)

RGB channels and saturation

R 217 of 255 = 85%
G 196 of 255 = 77%
B 221 of 255 = 87%

217
196
221

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

Portions of RGB colors in percentages

R + G + B = 217 + 196 + 221 = 634 (100%)
R 217 of 634 ~ 34.23%
G 196 of 634 ~ 30.91%
B 221 of 634 ~ 34.86'%

%34.23
%30.91
%34.86

CMYK color model

#D9C4DD color CMYK value is (2,11,0,13).

  • cyan value is 1.81%
  • magenta value is 11.31%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (2,11,0,13) C2M11Y0K13 (2%,11%,0%,13%) (0.02/0.11/0.00/0.13) 

CMYK percentages

%1.81
%11.31
%0
%13.33

Codes

Color #D9C4DD in popluar color models

D9 C4 DD
RGB 217 196 221
HSL 290° 26.88% 81.76%
HSB/HSV 290° 11.31% 86.67%
CMYK 1.81% 11.31% 0.00%
13.33%

Color #D9C4DD in popluar number systems.

HEX D9 C4 DD
Decimal 217 196 221
Binary 11011001 11000100 11011101
Octal 331 304 335

Shades and tints

Shades of #D9C4DD

#D9C4DD
(217,196,221)
#C6B3C9
(198,179,201)
#B3A2B5
(179,162,181)
#A091A1
(160,145,161)
#8D808D
(141,128,141)
#7A6F79
(122,111,121)
#675E65
(103,94,101)
#544D51
(84,77,81)
#413C3D
(65,60,61)
#2E2B29
(46,43,41)
#1B1A15
(27,26,21)
#000000
(0,0,0)

Tints of #D9C4DD

#D9C4DD
(217,196,221)
#DCC9E0
(220,201,224)
#DFCEE3
(223,206,227)
#E2D3E6
(226,211,230)
#E5D8E9
(229,216,233)
#E8DDEC
(232,221,236)
#EBE2EF
(235,226,239)
#EEE7F2
(238,231,242)
#F1ECF5
(241,236,245)
#F4F1F8
(244,241,248)
#F7F6FB
(247,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C4DD color. Also use rgb(217,196,221) instead hex code.

Text Font Color

.myTextColor { color: #D9C4DD; }

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

This text font color is #D9C4DD.

Background Color

.myBgColor { background-color: #D9C4DD; }

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

This div background color is #D9C4DD.

Border color

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

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

This div border color is #D9C4DD.

Opacity

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

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

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

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

This text has shadow with #D9C4DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9C4DD.

Preview

Color preview on black background

This text has color #D9C4DD on black background.


Color preview on white background

This text has color #D9C4DD on white background.


Black color preview on #D9C4DD background

This text has black color on #D9C4DD background.


White color preview on #D9C4DD background

This text has white color on #D9C4DD background.


Related colors

Complementary color

Complementary color for #hex is #263B22.


I love getcolorcode.com

Triadic colors

1 #DDD9C4 and #C4DDD9 with #D9C4DD are triadic colors.

2 #DDC4D9 and #C4D9DD with #D9C4DD are triadic colors.