Shades of Plum #DBAEE6
Tints of Plum #DBAEE6
RGB
CMYK
RGB Variations
Color information
#DBAEE6 (or 0xDBAEE6) is known color: Plum. HEX triplet: DB, AE and E6. RGB value is (219,174,230). Sum of RGB (Red+Green+Blue) = 219+174+230=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 230 (90.23% from 255 or 36.92% from 623); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBAEE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAEE6 is #245119. Grayscale: #C1C1C1. Windows color (decimal): -2380058 or 15118043. OLE color: 15118043.
HSL color Cylindrical-coordinate representation of color #DBAEE6: hue angle of 288.21º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBAEE6 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 174 | 230 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.10 |
| HSL | 288.21º | 0.53% | 0.79% | - |
| HSV(B) | 288.21º | 0.24% | 0.9% | - |
| XYZ | 58.63 | 51.05 | 81.63 | - |
| YUV | 193.84 | 148.41 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 230 | 0.05 | 0.24 | 0 | 0.10 | 288.21 | 0.53 | 0.79 |
| Hex | DB | AE | E6 | 5 | 18 | 0 | A | 120 | 35 | 4F |
| Octal | 333 | 256 | 346 | 5 | 30 | 0 | 12 | 440 | 65 | 117 |
| Binary | 11011011 | 10101110 | 11100110 | 101 | 11000 | 0 | 1010 | 100100000 | 110101 | 1001111 |
Color Harmonies of #DBAEE6
Complementary color
Monochromatic Colors of #DBAEE6
Black with #DBAEE6
Text Example
Text Example
White with #DBAEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEE6; }
p { color: rgb(219,174,230); }
H1.HeaderClassName
{
color: #DBAEE6;
}
.AnyTagClassName
{
color: #DBAEE6;
}
</style>
background-color css
<style>
a { background-color: #DBAEE6; }
a { background-color: rgb(219,174,230); }
div.DivClassName
{
background-color: #DBAEE6;
}
.BgClassName
{
background-color: #DBAEE6;
}
</style>
border-color css
<style>
span { border-color: #DBAEE6; }
span { border-color: rgb(219,174,230); }
td.TdClassName
{
border-color: #DBAEE6;
}
.TagClassName
{
border-color: #DBAEE6;
}
</style>