Shades of Plum #DBAFE7
Tints of Plum #DBAFE7
RGB
CMYK
RGB Variations
Color information
#DBAFE7 (or 0xDBAFE7) is known color: Plum. HEX triplet: DB, AF and E7. RGB value is (219,175,231). Sum of RGB (Red+Green+Blue) = 219+175+231=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 231 (90.62% from 255 or 36.96% from 625); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBAFE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAFE7 is #245018. Grayscale: #C2C2C2. Windows color (decimal): -2379801 or 15183835. OLE color: 15183835.
HSL color Cylindrical-coordinate representation of color #DBAFE7: hue angle of 287.14º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBAFE7 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 175 | 231 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.09 |
| HSL | 287.14º | 0.54% | 0.8% | - |
| HSV(B) | 287.14º | 0.24% | 0.91% | - |
| XYZ | 58.97 | 51.49 | 82.43 | - |
| YUV | 194.54 | 148.58 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 231 | 0.05 | 0.24 | 0 | 0.09 | 287.14 | 0.54 | 0.8 |
| Hex | DB | AF | E7 | 5 | 18 | 0 | 9 | 11F | 36 | 50 |
| Octal | 333 | 257 | 347 | 5 | 30 | 0 | 11 | 437 | 66 | 120 |
| Binary | 11011011 | 10101111 | 11100111 | 101 | 11000 | 0 | 1001 | 100011111 | 110110 | 1010000 |
Color Harmonies of #DBAFE7
Complementary color
Monochromatic Colors of #DBAFE7
Black with #DBAFE7
Text Example
Text Example
White with #DBAFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAFE7; }
p { color: rgb(219,175,231); }
H1.HeaderClassName
{
color: #DBAFE7;
}
.AnyTagClassName
{
color: #DBAFE7;
}
</style>
background-color css
<style>
a { background-color: #DBAFE7; }
a { background-color: rgb(219,175,231); }
div.DivClassName
{
background-color: #DBAFE7;
}
.BgClassName
{
background-color: #DBAFE7;
}
</style>
border-color css
<style>
span { border-color: #DBAFE7; }
span { border-color: rgb(219,175,231); }
td.TdClassName
{
border-color: #DBAFE7;
}
.TagClassName
{
border-color: #DBAFE7;
}
</style>