Shades of Plum #D9ADDD
Tints of Plum #D9ADDD
RGB
CMYK
RGB Variations
Color information
#D9ADDD (or 0xD9ADDD) is known color: Plum. HEX triplet: D9, AD and DD. RGB value is (217,173,221). Sum of RGB (Red+Green+Blue) = 217+173+221=611 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.52% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: blue. Hex color #D9ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ADDD is #265222. Grayscale: #BFBFBF. Windows color (decimal): -2511395 or 14527961. OLE color: 14527961.
HSL color Cylindrical-coordinate representation of color #D9ADDD: hue angle of 295º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9ADDD is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 173 | 221 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.13 |
| HSL | 295º | 0.41% | 0.77% | - |
| HSV(B) | 295º | 0.22% | 0.87% | - |
| XYZ | 56.61 | 49.86 | 75.05 | - |
| YUV | 191.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 221 | 0.02 | 0.22 | 0 | 0.13 | 295 | 0.41 | 0.77 |
| Hex | D9 | AD | DD | 2 | 16 | 0 | D | 127 | 29 | 4D |
| Octal | 331 | 255 | 335 | 2 | 26 | 0 | 15 | 447 | 51 | 115 |
| Binary | 11011001 | 10101101 | 11011101 | 10 | 10110 | 0 | 1101 | 100100111 | 101001 | 1001101 |
Color Harmonies of #D9ADDD
Complementary color
Monochromatic Colors of #D9ADDD
Black with #D9ADDD
Text Example
Text Example
White with #D9ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ADDD; }
p { color: rgb(217,173,221); }
H1.HeaderClassName
{
color: #D9ADDD;
}
.AnyTagClassName
{
color: #D9ADDD;
}
</style>
background-color css
<style>
a { background-color: #D9ADDD; }
a { background-color: rgb(217,173,221); }
div.DivClassName
{
background-color: #D9ADDD;
}
.BgClassName
{
background-color: #D9ADDD;
}
</style>
border-color css
<style>
span { border-color: #D9ADDD; }
span { border-color: rgb(217,173,221); }
td.TdClassName
{
border-color: #D9ADDD;
}
.TagClassName
{
border-color: #D9ADDD;
}
</style>