Shades of Mauve #DBBCF2
Tints of Mauve #DBBCF2
RGB
CMYK
RGB Variations
Color information
#DBBCF2 (or 0xDBBCF2) is known color: Mauve. HEX triplet: DB, BC and F2. RGB value is (219,188,242). Sum of RGB (Red+Green+Blue) = 219+188+242=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 188 (73.83% from 255 or 28.97% from 649); Blue value is 242 (94.92% from 255 or 37.29% from 649); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBBCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBCF2 is #24430D. Grayscale: #CBCBCB. Windows color (decimal): -2376462 or 15908059. OLE color: 15908059.
HSL color Cylindrical-coordinate representation of color #DBBCF2: hue angle of 274.44º degrees, saturation: 0.68, 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 #DBBCF2 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 188 | 242 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.05 |
| HSL | 274.44º | 0.68% | 0.84% | - |
| HSV(B) | 274.44º | 0.22% | 0.95% | - |
| XYZ | 63.22 | 57.44 | 91.76 | - |
| YUV | 203.43 | 149.77 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 242 | 0.10 | 0.22 | 0 | 0.05 | 274.44 | 0.68 | 0.84 |
| Hex | DB | BC | F2 | A | 16 | 0 | 5 | 112 | 44 | 54 |
| Octal | 333 | 274 | 362 | 12 | 26 | 0 | 5 | 422 | 104 | 124 |
| Binary | 11011011 | 10111100 | 11110010 | 1010 | 10110 | 0 | 101 | 100010010 | 1000100 | 1010100 |
Color Harmonies of #DBBCF2
Complementary color
Monochromatic Colors of #DBBCF2
Black with #DBBCF2
Text Example
Text Example
White with #DBBCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBCF2; }
p { color: rgb(219,188,242); }
H1.HeaderClassName
{
color: #DBBCF2;
}
.AnyTagClassName
{
color: #DBBCF2;
}
</style>
background-color css
<style>
a { background-color: #DBBCF2; }
a { background-color: rgb(219,188,242); }
div.DivClassName
{
background-color: #DBBCF2;
}
.BgClassName
{
background-color: #DBBCF2;
}
</style>
border-color css
<style>
span { border-color: #DBBCF2; }
span { border-color: rgb(219,188,242); }
td.TdClassName
{
border-color: #DBBCF2;
}
.TagClassName
{
border-color: #DBBCF2;
}
</style>