Shades of Mauve #DBBFFF
Tints of Mauve #DBBFFF
RGB
CMYK
RGB Variations
Color information
#DBBFFF (or 0xDBBFFF) is known color: Mauve. HEX triplet: DB, BF and FF. RGB value is (219,191,255). Sum of RGB (Red+Green+Blue) = 219+191+255=665 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.93% from 665); Green value is 191 (75% from 255 or 28.72% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBBFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBFFF is #244000. Grayscale: #CECECE. Windows color (decimal): -2375681 or 16760795. OLE color: 16760795.
HSL color Cylindrical-coordinate representation of color #DBBFFF: hue angle of 266.25º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBBFFF is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 191 | 255 | - |
| CMYK | 0.14 | 0.25 | 0 | 0 |
| HSL | 266.25º | 1% | 0.87% | - |
| HSV(B) | 266.25º | 0.25% | 1% | - |
| XYZ | 65.89 | 59.54 | 102.63 | - |
| YUV | 206.67 | 155.28 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 191 | 255 | 0.14 | 0.25 | 0 | 0 | 266.25 | 1 | 0.87 |
| Hex | DB | BF | FF | E | 19 | 0 | 0 | 10A | 64 | 57 |
| Octal | 333 | 277 | 377 | 16 | 31 | 0 | 0 | 412 | 144 | 127 |
| Binary | 11011011 | 10111111 | 11111111 | 1110 | 11001 | 0 | 0 | 100001010 | 1100100 | 1010111 |
Color Harmonies of #DBBFFF
Complementary color
Monochromatic Colors of #DBBFFF
Black with #DBBFFF
Text Example
Text Example
White with #DBBFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBFFF; }
p { color: rgb(219,191,255); }
H1.HeaderClassName
{
color: #DBBFFF;
}
.AnyTagClassName
{
color: #DBBFFF;
}
</style>
background-color css
<style>
a { background-color: #DBBFFF; }
a { background-color: rgb(219,191,255); }
div.DivClassName
{
background-color: #DBBFFF;
}
.BgClassName
{
background-color: #DBBFFF;
}
</style>
border-color css
<style>
span { border-color: #DBBFFF; }
span { border-color: rgb(219,191,255); }
td.TdClassName
{
border-color: #DBBFFF;
}
.TagClassName
{
border-color: #DBBFFF;
}
</style>