Shades of Mauve #DBBAFC
Tints of Mauve #DBBAFC
RGB
CMYK
RGB Variations
Color information
#DBBAFC (or 0xDBBAFC) is known color: Mauve. HEX triplet: DB, BA and FC. RGB value is (219,186,252). Sum of RGB (Red+Green+Blue) = 219+186+252=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 186 (73.05% from 255 or 28.31% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBBAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBAFC is #244503. Grayscale: #CBCBCB. Windows color (decimal): -2376964 or 16562907. OLE color: 16562907.
HSL color Cylindrical-coordinate representation of color #DBBAFC: hue angle of 270º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBBAFC is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 186 | 252 | - |
CMYK | 0.13 | 0.26 | 0 | 0.01 |
HSL | 270º | 0.92% | 0.86% | - |
HSV(B) | 270º | 0.26% | 0.99% | - |
XYZ | 64.34 | 57.21 | 99.75 | - |
YUV | 203.39 | 155.43 | 139.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 186 | 252 | 0.13 | 0.26 | 0 | 0.01 | 270 | 0.92 | 0.86 |
Hex | DB | BA | FC | D | 1A | 0 | 1 | 10E | 5C | 56 |
Octal | 333 | 272 | 374 | 15 | 32 | 0 | 1 | 416 | 134 | 126 |
Binary | 11011011 | 10111010 | 11111100 | 1101 | 11010 | 0 | 1 | 100001110 | 1011100 | 1010110 |
Color Harmonies of #DBBAFC
Complementary color
Monochromatic Colors of #DBBAFC
Black with #DBBAFC
Text Example
Text Example
White with #DBBAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBAFC; }
p { color: rgb(219,186,252); }
H1.HeaderClassName
{
color: #DBBAFC;
}
.AnyTagClassName
{
color: #DBBAFC;
}
</style>
background-color css
<style>
a { background-color: #DBBAFC; }
a { background-color: rgb(219,186,252); }
div.DivClassName
{
background-color: #DBBAFC;
}
.BgClassName
{
background-color: #DBBAFC;
}
</style>
border-color css
<style>
span { border-color: #DBBAFC; }
span { border-color: rgb(219,186,252); }
td.TdClassName
{
border-color: #DBBAFC;
}
.TagClassName
{
border-color: #DBBAFC;
}
</style>