HEX: #D9C4DD
RGB: (217,196,221)
#D9C4DD contains red, green and blue colors in about the same proportion. Web safe color of #D9C4DD is #CCCCCC (or #CCC).
#D9C4DD color RGB value is (217,196,221).
RGB: (217,196,221)
(85%, 77%, 87%)
R 217 of 255 = 85%
G 196 of 255 = 77%
B 221 of 255 = 87%
R + G + B ~ 83%. #D9C4DD is quite light color.
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'%
#D9C4DD color CMYK value is (2,11,0,13).
CMYK: (2,11,0,13) C2M11Y0K13 (2%,11%,0%,13%) (0.02/0.11/0.00/0.13)
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 of #D9C4DD
Tints of #D9C4DD
Examples of css and html codes for elements with #D9C4DD color. Also use rgb(217,196,221) instead hex code.
.myTextColor { color: #D9C4DD; }
<p style="color:#D9C4DD">This sample text font color is #D9C4DD.</p>
This text font color is #D9C4DD.
.myBgColor { background-color: #D9C4DD; }
<div style="background-color:#D9C4DD">Inner text</div>
This div background color is #D9C4DD.
.myBorderColor { border: 1px solid #D9C4DD; }
<div style="border:3px solid #D9C4DD">Div</div>
This div border color is #D9C4DD.
.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%.
.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.
/* 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 text has color #D9C4DD on black background.
This text has color #D9C4DD on white background.
This text has black color on #D9C4DD background.
This text has white color on #D9C4DD background.
Complementary color for #hex is #263B22.