Shades of Plum #D6ADDD
Tints of Plum #D6ADDD
RGB
CMYK
RGB Variations
Color information
#D6ADDD (or 0xD6ADDD) is known color: Plum. HEX triplet: D6, AD and DD. RGB value is (214,173,221). Sum of RGB (Red+Green+Blue) = 214+173+221=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #D6ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ADDD is #295222. Grayscale: #BEBEBE. Windows color (decimal): -2708003 or 14527958. OLE color: 14527958.
HSL color Cylindrical-coordinate representation of color #D6ADDD: hue angle of 291.25º 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 #D6ADDD is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 173 | 221 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.13 |
| HSL | 291.25º | 0.41% | 0.77% | - |
| HSV(B) | 291.25º | 0.22% | 0.87% | - |
| XYZ | 55.73 | 49.4 | 75.01 | - |
| YUV | 190.73 | 145.08 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 221 | 0.03 | 0.22 | 0 | 0.13 | 291.25 | 0.41 | 0.77 |
| Hex | D6 | AD | DD | 3 | 16 | 0 | D | 123 | 29 | 4D |
| Octal | 326 | 255 | 335 | 3 | 26 | 0 | 15 | 443 | 51 | 115 |
| Binary | 11010110 | 10101101 | 11011101 | 11 | 10110 | 0 | 1101 | 100100011 | 101001 | 1001101 |
Color Harmonies of #D6ADDD
Complementary color
Monochromatic Colors of #D6ADDD
Black with #D6ADDD
Text Example
Text Example
White with #D6ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ADDD; }
p { color: rgb(214,173,221); }
H1.HeaderClassName
{
color: #D6ADDD;
}
.AnyTagClassName
{
color: #D6ADDD;
}
</style>
background-color css
<style>
a { background-color: #D6ADDD; }
a { background-color: rgb(214,173,221); }
div.DivClassName
{
background-color: #D6ADDD;
}
.BgClassName
{
background-color: #D6ADDD;
}
</style>
border-color css
<style>
span { border-color: #D6ADDD; }
span { border-color: rgb(214,173,221); }
td.TdClassName
{
border-color: #D6ADDD;
}
.TagClassName
{
border-color: #D6ADDD;
}
</style>