Shades of Mauve #DBBFFC
Tints of Mauve #DBBFFC
RGB
CMYK
RGB Variations
Color information
#DBBFFC (or 0xDBBFFC) is known color: Mauve. HEX triplet: DB, BF and FC. RGB value is (219,191,252). Sum of RGB (Red+Green+Blue) = 219+191+252=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 191 (75% from 255 or 28.85% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBBFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBFFC is #244003. Grayscale: #CECECE. Windows color (decimal): -2375684 or 16564187. OLE color: 16564187.
HSL color Cylindrical-coordinate representation of color #DBBFFC: hue angle of 267.54º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBBFFC is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 191 | 252 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.01 |
| HSL | 267.54º | 0.91% | 0.87% | - |
| HSV(B) | 267.54º | 0.24% | 0.99% | - |
| XYZ | 65.41 | 59.35 | 100.1 | - |
| YUV | 206.33 | 153.78 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 191 | 252 | 0.13 | 0.24 | 0 | 0.01 | 267.54 | 0.91 | 0.87 |
| Hex | DB | BF | FC | D | 18 | 0 | 1 | 10C | 5B | 57 |
| Octal | 333 | 277 | 374 | 15 | 30 | 0 | 1 | 414 | 133 | 127 |
| Binary | 11011011 | 10111111 | 11111100 | 1101 | 11000 | 0 | 1 | 100001100 | 1011011 | 1010111 |
Color Harmonies of #DBBFFC
Complementary color
Monochromatic Colors of #DBBFFC
Black with #DBBFFC
Text Example
Text Example
White with #DBBFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBFFC; }
p { color: rgb(219,191,252); }
H1.HeaderClassName
{
color: #DBBFFC;
}
.AnyTagClassName
{
color: #DBBFFC;
}
</style>
background-color css
<style>
a { background-color: #DBBFFC; }
a { background-color: rgb(219,191,252); }
div.DivClassName
{
background-color: #DBBFFC;
}
.BgClassName
{
background-color: #DBBFFC;
}
</style>
border-color css
<style>
span { border-color: #DBBFFC; }
span { border-color: rgb(219,191,252); }
td.TdClassName
{
border-color: #DBBFFC;
}
.TagClassName
{
border-color: #DBBFFC;
}
</style>