Shades of Mauve #DBB7FE
Tints of Mauve #DBB7FE
RGB
CMYK
RGB Variations
Color information
#DBB7FE (or 0xDBB7FE) is known color: Mauve. HEX triplet: DB, B7 and FE. RGB value is (219,183,254). Sum of RGB (Red+Green+Blue) = 219+183+254=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 183 (71.88% from 255 or 27.90% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBB7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB7FE is #244801. Grayscale: #C9C9C9. Windows color (decimal): -2377730 or 16693211. OLE color: 16693211.
HSL color Cylindrical-coordinate representation of color #DBB7FE: hue angle of 270.42º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBB7FE is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 219 | 183 | 254 | - |
CMYK | 0.14 | 0.28 | 0 | 0.00 |
HSL | 270.42º | 0.97% | 0.86% | - |
HSV(B) | 270.42º | 0.28% | 1% | - |
XYZ | 64.04 | 56.08 | 101.22 | - |
YUV | 201.86 | 157.43 | 140.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 183 | 254 | 0.14 | 0.28 | 0 | 0.00 | 270.42 | 0.97 | 0.86 |
Hex | DB | B7 | FE | E | 1C | 0 | 0 | 10E | 61 | 56 |
Octal | 333 | 267 | 376 | 16 | 34 | 0 | 0 | 416 | 141 | 126 |
Binary | 11011011 | 10110111 | 11111110 | 1110 | 11100 | 0 | 0 | 100001110 | 1100001 | 1010110 |
Color Harmonies of #DBB7FE
Complementary color
Monochromatic Colors of #DBB7FE
Black with #DBB7FE
Text Example
Text Example
White with #DBB7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB7FE; }
p { color: rgb(219,183,254); }
H1.HeaderClassName
{
color: #DBB7FE;
}
.AnyTagClassName
{
color: #DBB7FE;
}
</style>
background-color css
<style>
a { background-color: #DBB7FE; }
a { background-color: rgb(219,183,254); }
div.DivClassName
{
background-color: #DBB7FE;
}
.BgClassName
{
background-color: #DBB7FE;
}
</style>
border-color css
<style>
span { border-color: #DBB7FE; }
span { border-color: rgb(219,183,254); }
td.TdClassName
{
border-color: #DBB7FE;
}
.TagClassName
{
border-color: #DBB7FE;
}
</style>