COLOR #D9C4DB

HEX: #D9C4DB RGB: (217,196,219)

Color info

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

RGB color model

#D9C4DB color RGB value is (217,196,219).

RGB: (217,196,219) (85%, 77%, 86%)

RGB channels and saturation

R 217 of 255 = 85%
G 196 of 255 = 77%
B 219 of 255 = 86%

217
196
219

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

Portions of RGB colors in percentages

R + G + B = 217 + 196 + 219 = 632 (100%)
R 217 of 632 ~ 34.34%
G 196 of 632 ~ 31.01%
B 219 of 632 ~ 34.65'%

%34.34
%31.01
%34.65

CMYK color model

#D9C4DB color CMYK value is (1,11,0,14).

  • cyan value is 0.91%
  • magenta value is 10.50%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (1,11,0,14)
C1M11Y0K14 (1%, 11%, 0%, 14%)
(0.01 / 0.11 / 0.00 / 0.14)

CMYK percentages

%0.91
%10.5
%0
%14.12

Codes

Color #D9C4DB in popluar color models

D9 C4 DB
RGB 217 196 219
HSL 295° 24.21% 81.37%
HSB/HSV 295° 10.50% 85.88%
CMYK 0.91% 10.50% 0.00%
14.12%

Color #D9C4DB in popluar number systems.

HEX D9 C4 DB
Decimal 217 196 219
Binary 11011001 11000100 11011011
Octal 331 304 333

Shades and tints

Shades of #D9C4DB

#D9C4DB
(217,196,219)
#C6B3C8
(198,179,200)
#B3A2B5
(179,162,181)
#A091A2
(160,145,162)
#8D808F
(141,128,143)
#7A6F7C
(122,111,124)
#675E69
(103,94,105)
#544D56
(84,77,86)
#413C43
(65,60,67)
#2E2B30
(46,43,48)
#1B1A1D
(27,26,29)
#000000
(0,0,0)

Tints of #D9C4DB

#D9C4DB
(217,196,219)
#DCC9DE
(220,201,222)
#DFCEE1
(223,206,225)
#E2D3E4
(226,211,228)
#E5D8E7
(229,216,231)
#E8DDEA
(232,221,234)
#EBE2ED
(235,226,237)
#EEE7F0
(238,231,240)
#F1ECF3
(241,236,243)
#F4F1F6
(244,241,246)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9C4DB; }

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

This text font color is #D9C4DB.

Background Color

.myBgColor { background-color: #D9C4DB; }

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

This div background color is #D9C4DB.

Border color

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

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

This div border color is #D9C4DB.

Opacity

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

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

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

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

This text has shadow with #D9C4DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9C4DB.

Preview

Color preview on black background

This text has color #D9C4DB on black background.


Color preview on white background

This text has color #D9C4DB on white background.


Black color preview on #D9C4DB background

This text has black color on #D9C4DB background.


White color preview on #D9C4DB background

This text has white color on #D9C4DB background.


Related colors

Complementary color

Complementary color for #hex is #263B24.


I love getcolorcode.com

Triadic colors

1 #DBD9C4 and #C4DBD9 with #D9C4DB are triadic colors.

2 #DBC4D9 and #C4D9DB with #D9C4DB are triadic colors.