Shades of Plum #DBAEE8
Tints of Plum #DBAEE8
RGB
CMYK
RGB Variations
Color information
#DBAEE8 (or 0xDBAEE8) is known color: Plum. HEX triplet: DB, AE and E8. RGB value is (219,174,232). Sum of RGB (Red+Green+Blue) = 219+174+232=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 232 (91.02% from 255 or 37.12% from 625); Max value from RGB is 232 - color contains mainly: blue. Hex color #DBAEE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAEE8 is #245117. Grayscale: #C1C1C1. Windows color (decimal): -2380056 or 15249115. OLE color: 15249115.
HSL color Cylindrical-coordinate representation of color #DBAEE8: hue angle of 286.55º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBAEE8 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 174 | 232 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.09 |
| HSL | 286.55º | 0.56% | 0.8% | - |
| HSV(B) | 286.55º | 0.25% | 0.91% | - |
| XYZ | 58.91 | 51.16 | 83.11 | - |
| YUV | 194.07 | 149.41 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 232 | 0.06 | 0.25 | 0 | 0.09 | 286.55 | 0.56 | 0.8 |
| Hex | DB | AE | E8 | 6 | 19 | 0 | 9 | 11F | 38 | 50 |
| Octal | 333 | 256 | 350 | 6 | 31 | 0 | 11 | 437 | 70 | 120 |
| Binary | 11011011 | 10101110 | 11101000 | 110 | 11001 | 0 | 1001 | 100011111 | 111000 | 1010000 |
Color Harmonies of #DBAEE8
Complementary color
Monochromatic Colors of #DBAEE8
Black with #DBAEE8
Text Example
Text Example
White with #DBAEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEE8; }
p { color: rgb(219,174,232); }
H1.HeaderClassName
{
color: #DBAEE8;
}
.AnyTagClassName
{
color: #DBAEE8;
}
</style>
background-color css
<style>
a { background-color: #DBAEE8; }
a { background-color: rgb(219,174,232); }
div.DivClassName
{
background-color: #DBAEE8;
}
.BgClassName
{
background-color: #DBAEE8;
}
</style>
border-color css
<style>
span { border-color: #DBAEE8; }
span { border-color: rgb(219,174,232); }
td.TdClassName
{
border-color: #DBAEE8;
}
.TagClassName
{
border-color: #DBAEE8;
}
</style>