Shades of Mauve #DBBBFF
Tints of Mauve #DBBBFF
RGB
CMYK
RGB Variations
Color information
#DBBBFF (or 0xDBBBFF) is known color: Mauve. HEX triplet: DB, BB and FF. RGB value is (219,187,255). Sum of RGB (Red+Green+Blue) = 219+187+255=661 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.13% from 661); Green value is 187 (73.44% from 255 or 28.29% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBBBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBBFF is #244400. Grayscale: #CCCCCC. Windows color (decimal): -2376705 or 16759771. OLE color: 16759771.
HSL color Cylindrical-coordinate representation of color #DBBBFF: hue angle of 268.24º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBBBFF is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 187 | 255 | - |
| CMYK | 0.14 | 0.27 | 0 | 0 |
| HSL | 268.24º | 1% | 0.87% | - |
| HSV(B) | 268.24º | 0.27% | 1% | - |
| XYZ | 65.03 | 57.82 | 102.34 | - |
| YUV | 204.32 | 156.6 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 255 | 0.14 | 0.27 | 0 | 0 | 268.24 | 1 | 0.87 |
| Hex | DB | BB | FF | E | 1B | 0 | 0 | 10C | 64 | 57 |
| Octal | 333 | 273 | 377 | 16 | 33 | 0 | 0 | 414 | 144 | 127 |
| Binary | 11011011 | 10111011 | 11111111 | 1110 | 11011 | 0 | 0 | 100001100 | 1100100 | 1010111 |
Color Harmonies of #DBBBFF
Complementary color
Monochromatic Colors of #DBBBFF
Black with #DBBBFF
Text Example
Text Example
White with #DBBBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBFF; }
p { color: rgb(219,187,255); }
H1.HeaderClassName
{
color: #DBBBFF;
}
.AnyTagClassName
{
color: #DBBBFF;
}
</style>
background-color css
<style>
a { background-color: #DBBBFF; }
a { background-color: rgb(219,187,255); }
div.DivClassName
{
background-color: #DBBBFF;
}
.BgClassName
{
background-color: #DBBBFF;
}
</style>
border-color css
<style>
span { border-color: #DBBBFF; }
span { border-color: rgb(219,187,255); }
td.TdClassName
{
border-color: #DBBBFF;
}
.TagClassName
{
border-color: #DBBBFF;
}
</style>