Shades of Mauve #DABDFC
Tints of Mauve #DABDFC
RGB
CMYK
RGB Variations
Color information
#DABDFC (or 0xDABDFC) is known color: Mauve. HEX triplet: DA, BD and FC. RGB value is (218,189,252). Sum of RGB (Red+Green+Blue) = 218+189+252=659 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.08% from 659); Green value is 189 (74.22% from 255 or 28.68% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #DABDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABDFC is #254203. Grayscale: #CCCCCC. Windows color (decimal): -2441732 or 16563674. OLE color: 16563674.
HSL color Cylindrical-coordinate representation of color #DABDFC: hue angle of 267.62º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DABDFC is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 189 | 252 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.01 |
| HSL | 267.62º | 0.91% | 0.86% | - |
| HSV(B) | 267.62º | 0.25% | 0.99% | - |
| XYZ | 64.68 | 58.33 | 99.94 | - |
| YUV | 204.85 | 154.61 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 252 | 0.13 | 0.25 | 0 | 0.01 | 267.62 | 0.91 | 0.86 |
| Hex | DA | BD | FC | D | 19 | 0 | 1 | 10C | 5B | 56 |
| Octal | 332 | 275 | 374 | 15 | 31 | 0 | 1 | 414 | 133 | 126 |
| Binary | 11011010 | 10111101 | 11111100 | 1101 | 11001 | 0 | 1 | 100001100 | 1011011 | 1010110 |
Color Harmonies of #DABDFC
Complementary color
Monochromatic Colors of #DABDFC
Black with #DABDFC
Text Example
Text Example
White with #DABDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDFC; }
p { color: rgb(218,189,252); }
H1.HeaderClassName
{
color: #DABDFC;
}
.AnyTagClassName
{
color: #DABDFC;
}
</style>
background-color css
<style>
a { background-color: #DABDFC; }
a { background-color: rgb(218,189,252); }
div.DivClassName
{
background-color: #DABDFC;
}
.BgClassName
{
background-color: #DABDFC;
}
</style>
border-color css
<style>
span { border-color: #DABDFC; }
span { border-color: rgb(218,189,252); }
td.TdClassName
{
border-color: #DABDFC;
}
.TagClassName
{
border-color: #DABDFC;
}
</style>