Shades of Mauve #DBBBFC
Tints of Mauve #DBBBFC
RGB
CMYK
RGB Variations
Color information
#DBBBFC (or 0xDBBBFC) is known color: Mauve. HEX triplet: DB, BB and FC. RGB value is (219,187,252). Sum of RGB (Red+Green+Blue) = 219+187+252=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 187 (73.44% from 255 or 28.42% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBBBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBBFC is #244403. Grayscale: #CBCBCB. Windows color (decimal): -2376708 or 16563163. OLE color: 16563163.
HSL color Cylindrical-coordinate representation of color #DBBBFC: hue angle of 269.54º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBBBFC is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 187 | 252 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.01 |
| HSL | 269.54º | 0.92% | 0.86% | - |
| HSV(B) | 269.54º | 0.26% | 0.99% | - |
| XYZ | 64.55 | 57.63 | 99.82 | - |
| YUV | 203.98 | 155.1 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 252 | 0.13 | 0.26 | 0 | 0.01 | 269.54 | 0.92 | 0.86 |
| Hex | DB | BB | FC | D | 1A | 0 | 1 | 10E | 5C | 56 |
| Octal | 333 | 273 | 374 | 15 | 32 | 0 | 1 | 416 | 134 | 126 |
| Binary | 11011011 | 10111011 | 11111100 | 1101 | 11010 | 0 | 1 | 100001110 | 1011100 | 1010110 |
Color Harmonies of #DBBBFC
Complementary color
Monochromatic Colors of #DBBBFC
Black with #DBBBFC
Text Example
Text Example
White with #DBBBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBFC; }
p { color: rgb(219,187,252); }
H1.HeaderClassName
{
color: #DBBBFC;
}
.AnyTagClassName
{
color: #DBBBFC;
}
</style>
background-color css
<style>
a { background-color: #DBBBFC; }
a { background-color: rgb(219,187,252); }
div.DivClassName
{
background-color: #DBBBFC;
}
.BgClassName
{
background-color: #DBBBFC;
}
</style>
border-color css
<style>
span { border-color: #DBBBFC; }
span { border-color: rgb(219,187,252); }
td.TdClassName
{
border-color: #DBBBFC;
}
.TagClassName
{
border-color: #DBBBFC;
}
</style>