Shades of Plum #DAAEDB
Tints of Plum #DAAEDB
RGB
CMYK
RGB Variations
Color information
#DAAEDB (or 0xDAAEDB) is known color: Plum. HEX triplet: DA, AE and DB. RGB value is (218,174,219). Sum of RGB (Red+Green+Blue) = 218+174+219=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAAEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEDB is #255124. Grayscale: #C0C0C0. Windows color (decimal): -2445605 or 14397146. OLE color: 14397146.
HSL color Cylindrical-coordinate representation of color #DAAEDB: hue angle of 298.67º degrees, saturation: 0.38, 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 #DAAEDB is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 174 | 219 | - |
| CMYK | 0.00 | 0.21 | 0 | 0.14 |
| HSL | 298.67º | 0.38% | 0.77% | - |
| HSV(B) | 298.67º | 0.21% | 0.86% | - |
| XYZ | 56.84 | 50.29 | 73.73 | - |
| YUV | 192.29 | 143.08 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 174 | 219 | 0.00 | 0.21 | 0 | 0.14 | 298.67 | 0.38 | 0.77 |
| Hex | DA | AE | DB | 0 | 15 | 0 | E | 12B | 26 | 4D |
| Octal | 332 | 256 | 333 | 0 | 25 | 0 | 16 | 453 | 46 | 115 |
| Binary | 11011010 | 10101110 | 11011011 | 0 | 10101 | 0 | 1110 | 100101011 | 100110 | 1001101 |
Color Harmonies of #DAAEDB
Complementary color
Monochromatic Colors of #DAAEDB
Black with #DAAEDB
Text Example
Text Example
White with #DAAEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAEDB; }
p { color: rgb(218,174,219); }
H1.HeaderClassName
{
color: #DAAEDB;
}
.AnyTagClassName
{
color: #DAAEDB;
}
</style>
background-color css
<style>
a { background-color: #DAAEDB; }
a { background-color: rgb(218,174,219); }
div.DivClassName
{
background-color: #DAAEDB;
}
.BgClassName
{
background-color: #DAAEDB;
}
</style>
border-color css
<style>
span { border-color: #DAAEDB; }
span { border-color: rgb(218,174,219); }
td.TdClassName
{
border-color: #DAAEDB;
}
.TagClassName
{
border-color: #DAAEDB;
}
</style>