COLOR #D9C4DE

HEX: #D9C4DE RGB: (217,196,222)

Color info

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

RGB color model

#D9C4DE color RGB value is (217,196,222).

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

RGB channels and saturation

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

217
196
222

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

Portions of RGB colors in percentages

R + G + B = 217 + 196 + 222 = 635 (100%)
R 217 of 635 ~ 34.17%
G 196 of 635 ~ 30.87%
B 222 of 635 ~ 34.96'%

%34.17
%30.87
%34.96

CMYK color model

#D9C4DE color CMYK value is (2,12,0,13).

  • cyan value is 2.25%
  • magenta value is 11.71%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (2,12,0,13)
C2M12Y0K13 (2%, 12%, 0%, 13%)
(0.02 / 0.12 / 0.00 / 0.13)

CMYK percentages

%2.25
%11.71
%0
%12.94

Codes

Color #D9C4DE in popluar color models

D9 C4 DE
RGB 217 196 222
HSL 288° 28.26% 81.96%
HSB/HSV 288° 11.71% 87.06%
CMYK 2.25% 11.71% 0.00%
12.94%

Color #D9C4DE in popluar number systems.

HEX D9 C4 DE
Decimal 217 196 222
Binary 11011001 11000100 11011110
Octal 331 304 336

Shades and tints

Shades of #D9C4DE

#D9C4DE
(217,196,222)
#C6B3CA
(198,179,202)
#B3A2B6
(179,162,182)
#A091A2
(160,145,162)
#8D808E
(141,128,142)
#7A6F7A
(122,111,122)
#675E66
(103,94,102)
#544D52
(84,77,82)
#413C3E
(65,60,62)
#2E2B2A
(46,43,42)
#1B1A16
(27,26,22)
#000000
(0,0,0)

Tints of #D9C4DE

#D9C4DE
(217,196,222)
#DCC9E1
(220,201,225)
#DFCEE4
(223,206,228)
#E2D3E7
(226,211,231)
#E5D8EA
(229,216,234)
#E8DDED
(232,221,237)
#EBE2F0
(235,226,240)
#EEE7F3
(238,231,243)
#F1ECF6
(241,236,246)
#F4F1F9
(244,241,249)
#F7F6FC
(247,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9C4DE; }

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

This text font color is #D9C4DE.

Background Color

.myBgColor { background-color: #D9C4DE; }

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

This div background color is #D9C4DE.

Border color

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

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

This div border color is #D9C4DE.

Opacity

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

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

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

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

This text has shadow with #D9C4DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9C4DE.

Preview

Color preview on black background

This text has color #D9C4DE on black background.


Color preview on white background

This text has color #D9C4DE on white background.


Black color preview on #D9C4DE background

This text has black color on #D9C4DE background.


White color preview on #D9C4DE background

This text has white color on #D9C4DE background.


Related colors

Complementary color

Complementary color for #hex is #263B21.


I love getcolorcode.com

Triadic colors

1 #DED9C4 and #C4DED9 with #D9C4DE are triadic colors.

2 #DEC4D9 and #C4D9DE with #D9C4DE are triadic colors.