HEX: #D4ADD8
RGB: (212,173,216)
#D4ADD8 contains red, green and blue colors in about the same proportion. Web safe color of #D4ADD8 is #CC99CC (or #C9C).
#D4ADD8 color RGB value is (212,173,216).
RGB: (212,173,216)
(83%, 68%, 85%)
R 212 of 255 = 83%
G 173 of 255 = 68%
B 216 of 255 = 85%
R + G + B ~ 79%. #D4ADD8 is quite light color.
R + G + B = 212 + 173 + 216 = 601 (100%)
R 212 of 601 ~ 35.27%
G 173 of 601 ~ 28.79%
B 216 of 601 ~ 35.94'%
#D4ADD8 color CMYK value is (2,20,0,15).
CMYK: (2,20,0,15) C2M20Y0K15 (2%,20%,0%,15%) (0.02/0.20/0.00/0.15)
Color #D4ADD8 in popluar color models
D4 | AD | D8 | |
---|---|---|---|
RGB | 212 | 173 | 216 |
HSL | 294° | 35.54% | 76.27% |
HSB/HSV | 294° | 19.91% | 84.71% |
CMYK | 1.85% | 19.91% | 0.00% |
15.29% |
Color #D4ADD8 in popluar number systems.
HEX | D4 | AD | D8 |
Decimal | 212 | 173 | 216 |
Binary | 11010100 | 10101101 | 11011000 |
Octal | 324 | 255 | 330 |
Shades of #D4ADD8
Tints of #D4ADD8
Examples of css and html codes for elements with #D4ADD8 color. Also use rgb(212,173,216) instead hex code.
.myTextColor { color: #D4ADD8; }
<p style="color:#D4ADD8">This sample text font color is #D4ADD8.</p>
This text font color is #D4ADD8.
.myBgColor { background-color: #D4ADD8; }
<div style="background-color:#D4ADD8">Inner text</div>
This div background color is #D4ADD8.
.myBorderColor { border: 1px solid #D4ADD8; }
<div style="border:3px solid #D4ADD8">Div</div>
This div border color is #D4ADD8.
.myOpacity80 { color: #D4ADD8; opacity: 0.8; }
<p style="color:#D4ADD8;opacity:0.8;">80%</p>
Text with #D4ADD8 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D4ADD8;}
<p style="text-shadow: 3px 3px 1px #D4ADD8">Text here.</p>
This text has shadow with #D4ADD8 color.
.textShadow {text-shadow: 3px 3px 1px #D4ADD8', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D4ADD8, 5px 5px 20px red">Text here.</p>
This text has shadow with #D4ADD8 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D4ADD8, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D4ADD8, Direction=45, Strength=4)">Text</p>
This text has shadow with #D4ADD8 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D4ADD8;
-webkit-box-shadow: 1px 1px 3px 2px #D4ADD8;
box-shadow: 1px 1px 3px 2px #D4ADD8;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D4ADD8; -webkit-box-shadow: 1px 1px 3px 2px #D4ADD8; box-shadow:1px 1px 3px 2px #D4ADD8;">
Div content here
</div>
This text has color #D4ADD8 on black background.
This text has color #D4ADD8 on white background.
This text has black color on #D4ADD8 background.
This text has white color on #D4ADD8 background.
Complementary color for #hex is #2B5227.