Shades of Mauve #DABBF5
Tints of Mauve #DABBF5
RGB
CMYK
RGB Variations
Color information
#DABBF5 (or 0xDABBF5) is known color: Mauve. HEX triplet: DA, BB and F5. RGB value is (218,187,245). Sum of RGB (Red+Green+Blue) = 218+187+245=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 187 (73.44% from 255 or 28.77% from 650); Blue value is 245 (96.09% from 255 or 37.69% from 650); Max value from RGB is 245 - color contains mainly: blue. Hex color #DABBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABBF5 is #25440A. Grayscale: #CACACA. Windows color (decimal): -2442251 or 16104410. OLE color: 16104410.
HSL color Cylindrical-coordinate representation of color #DABBF5: hue angle of 272.07º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DABBF5 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 187 | 245 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.04 |
| HSL | 272.07º | 0.74% | 0.85% | - |
| HSV(B) | 272.07º | 0.24% | 0.96% | - |
| XYZ | 63.17 | 57.04 | 94.07 | - |
| YUV | 202.88 | 151.77 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 245 | 0.11 | 0.24 | 0 | 0.04 | 272.07 | 0.74 | 0.85 |
| Hex | DA | BB | F5 | B | 18 | 0 | 4 | 110 | 4A | 55 |
| Octal | 332 | 273 | 365 | 13 | 30 | 0 | 4 | 420 | 112 | 125 |
| Binary | 11011010 | 10111011 | 11110101 | 1011 | 11000 | 0 | 100 | 100010000 | 1001010 | 1010101 |
Color Harmonies of #DABBF5
Complementary color
Monochromatic Colors of #DABBF5
Black with #DABBF5
Text Example
Text Example
White with #DABBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBF5; }
p { color: rgb(218,187,245); }
H1.HeaderClassName
{
color: #DABBF5;
}
.AnyTagClassName
{
color: #DABBF5;
}
</style>
background-color css
<style>
a { background-color: #DABBF5; }
a { background-color: rgb(218,187,245); }
div.DivClassName
{
background-color: #DABBF5;
}
.BgClassName
{
background-color: #DABBF5;
}
</style>
border-color css
<style>
span { border-color: #DABBF5; }
span { border-color: rgb(218,187,245); }
td.TdClassName
{
border-color: #DABBF5;
}
.TagClassName
{
border-color: #DABBF5;
}
</style>