Shades of Plum #D6ADDE
Tints of Plum #D6ADDE
RGB
CMYK
RGB Variations
Color information
#D6ADDE (or 0xD6ADDE) is known color: Plum. HEX triplet: D6, AD and DE. RGB value is (214,173,222). Sum of RGB (Red+Green+Blue) = 214+173+222=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 222 - color contains mainly: blue. Hex color #D6ADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ADDE is #295221. Grayscale: #BEBEBE. Windows color (decimal): -2708002 or 14593494. OLE color: 14593494.
HSL color Cylindrical-coordinate representation of color #D6ADDE: hue angle of 290.2º degrees, saturation: 0.43, 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 #D6ADDE is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 173 | 222 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.13 |
| HSL | 290.2º | 0.43% | 0.77% | - |
| HSV(B) | 290.2º | 0.22% | 0.87% | - |
| XYZ | 55.86 | 49.46 | 75.71 | - |
| YUV | 190.85 | 145.58 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 222 | 0.04 | 0.22 | 0 | 0.13 | 290.2 | 0.43 | 0.77 |
| Hex | D6 | AD | DE | 4 | 16 | 0 | D | 122 | 2B | 4D |
| Octal | 326 | 255 | 336 | 4 | 26 | 0 | 15 | 442 | 53 | 115 |
| Binary | 11010110 | 10101101 | 11011110 | 100 | 10110 | 0 | 1101 | 100100010 | 101011 | 1001101 |
Color Harmonies of #D6ADDE
Complementary color
Monochromatic Colors of #D6ADDE
Black with #D6ADDE
Text Example
Text Example
White with #D6ADDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ADDE; }
p { color: rgb(214,173,222); }
H1.HeaderClassName
{
color: #D6ADDE;
}
.AnyTagClassName
{
color: #D6ADDE;
}
</style>
background-color css
<style>
a { background-color: #D6ADDE; }
a { background-color: rgb(214,173,222); }
div.DivClassName
{
background-color: #D6ADDE;
}
.BgClassName
{
background-color: #D6ADDE;
}
</style>
border-color css
<style>
span { border-color: #D6ADDE; }
span { border-color: rgb(214,173,222); }
td.TdClassName
{
border-color: #D6ADDE;
}
.TagClassName
{
border-color: #D6ADDE;
}
</style>