Shades of Mauve #DBB2FF
Tints of Mauve #DBB2FF
RGB
CMYK
RGB Variations
Color information
#DBB2FF (or 0xDBB2FF) is known color: Mauve. HEX triplet: DB, B2 and FF. RGB value is (219,178,255). Sum of RGB (Red+Green+Blue) = 219+178+255=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 178 (69.92% from 255 or 27.30% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBB2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB2FF is #244D00. Grayscale: #C6C6C6. Windows color (decimal): -2379009 or 16757467. OLE color: 16757467.
HSL color Cylindrical-coordinate representation of color #DBB2FF: hue angle of 271.95º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBB2FF is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 178 | 255 | - |
| CMYK | 0.14 | 0.30 | 0 | 0 |
| HSL | 271.95º | 1% | 0.85% | - |
| HSV(B) | 271.95º | 0.3% | 1% | - |
| XYZ | 63.18 | 54.12 | 101.72 | - |
| YUV | 199.04 | 159.58 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 255 | 0.14 | 0.30 | 0 | 0 | 271.95 | 1 | 0.85 |
| Hex | DB | B2 | FF | E | 1E | 0 | 0 | 110 | 64 | 55 |
| Octal | 333 | 262 | 377 | 16 | 36 | 0 | 0 | 420 | 144 | 125 |
| Binary | 11011011 | 10110010 | 11111111 | 1110 | 11110 | 0 | 0 | 100010000 | 1100100 | 1010101 |
Color Harmonies of #DBB2FF
Complementary color
Monochromatic Colors of #DBB2FF
Black with #DBB2FF
Text Example
Text Example
White with #DBB2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB2FF; }
p { color: rgb(219,178,255); }
H1.HeaderClassName
{
color: #DBB2FF;
}
.AnyTagClassName
{
color: #DBB2FF;
}
</style>
background-color css
<style>
a { background-color: #DBB2FF; }
a { background-color: rgb(219,178,255); }
div.DivClassName
{
background-color: #DBB2FF;
}
.BgClassName
{
background-color: #DBB2FF;
}
</style>
border-color css
<style>
span { border-color: #DBB2FF; }
span { border-color: rgb(219,178,255); }
td.TdClassName
{
border-color: #DBB2FF;
}
.TagClassName
{
border-color: #DBB2FF;
}
</style>