Shades of Mauve #DABCFF
Tints of Mauve #DABCFF
RGB
CMYK
RGB Variations
Color information
#DABCFF (or 0xDABCFF) is known color: Mauve. HEX triplet: DA, BC and FF. RGB value is (218,188,255). Sum of RGB (Red+Green+Blue) = 218+188+255=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 188 (73.83% from 255 or 28.44% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #DABCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABCFF is #254300. Grayscale: #CCCCCC. Windows color (decimal): -2441985 or 16760026. OLE color: 16760026.
HSL color Cylindrical-coordinate representation of color #DABCFF: hue angle of 266.87º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DABCFF is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 188 | 255 | - |
| CMYK | 0.15 | 0.26 | 0 | 0 |
| HSL | 266.87º | 1% | 0.87% | - |
| HSV(B) | 266.87º | 0.26% | 1% | - |
| XYZ | 64.95 | 58.09 | 102.4 | - |
| YUV | 204.61 | 156.44 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 255 | 0.15 | 0.26 | 0 | 0 | 266.87 | 1 | 0.87 |
| Hex | DA | BC | FF | F | 1A | 0 | 0 | 10B | 64 | 57 |
| Octal | 332 | 274 | 377 | 17 | 32 | 0 | 0 | 413 | 144 | 127 |
| Binary | 11011010 | 10111100 | 11111111 | 1111 | 11010 | 0 | 0 | 100001011 | 1100100 | 1010111 |
Color Harmonies of #DABCFF
Complementary color
Monochromatic Colors of #DABCFF
Black with #DABCFF
Text Example
Text Example
White with #DABCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABCFF; }
p { color: rgb(218,188,255); }
H1.HeaderClassName
{
color: #DABCFF;
}
.AnyTagClassName
{
color: #DABCFF;
}
</style>
background-color css
<style>
a { background-color: #DABCFF; }
a { background-color: rgb(218,188,255); }
div.DivClassName
{
background-color: #DABCFF;
}
.BgClassName
{
background-color: #DABCFF;
}
</style>
border-color css
<style>
span { border-color: #DABCFF; }
span { border-color: rgb(218,188,255); }
td.TdClassName
{
border-color: #DABCFF;
}
.TagClassName
{
border-color: #DABCFF;
}
</style>