Shades of Mauve #DBB6FF
Tints of Mauve #DBB6FF
RGB
CMYK
RGB Variations
Color information
#DBB6FF (or 0xDBB6FF) is known color: Mauve. HEX triplet: DB, B6 and FF. RGB value is (219,182,255). Sum of RGB (Red+Green+Blue) = 219+182+255=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 182 (71.48% from 255 or 27.74% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBB6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB6FF is #244900. Grayscale: #C9C9C9. Windows color (decimal): -2377985 or 16758491. OLE color: 16758491.
HSL color Cylindrical-coordinate representation of color #DBB6FF: hue angle of 270.41º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBB6FF is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 219 | 182 | 255 | - |
CMYK | 0.14 | 0.29 | 0 | 0 |
HSL | 270.41º | 1% | 0.86% | - |
HSV(B) | 270.41º | 0.29% | 1% | - |
XYZ | 63.99 | 55.74 | 101.99 | - |
YUV | 201.39 | 158.26 | 140.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 182 | 255 | 0.14 | 0.29 | 0 | 0 | 270.41 | 1 | 0.86 |
Hex | DB | B6 | FF | E | 1D | 0 | 0 | 10E | 64 | 56 |
Octal | 333 | 266 | 377 | 16 | 35 | 0 | 0 | 416 | 144 | 126 |
Binary | 11011011 | 10110110 | 11111111 | 1110 | 11101 | 0 | 0 | 100001110 | 1100100 | 1010110 |
Color Harmonies of #DBB6FF
Complementary color
Monochromatic Colors of #DBB6FF
Black with #DBB6FF
Text Example
Text Example
White with #DBB6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB6FF; }
p { color: rgb(219,182,255); }
H1.HeaderClassName
{
color: #DBB6FF;
}
.AnyTagClassName
{
color: #DBB6FF;
}
</style>
background-color css
<style>
a { background-color: #DBB6FF; }
a { background-color: rgb(219,182,255); }
div.DivClassName
{
background-color: #DBB6FF;
}
.BgClassName
{
background-color: #DBB6FF;
}
</style>
border-color css
<style>
span { border-color: #DBB6FF; }
span { border-color: rgb(219,182,255); }
td.TdClassName
{
border-color: #DBB6FF;
}
.TagClassName
{
border-color: #DBB6FF;
}
</style>