Shades of Mauve #DABCF2
Tints of Mauve #DABCF2
RGB
CMYK
RGB Variations
Color information
#DABCF2 (or 0xDABCF2) is known color: Mauve. HEX triplet: DA, BC and F2. RGB value is (218,188,242). Sum of RGB (Red+Green+Blue) = 218+188+242=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 188 (73.83% from 255 or 29.01% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 242 - color contains mainly: blue. Hex color #DABCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABCF2 is #25430D. Grayscale: #CACACA. Windows color (decimal): -2441998 or 15908058. OLE color: 15908058.
HSL color Cylindrical-coordinate representation of color #DABCF2: hue angle of 273.33º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DABCF2 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 188 | 242 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.05 |
| HSL | 273.33º | 0.68% | 0.84% | - |
| HSV(B) | 273.33º | 0.22% | 0.95% | - |
| XYZ | 62.92 | 57.28 | 91.74 | - |
| YUV | 203.13 | 149.94 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 242 | 0.10 | 0.22 | 0 | 0.05 | 273.33 | 0.68 | 0.84 |
| Hex | DA | BC | F2 | A | 16 | 0 | 5 | 111 | 44 | 54 |
| Octal | 332 | 274 | 362 | 12 | 26 | 0 | 5 | 421 | 104 | 124 |
| Binary | 11011010 | 10111100 | 11110010 | 1010 | 10110 | 0 | 101 | 100010001 | 1000100 | 1010100 |
Color Harmonies of #DABCF2
Complementary color
Monochromatic Colors of #DABCF2
Black with #DABCF2
Text Example
Text Example
White with #DABCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABCF2; }
p { color: rgb(218,188,242); }
H1.HeaderClassName
{
color: #DABCF2;
}
.AnyTagClassName
{
color: #DABCF2;
}
</style>
background-color css
<style>
a { background-color: #DABCF2; }
a { background-color: rgb(218,188,242); }
div.DivClassName
{
background-color: #DABCF2;
}
.BgClassName
{
background-color: #DABCF2;
}
</style>
border-color css
<style>
span { border-color: #DABCF2; }
span { border-color: rgb(218,188,242); }
td.TdClassName
{
border-color: #DABCF2;
}
.TagClassName
{
border-color: #DABCF2;
}
</style>