Shades of Mauve #DBBCF1
Tints of Mauve #DBBCF1
RGB
CMYK
RGB Variations
Color information
#DBBCF1 (or 0xDBBCF1) is known color: Mauve. HEX triplet: DB, BC and F1. RGB value is (219,188,241). Sum of RGB (Red+Green+Blue) = 219+188+241=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 188 (73.83% from 255 or 29.01% from 648); Blue value is 241 (94.53% from 255 or 37.19% from 648); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBBCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBCF1 is #24430E. Grayscale: #CBCBCB. Windows color (decimal): -2376463 or 15842523. OLE color: 15842523.
HSL color Cylindrical-coordinate representation of color #DBBCF1: hue angle of 275.09º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBBCF1 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 188 | 241 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.05 |
| HSL | 275.09º | 0.65% | 0.84% | - |
| HSV(B) | 275.09º | 0.22% | 0.95% | - |
| XYZ | 63.07 | 57.38 | 90.97 | - |
| YUV | 203.31 | 149.27 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 241 | 0.09 | 0.22 | 0 | 0.05 | 275.09 | 0.65 | 0.84 |
| Hex | DB | BC | F1 | 9 | 16 | 0 | 5 | 113 | 41 | 54 |
| Octal | 333 | 274 | 361 | 11 | 26 | 0 | 5 | 423 | 101 | 124 |
| Binary | 11011011 | 10111100 | 11110001 | 1001 | 10110 | 0 | 101 | 100010011 | 1000001 | 1010100 |
Color Harmonies of #DBBCF1
Complementary color
Monochromatic Colors of #DBBCF1
Black with #DBBCF1
Text Example
Text Example
White with #DBBCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBCF1; }
p { color: rgb(219,188,241); }
H1.HeaderClassName
{
color: #DBBCF1;
}
.AnyTagClassName
{
color: #DBBCF1;
}
</style>
background-color css
<style>
a { background-color: #DBBCF1; }
a { background-color: rgb(219,188,241); }
div.DivClassName
{
background-color: #DBBCF1;
}
.BgClassName
{
background-color: #DBBCF1;
}
</style>
border-color css
<style>
span { border-color: #DBBCF1; }
span { border-color: rgb(219,188,241); }
td.TdClassName
{
border-color: #DBBCF1;
}
.TagClassName
{
border-color: #DBBCF1;
}
</style>