Shades of Mauve #DBAEFC
Tints of Mauve #DBAEFC
RGB
CMYK
RGB Variations
Color information
#DBAEFC (or 0xDBAEFC) is known color: Mauve. HEX triplet: DB, AE and FC. RGB value is (219,174,252). Sum of RGB (Red+Green+Blue) = 219+174+252=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 174 (68.36% from 255 or 26.98% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #DBAEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAEFC is #245103. Grayscale: #C4C4C4. Windows color (decimal): -2380036 or 16559835. OLE color: 16559835.
HSL color Cylindrical-coordinate representation of color #DBAEFC: hue angle of 274.62º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBAEFC is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 174 | 252 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.01 |
| HSL | 274.62º | 0.93% | 0.84% | - |
| HSV(B) | 274.62º | 0.31% | 0.99% | - |
| XYZ | 61.92 | 52.36 | 98.94 | - |
| YUV | 196.35 | 159.41 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 252 | 0.13 | 0.31 | 0 | 0.01 | 274.62 | 0.93 | 0.84 |
| Hex | DB | AE | FC | D | 1F | 0 | 1 | 113 | 5D | 54 |
| Octal | 333 | 256 | 374 | 15 | 37 | 0 | 1 | 423 | 135 | 124 |
| Binary | 11011011 | 10101110 | 11111100 | 1101 | 11111 | 0 | 1 | 100010011 | 1011101 | 1010100 |
Color Harmonies of #DBAEFC
Complementary color
Monochromatic Colors of #DBAEFC
Black with #DBAEFC
Text Example
Text Example
White with #DBAEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEFC; }
p { color: rgb(219,174,252); }
H1.HeaderClassName
{
color: #DBAEFC;
}
.AnyTagClassName
{
color: #DBAEFC;
}
</style>
background-color css
<style>
a { background-color: #DBAEFC; }
a { background-color: rgb(219,174,252); }
div.DivClassName
{
background-color: #DBAEFC;
}
.BgClassName
{
background-color: #DBAEFC;
}
</style>
border-color css
<style>
span { border-color: #DBAEFC; }
span { border-color: rgb(219,174,252); }
td.TdClassName
{
border-color: #DBAEFC;
}
.TagClassName
{
border-color: #DBAEFC;
}
</style>