Shades of Mauve #DBB0FF
Tints of Mauve #DBB0FF
RGB
CMYK
RGB Variations
Color information
#DBB0FF (or 0xDBB0FF) is known color: Mauve. HEX triplet: DB, B0 and FF. RGB value is (219,176,255). Sum of RGB (Red+Green+Blue) = 219+176+255=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 176 (69.14% from 255 or 27.08% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBB0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB0FF is #244F00. Grayscale: #C5C5C5. Windows color (decimal): -2379521 or 16756955. OLE color: 16756955.
HSL color Cylindrical-coordinate representation of color #DBB0FF: hue angle of 272.66º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBB0FF is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 219 | 176 | 255 | - |
CMYK | 0.14 | 0.31 | 0 | 0 |
HSL | 272.66º | 1% | 0.85% | - |
HSV(B) | 272.66º | 0.31% | 1% | - |
XYZ | 62.79 | 53.33 | 101.59 | - |
YUV | 197.86 | 160.25 | 143.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 176 | 255 | 0.14 | 0.31 | 0 | 0 | 272.66 | 1 | 0.85 |
Hex | DB | B0 | FF | E | 1F | 0 | 0 | 111 | 64 | 55 |
Octal | 333 | 260 | 377 | 16 | 37 | 0 | 0 | 421 | 144 | 125 |
Binary | 11011011 | 10110000 | 11111111 | 1110 | 11111 | 0 | 0 | 100010001 | 1100100 | 1010101 |
Color Harmonies of #DBB0FF
Complementary color
Monochromatic Colors of #DBB0FF
Black with #DBB0FF
Text Example
Text Example
White with #DBB0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB0FF; }
p { color: rgb(219,176,255); }
H1.HeaderClassName
{
color: #DBB0FF;
}
.AnyTagClassName
{
color: #DBB0FF;
}
</style>
background-color css
<style>
a { background-color: #DBB0FF; }
a { background-color: rgb(219,176,255); }
div.DivClassName
{
background-color: #DBB0FF;
}
.BgClassName
{
background-color: #DBB0FF;
}
</style>
border-color css
<style>
span { border-color: #DBB0FF; }
span { border-color: rgb(219,176,255); }
td.TdClassName
{
border-color: #DBB0FF;
}
.TagClassName
{
border-color: #DBB0FF;
}
</style>