Shades of Mauve #DABBF8
Tints of Mauve #DABBF8
RGB
CMYK
RGB Variations
Color information
#DABBF8 (or 0xDABBF8) is known color: Mauve. HEX triplet: DA, BB and F8. RGB value is (218,187,248). Sum of RGB (Red+Green+Blue) = 218+187+248=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 187 (73.44% from 255 or 28.64% from 653); Blue value is 248 (97.27% from 255 or 37.98% from 653); Max value from RGB is 248 - color contains mainly: blue. Hex color #DABBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABBF8 is #254407. Grayscale: #CBCBCB. Windows color (decimal): -2442248 or 16301018. OLE color: 16301018.
HSL color Cylindrical-coordinate representation of color #DABBF8: hue angle of 270.49º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DABBF8 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 187 | 248 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.03 |
| HSL | 270.49º | 0.81% | 0.85% | - |
| HSV(B) | 270.49º | 0.25% | 0.97% | - |
| XYZ | 63.63 | 57.22 | 96.5 | - |
| YUV | 203.22 | 153.27 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 248 | 0.12 | 0.25 | 0 | 0.03 | 270.49 | 0.81 | 0.85 |
| Hex | DA | BB | F8 | C | 19 | 0 | 3 | 10E | 51 | 55 |
| Octal | 332 | 273 | 370 | 14 | 31 | 0 | 3 | 416 | 121 | 125 |
| Binary | 11011010 | 10111011 | 11111000 | 1100 | 11001 | 0 | 11 | 100001110 | 1010001 | 1010101 |
Color Harmonies of #DABBF8
Complementary color
Monochromatic Colors of #DABBF8
Black with #DABBF8
Text Example
Text Example
White with #DABBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBF8; }
p { color: rgb(218,187,248); }
H1.HeaderClassName
{
color: #DABBF8;
}
.AnyTagClassName
{
color: #DABBF8;
}
</style>
background-color css
<style>
a { background-color: #DABBF8; }
a { background-color: rgb(218,187,248); }
div.DivClassName
{
background-color: #DABBF8;
}
.BgClassName
{
background-color: #DABBF8;
}
</style>
border-color css
<style>
span { border-color: #DABBF8; }
span { border-color: rgb(218,187,248); }
td.TdClassName
{
border-color: #DABBF8;
}
.TagClassName
{
border-color: #DABBF8;
}
</style>