Shades of Mauve #DABBFF
Tints of Mauve #DABBFF
RGB
CMYK
RGB Variations
Color information
#DABBFF (or 0xDABBFF) is known color: Mauve. HEX triplet: DA, BB and FF. RGB value is (218,187,255). Sum of RGB (Red+Green+Blue) = 218+187+255=660 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.03% from 660); Green value is 187 (73.44% from 255 or 28.33% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #DABBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABBFF is #254400. Grayscale: #CBCBCB. Windows color (decimal): -2442241 or 16759770. OLE color: 16759770.
HSL color Cylindrical-coordinate representation of color #DABBFF: hue angle of 267.35º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DABBFF is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 187 | 255 | - |
| CMYK | 0.15 | 0.27 | 0 | 0 |
| HSL | 267.35º | 1% | 0.87% | - |
| HSV(B) | 267.35º | 0.27% | 1% | - |
| XYZ | 64.73 | 57.67 | 102.33 | - |
| YUV | 204.02 | 156.77 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 255 | 0.15 | 0.27 | 0 | 0 | 267.35 | 1 | 0.87 |
| Hex | DA | BB | FF | F | 1B | 0 | 0 | 10B | 64 | 57 |
| Octal | 332 | 273 | 377 | 17 | 33 | 0 | 0 | 413 | 144 | 127 |
| Binary | 11011010 | 10111011 | 11111111 | 1111 | 11011 | 0 | 0 | 100001011 | 1100100 | 1010111 |
Color Harmonies of #DABBFF
Complementary color
Monochromatic Colors of #DABBFF
Black with #DABBFF
Text Example
Text Example
White with #DABBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBFF; }
p { color: rgb(218,187,255); }
H1.HeaderClassName
{
color: #DABBFF;
}
.AnyTagClassName
{
color: #DABBFF;
}
</style>
background-color css
<style>
a { background-color: #DABBFF; }
a { background-color: rgb(218,187,255); }
div.DivClassName
{
background-color: #DABBFF;
}
.BgClassName
{
background-color: #DABBFF;
}
</style>
border-color css
<style>
span { border-color: #DABBFF; }
span { border-color: rgb(218,187,255); }
td.TdClassName
{
border-color: #DABBFF;
}
.TagClassName
{
border-color: #DABBFF;
}
</style>