Shades of Plum #DAADDC
Tints of Plum #DAADDC
RGB
CMYK
RGB Variations
Color information
#DAADDC (or 0xDAADDC) is known color: Plum. HEX triplet: DA, AD and DC. RGB value is (218,173,220). Sum of RGB (Red+Green+Blue) = 218+173+220=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADDC is #255223. Grayscale: #BFBFBF. Windows color (decimal): -2445860 or 14462426. OLE color: 14462426.
HSL color Cylindrical-coordinate representation of color #DAADDC: hue angle of 297.45º degrees, saturation: 0.4, 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 #DAADDC is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 173 | 220 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.14 |
| HSL | 297.45º | 0.4% | 0.77% | - |
| HSV(B) | 297.45º | 0.21% | 0.86% | - |
| XYZ | 56.78 | 49.96 | 74.36 | - |
| YUV | 191.81 | 143.91 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 220 | 0.01 | 0.21 | 0 | 0.14 | 297.45 | 0.4 | 0.77 |
| Hex | DA | AD | DC | 1 | 15 | 0 | E | 129 | 28 | 4D |
| Octal | 332 | 255 | 334 | 1 | 25 | 0 | 16 | 451 | 50 | 115 |
| Binary | 11011010 | 10101101 | 11011100 | 1 | 10101 | 0 | 1110 | 100101001 | 101000 | 1001101 |
Color Harmonies of #DAADDC
Complementary color
Monochromatic Colors of #DAADDC
Black with #DAADDC
Text Example
Text Example
White with #DAADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADDC; }
p { color: rgb(218,173,220); }
H1.HeaderClassName
{
color: #DAADDC;
}
.AnyTagClassName
{
color: #DAADDC;
}
</style>
background-color css
<style>
a { background-color: #DAADDC; }
a { background-color: rgb(218,173,220); }
div.DivClassName
{
background-color: #DAADDC;
}
.BgClassName
{
background-color: #DAADDC;
}
</style>
border-color css
<style>
span { border-color: #DAADDC; }
span { border-color: rgb(218,173,220); }
td.TdClassName
{
border-color: #DAADDC;
}
.TagClassName
{
border-color: #DAADDC;
}
</style>