Shades of Plum #D8ADDF
Tints of Plum #D8ADDF
RGB
CMYK
RGB Variations
Color information
#D8ADDF (or 0xD8ADDF) is known color: Plum. HEX triplet: D8, AD and DF. RGB value is (216,173,223). Sum of RGB (Red+Green+Blue) = 216+173+223=612 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.29% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 223 - color contains mainly: blue. Hex color #D8ADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ADDF is #275220. Grayscale: #BFBFBF. Windows color (decimal): -2576929 or 14659032. OLE color: 14659032.
HSL color Cylindrical-coordinate representation of color #D8ADDF: hue angle of 291.6º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8ADDF is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 173 | 223 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.13 |
| HSL | 291.6º | 0.44% | 0.78% | - |
| HSV(B) | 291.6º | 0.22% | 0.87% | - |
| XYZ | 56.58 | 49.81 | 76.44 | - |
| YUV | 191.56 | 145.75 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 173 | 223 | 0.03 | 0.22 | 0 | 0.13 | 291.6 | 0.44 | 0.78 |
| Hex | D8 | AD | DF | 3 | 16 | 0 | D | 124 | 2C | 4E |
| Octal | 330 | 255 | 337 | 3 | 26 | 0 | 15 | 444 | 54 | 116 |
| Binary | 11011000 | 10101101 | 11011111 | 11 | 10110 | 0 | 1101 | 100100100 | 101100 | 1001110 |
Color Harmonies of #D8ADDF
Complementary color
Monochromatic Colors of #D8ADDF
Black with #D8ADDF
Text Example
Text Example
White with #D8ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ADDF; }
p { color: rgb(216,173,223); }
H1.HeaderClassName
{
color: #D8ADDF;
}
.AnyTagClassName
{
color: #D8ADDF;
}
</style>
background-color css
<style>
a { background-color: #D8ADDF; }
a { background-color: rgb(216,173,223); }
div.DivClassName
{
background-color: #D8ADDF;
}
.BgClassName
{
background-color: #D8ADDF;
}
</style>
border-color css
<style>
span { border-color: #D8ADDF; }
span { border-color: rgb(216,173,223); }
td.TdClassName
{
border-color: #D8ADDF;
}
.TagClassName
{
border-color: #D8ADDF;
}
</style>