Shades of Plum #D8AEDB
Tints of Plum #D8AEDB
RGB
CMYK
RGB Variations
Color information
#D8AEDB (or 0xD8AEDB) is known color: Plum. HEX triplet: D8, AE and DB. RGB value is (216,174,219). Sum of RGB (Red+Green+Blue) = 216+174+219=609 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.47% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8AEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AEDB is #275124. Grayscale: #BFBFBF. Windows color (decimal): -2576677 or 14397144. OLE color: 14397144.
HSL color Cylindrical-coordinate representation of color #D8AEDB: hue angle of 296º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8AEDB is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 174 | 219 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.14 |
| HSL | 296º | 0.38% | 0.77% | - |
| HSV(B) | 296º | 0.21% | 0.86% | - |
| XYZ | 56.24 | 49.99 | 73.7 | - |
| YUV | 191.69 | 143.41 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 174 | 219 | 0.01 | 0.21 | 0 | 0.14 | 296 | 0.38 | 0.77 |
| Hex | D8 | AE | DB | 1 | 15 | 0 | E | 128 | 26 | 4D |
| Octal | 330 | 256 | 333 | 1 | 25 | 0 | 16 | 450 | 46 | 115 |
| Binary | 11011000 | 10101110 | 11011011 | 1 | 10101 | 0 | 1110 | 100101000 | 100110 | 1001101 |
Color Harmonies of #D8AEDB
Complementary color
Monochromatic Colors of #D8AEDB
Black with #D8AEDB
Text Example
Text Example
White with #D8AEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AEDB; }
p { color: rgb(216,174,219); }
H1.HeaderClassName
{
color: #D8AEDB;
}
.AnyTagClassName
{
color: #D8AEDB;
}
</style>
background-color css
<style>
a { background-color: #D8AEDB; }
a { background-color: rgb(216,174,219); }
div.DivClassName
{
background-color: #D8AEDB;
}
.BgClassName
{
background-color: #D8AEDB;
}
</style>
border-color css
<style>
span { border-color: #D8AEDB; }
span { border-color: rgb(216,174,219); }
td.TdClassName
{
border-color: #D8AEDB;
}
.TagClassName
{
border-color: #D8AEDB;
}
</style>