Shades of Mauve #DBBDF5
Tints of Mauve #DBBDF5
RGB
CMYK
RGB Variations
Color information
#DBBDF5 (or 0xDBBDF5) is known color: Mauve. HEX triplet: DB, BD and F5. RGB value is (219,189,245). Sum of RGB (Red+Green+Blue) = 219+189+245=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 245 (96.09% from 255 or 37.52% from 653); Max value from RGB is 245 - color contains mainly: blue. Hex color #DBBDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBDF5 is #24420A. Grayscale: #CCCCCC. Windows color (decimal): -2376203 or 16104923. OLE color: 16104923.
HSL color Cylindrical-coordinate representation of color #DBBDF5: hue angle of 272.14º degrees, saturation: 0.74, 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 #DBBDF5 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 189 | 245 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.04 |
| HSL | 272.14º | 0.74% | 0.85% | - |
| HSV(B) | 272.14º | 0.23% | 0.96% | - |
| XYZ | 63.89 | 58.05 | 94.22 | - |
| YUV | 204.35 | 150.94 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 245 | 0.11 | 0.23 | 0 | 0.04 | 272.14 | 0.74 | 0.85 |
| Hex | DB | BD | F5 | B | 17 | 0 | 4 | 110 | 4A | 55 |
| Octal | 333 | 275 | 365 | 13 | 27 | 0 | 4 | 420 | 112 | 125 |
| Binary | 11011011 | 10111101 | 11110101 | 1011 | 10111 | 0 | 100 | 100010000 | 1001010 | 1010101 |
Color Harmonies of #DBBDF5
Complementary color
Monochromatic Colors of #DBBDF5
Black with #DBBDF5
Text Example
Text Example
White with #DBBDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBDF5; }
p { color: rgb(219,189,245); }
H1.HeaderClassName
{
color: #DBBDF5;
}
.AnyTagClassName
{
color: #DBBDF5;
}
</style>
background-color css
<style>
a { background-color: #DBBDF5; }
a { background-color: rgb(219,189,245); }
div.DivClassName
{
background-color: #DBBDF5;
}
.BgClassName
{
background-color: #DBBDF5;
}
</style>
border-color css
<style>
span { border-color: #DBBDF5; }
span { border-color: rgb(219,189,245); }
td.TdClassName
{
border-color: #DBBDF5;
}
.TagClassName
{
border-color: #DBBDF5;
}
</style>