Shades of Plum #D8AEDE
Tints of Plum #D8AEDE
RGB
CMYK
RGB Variations
Color information
#D8AEDE (or 0xD8AEDE) is known color: Plum. HEX triplet: D8, AE and DE. RGB value is (216,174,222). Sum of RGB (Red+Green+Blue) = 216+174+222=612 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.29% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 222 - color contains mainly: blue. Hex color #D8AEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AEDE is #275121. Grayscale: #BFBFBF. Windows color (decimal): -2576674 or 14593752. OLE color: 14593752.
HSL color Cylindrical-coordinate representation of color #D8AEDE: hue angle of 292.5º degrees, saturation: 0.42, 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 #D8AEDE is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 174 | 222 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.13 |
| HSL | 292.5º | 0.42% | 0.78% | - |
| HSV(B) | 292.5º | 0.22% | 0.87% | - |
| XYZ | 56.64 | 50.14 | 75.8 | - |
| YUV | 192.03 | 144.91 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 174 | 222 | 0.03 | 0.22 | 0 | 0.13 | 292.5 | 0.42 | 0.78 |
| Hex | D8 | AE | DE | 3 | 16 | 0 | D | 124 | 2A | 4E |
| Octal | 330 | 256 | 336 | 3 | 26 | 0 | 15 | 444 | 52 | 116 |
| Binary | 11011000 | 10101110 | 11011110 | 11 | 10110 | 0 | 1101 | 100100100 | 101010 | 1001110 |
Color Harmonies of #D8AEDE
Complementary color
Monochromatic Colors of #D8AEDE
Black with #D8AEDE
Text Example
Text Example
White with #D8AEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AEDE; }
p { color: rgb(216,174,222); }
H1.HeaderClassName
{
color: #D8AEDE;
}
.AnyTagClassName
{
color: #D8AEDE;
}
</style>
background-color css
<style>
a { background-color: #D8AEDE; }
a { background-color: rgb(216,174,222); }
div.DivClassName
{
background-color: #D8AEDE;
}
.BgClassName
{
background-color: #D8AEDE;
}
</style>
border-color css
<style>
span { border-color: #D8AEDE; }
span { border-color: rgb(216,174,222); }
td.TdClassName
{
border-color: #D8AEDE;
}
.TagClassName
{
border-color: #D8AEDE;
}
</style>