Shades of Mauve #DABBF4
Tints of Mauve #DABBF4
RGB
CMYK
RGB Variations
Color information
#DABBF4 (or 0xDABBF4) is known color: Mauve. HEX triplet: DA, BB and F4. RGB value is (218,187,244). Sum of RGB (Red+Green+Blue) = 218+187+244=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 187 (73.44% from 255 or 28.81% from 649); Blue value is 244 (95.70% from 255 or 37.60% from 649); Max value from RGB is 244 - color contains mainly: blue. Hex color #DABBF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABBF4 is #25440B. Grayscale: #CACACA. Windows color (decimal): -2442252 or 16038874. OLE color: 16038874.
HSL color Cylindrical-coordinate representation of color #DABBF4: hue angle of 272.63º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DABBF4 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 187 | 244 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.04 |
| HSL | 272.63º | 0.72% | 0.85% | - |
| HSV(B) | 272.63º | 0.23% | 0.96% | - |
| XYZ | 63.01 | 56.98 | 93.26 | - |
| YUV | 202.77 | 151.27 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 244 | 0.11 | 0.23 | 0 | 0.04 | 272.63 | 0.72 | 0.85 |
| Hex | DA | BB | F4 | B | 17 | 0 | 4 | 111 | 48 | 55 |
| Octal | 332 | 273 | 364 | 13 | 27 | 0 | 4 | 421 | 110 | 125 |
| Binary | 11011010 | 10111011 | 11110100 | 1011 | 10111 | 0 | 100 | 100010001 | 1001000 | 1010101 |
Color Harmonies of #DABBF4
Complementary color
Monochromatic Colors of #DABBF4
Black with #DABBF4
Text Example
Text Example
White with #DABBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBF4; }
p { color: rgb(218,187,244); }
H1.HeaderClassName
{
color: #DABBF4;
}
.AnyTagClassName
{
color: #DABBF4;
}
</style>
background-color css
<style>
a { background-color: #DABBF4; }
a { background-color: rgb(218,187,244); }
div.DivClassName
{
background-color: #DABBF4;
}
.BgClassName
{
background-color: #DABBF4;
}
</style>
border-color css
<style>
span { border-color: #DABBF4; }
span { border-color: rgb(218,187,244); }
td.TdClassName
{
border-color: #DABBF4;
}
.TagClassName
{
border-color: #DABBF4;
}
</style>