Shades of Plum #DAACDE
Tints of Plum #DAACDE
RGB
CMYK
RGB Variations
Color information
#DAACDE (or 0xDAACDE) is known color: Plum. HEX triplet: DA, AC and DE. RGB value is (218,172,222). Sum of RGB (Red+Green+Blue) = 218+172+222=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 172 (67.58% from 255 or 28.10% 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 #DAACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACDE is #255321. Grayscale: #BFBFBF. Windows color (decimal): -2446114 or 14593242. OLE color: 14593242.
HSL color Cylindrical-coordinate representation of color #DAACDE: hue angle of 295.2º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAACDE is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 172 | 222 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.13 |
| HSL | 295.2º | 0.43% | 0.77% | - |
| HSV(B) | 295.2º | 0.23% | 0.87% | - |
| XYZ | 56.85 | 49.68 | 75.7 | - |
| YUV | 191.45 | 145.24 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 222 | 0.02 | 0.23 | 0 | 0.13 | 295.2 | 0.43 | 0.77 |
| Hex | DA | AC | DE | 2 | 17 | 0 | D | 127 | 2B | 4D |
| Octal | 332 | 254 | 336 | 2 | 27 | 0 | 15 | 447 | 53 | 115 |
| Binary | 11011010 | 10101100 | 11011110 | 10 | 10111 | 0 | 1101 | 100100111 | 101011 | 1001101 |
Color Harmonies of #DAACDE
Complementary color
Monochromatic Colors of #DAACDE
Black with #DAACDE
Text Example
Text Example
White with #DAACDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAACDE; }
p { color: rgb(218,172,222); }
H1.HeaderClassName
{
color: #DAACDE;
}
.AnyTagClassName
{
color: #DAACDE;
}
</style>
background-color css
<style>
a { background-color: #DAACDE; }
a { background-color: rgb(218,172,222); }
div.DivClassName
{
background-color: #DAACDE;
}
.BgClassName
{
background-color: #DAACDE;
}
</style>
border-color css
<style>
span { border-color: #DAACDE; }
span { border-color: rgb(218,172,222); }
td.TdClassName
{
border-color: #DAACDE;
}
.TagClassName
{
border-color: #DAACDE;
}
</style>