Shades of Mauve #DBAAFC
Tints of Mauve #DBAAFC
RGB
CMYK
RGB Variations
Color information
#DBAAFC (or 0xDBAAFC) is known color: Mauve. HEX triplet: DB, AA and FC. RGB value is (219,170,252). Sum of RGB (Red+Green+Blue) = 219+170+252=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 170 (66.80% from 255 or 26.52% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBAAFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAAFC is #245503. Grayscale: #C1C1C1. Windows color (decimal): -2381060 or 16558811. OLE color: 16558811.
HSL color Cylindrical-coordinate representation of color #DBAAFC: hue angle of 275.85º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBAAFC is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 170 | 252 | - |
CMYK | 0.13 | 0.33 | 0 | 0.01 |
HSL | 275.85º | 0.93% | 0.83% | - |
HSV(B) | 275.85º | 0.33% | 0.99% | - |
XYZ | 61.16 | 50.84 | 98.68 | - |
YUV | 194 | 160.73 | 145.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 170 | 252 | 0.13 | 0.33 | 0 | 0.01 | 275.85 | 0.93 | 0.83 |
Hex | DB | AA | FC | D | 21 | 0 | 1 | 114 | 5D | 53 |
Octal | 333 | 252 | 374 | 15 | 41 | 0 | 1 | 424 | 135 | 123 |
Binary | 11011011 | 10101010 | 11111100 | 1101 | 100001 | 0 | 1 | 100010100 | 1011101 | 1010011 |
Color Harmonies of #DBAAFC
Complementary color
Monochromatic Colors of #DBAAFC
Black with #DBAAFC
Text Example
Text Example
White with #DBAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAAFC; }
p { color: rgb(219,170,252); }
H1.HeaderClassName
{
color: #DBAAFC;
}
.AnyTagClassName
{
color: #DBAAFC;
}
</style>
background-color css
<style>
a { background-color: #DBAAFC; }
a { background-color: rgb(219,170,252); }
div.DivClassName
{
background-color: #DBAAFC;
}
.BgClassName
{
background-color: #DBAAFC;
}
</style>
border-color css
<style>
span { border-color: #DBAAFC; }
span { border-color: rgb(219,170,252); }
td.TdClassName
{
border-color: #DBAAFC;
}
.TagClassName
{
border-color: #DBAAFC;
}
</style>