Shades of Mauve #DABFFF
Tints of Mauve #DABFFF
RGB
CMYK
RGB Variations
Color information
#DABFFF (or 0xDABFFF) is known color: Mauve. HEX triplet: DA, BF and FF. RGB value is (218,191,255). Sum of RGB (Red+Green+Blue) = 218+191+255=664 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.83% from 664); Green value is 191 (75% from 255 or 28.77% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #DABFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABFFF is #254000. Grayscale: #CECECE. Windows color (decimal): -2441217 or 16760794. OLE color: 16760794.
HSL color Cylindrical-coordinate representation of color #DABFFF: hue angle of 265.31º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DABFFF is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 191 | 255 | - |
| CMYK | 0.15 | 0.25 | 0 | 0 |
| HSL | 265.31º | 1% | 0.87% | - |
| HSV(B) | 265.31º | 0.25% | 1% | - |
| XYZ | 65.59 | 59.39 | 102.61 | - |
| YUV | 206.37 | 155.45 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 255 | 0.15 | 0.25 | 0 | 0 | 265.31 | 1 | 0.87 |
| Hex | DA | BF | FF | F | 19 | 0 | 0 | 109 | 64 | 57 |
| Octal | 332 | 277 | 377 | 17 | 31 | 0 | 0 | 411 | 144 | 127 |
| Binary | 11011010 | 10111111 | 11111111 | 1111 | 11001 | 0 | 0 | 100001001 | 1100100 | 1010111 |
Color Harmonies of #DABFFF
Complementary color
Monochromatic Colors of #DABFFF
Black with #DABFFF
Text Example
Text Example
White with #DABFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABFFF; }
p { color: rgb(218,191,255); }
H1.HeaderClassName
{
color: #DABFFF;
}
.AnyTagClassName
{
color: #DABFFF;
}
</style>
background-color css
<style>
a { background-color: #DABFFF; }
a { background-color: rgb(218,191,255); }
div.DivClassName
{
background-color: #DABFFF;
}
.BgClassName
{
background-color: #DABFFF;
}
</style>
border-color css
<style>
span { border-color: #DABFFF; }
span { border-color: rgb(218,191,255); }
td.TdClassName
{
border-color: #DABFFF;
}
.TagClassName
{
border-color: #DABFFF;
}
</style>