Shades of Mauve #DBBBF4
Tints of Mauve #DBBBF4
RGB
CMYK
RGB Variations
Color information
#DBBBF4 (or 0xDBBBF4) is known color: Mauve. HEX triplet: DB, BB and F4. RGB value is (219,187,244). Sum of RGB (Red+Green+Blue) = 219+187+244=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 187 (73.44% from 255 or 28.77% from 650); Blue value is 244 (95.70% from 255 or 37.54% from 650); Max value from RGB is 244 - color contains mainly: blue. Hex color #DBBBF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBBF4 is #24440B. Grayscale: #CACACA. Windows color (decimal): -2376716 or 16038875. OLE color: 16038875.
HSL color Cylindrical-coordinate representation of color #DBBBF4: hue angle of 273.68º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBBBF4 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 187 | 244 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.04 |
| HSL | 273.68º | 0.72% | 0.85% | - |
| HSV(B) | 273.68º | 0.23% | 0.96% | - |
| XYZ | 63.31 | 57.13 | 93.28 | - |
| YUV | 203.07 | 151.1 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 244 | 0.10 | 0.23 | 0 | 0.04 | 273.68 | 0.72 | 0.85 |
| Hex | DB | BB | F4 | A | 17 | 0 | 4 | 112 | 48 | 55 |
| Octal | 333 | 273 | 364 | 12 | 27 | 0 | 4 | 422 | 110 | 125 |
| Binary | 11011011 | 10111011 | 11110100 | 1010 | 10111 | 0 | 100 | 100010010 | 1001000 | 1010101 |
Color Harmonies of #DBBBF4
Complementary color
Monochromatic Colors of #DBBBF4
Black with #DBBBF4
Text Example
Text Example
White with #DBBBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBF4; }
p { color: rgb(219,187,244); }
H1.HeaderClassName
{
color: #DBBBF4;
}
.AnyTagClassName
{
color: #DBBBF4;
}
</style>
background-color css
<style>
a { background-color: #DBBBF4; }
a { background-color: rgb(219,187,244); }
div.DivClassName
{
background-color: #DBBBF4;
}
.BgClassName
{
background-color: #DBBBF4;
}
</style>
border-color css
<style>
span { border-color: #DBBBF4; }
span { border-color: rgb(219,187,244); }
td.TdClassName
{
border-color: #DBBBF4;
}
.TagClassName
{
border-color: #DBBBF4;
}
</style>