Shades of Plum #D8ADE3
Tints of Plum #D8ADE3
RGB
CMYK
RGB Variations
Color information
#D8ADE3 (or 0xD8ADE3) is known color: Plum. HEX triplet: D8, AD and E3. RGB value is (216,173,227). Sum of RGB (Red+Green+Blue) = 216+173+227=616 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.06% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 227 (89.06% from 255 or 36.85% from 616); Max value from RGB is 227 - color contains mainly: blue. Hex color #D8ADE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ADE3 is #27521C. Grayscale: #BFBFBF. Windows color (decimal): -2576925 or 14921176. OLE color: 14921176.
HSL color Cylindrical-coordinate representation of color #D8ADE3: hue angle of 287.78º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D8ADE3 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 173 | 227 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.11 |
| HSL | 287.78º | 0.49% | 0.78% | - |
| HSV(B) | 287.78º | 0.24% | 0.89% | - |
| XYZ | 57.13 | 50.03 | 79.32 | - |
| YUV | 192.01 | 147.75 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 173 | 227 | 0.05 | 0.24 | 0 | 0.11 | 287.78 | 0.49 | 0.78 |
| Hex | D8 | AD | E3 | 5 | 18 | 0 | B | 120 | 31 | 4E |
| Octal | 330 | 255 | 343 | 5 | 30 | 0 | 13 | 440 | 61 | 116 |
| Binary | 11011000 | 10101101 | 11100011 | 101 | 11000 | 0 | 1011 | 100100000 | 110001 | 1001110 |
Color Harmonies of #D8ADE3
Complementary color
Monochromatic Colors of #D8ADE3
Black with #D8ADE3
Text Example
Text Example
White with #D8ADE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ADE3; }
p { color: rgb(216,173,227); }
H1.HeaderClassName
{
color: #D8ADE3;
}
.AnyTagClassName
{
color: #D8ADE3;
}
</style>
background-color css
<style>
a { background-color: #D8ADE3; }
a { background-color: rgb(216,173,227); }
div.DivClassName
{
background-color: #D8ADE3;
}
.BgClassName
{
background-color: #D8ADE3;
}
</style>
border-color css
<style>
span { border-color: #D8ADE3; }
span { border-color: rgb(216,173,227); }
td.TdClassName
{
border-color: #D8ADE3;
}
.TagClassName
{
border-color: #D8ADE3;
}
</style>