Shades of Mauve #DABCFC
Tints of Mauve #DABCFC
RGB
CMYK
RGB Variations
Color information
#DABCFC (or 0xDABCFC) is known color: Mauve. HEX triplet: DA, BC and FC. RGB value is (218,188,252). Sum of RGB (Red+Green+Blue) = 218+188+252=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 188 (73.83% from 255 or 28.57% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 252 - color contains mainly: blue. Hex color #DABCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABCFC is #254303. Grayscale: #CCCCCC. Windows color (decimal): -2441988 or 16563418. OLE color: 16563418.
HSL color Cylindrical-coordinate representation of color #DABCFC: hue angle of 268.12º 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 #DABCFC is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 188 | 252 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.01 |
| HSL | 268.13º | 0.91% | 0.86% | - |
| HSV(B) | 268.13º | 0.25% | 0.99% | - |
| XYZ | 64.47 | 57.9 | 99.87 | - |
| YUV | 204.27 | 154.94 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 252 | 0.13 | 0.25 | 0 | 0.01 | 268.13 | 0.91 | 0.86 |
| Hex | DA | BC | FC | D | 19 | 0 | 1 | 10C | 5B | 56 |
| Octal | 332 | 274 | 374 | 15 | 31 | 0 | 1 | 414 | 133 | 126 |
| Binary | 11011010 | 10111100 | 11111100 | 1101 | 11001 | 0 | 1 | 100001100 | 1011011 | 1010110 |
Color Harmonies of #DABCFC
Complementary color
Monochromatic Colors of #DABCFC
Black with #DABCFC
Text Example
Text Example
White with #DABCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABCFC; }
p { color: rgb(218,188,252); }
H1.HeaderClassName
{
color: #DABCFC;
}
.AnyTagClassName
{
color: #DABCFC;
}
</style>
background-color css
<style>
a { background-color: #DABCFC; }
a { background-color: rgb(218,188,252); }
div.DivClassName
{
background-color: #DABCFC;
}
.BgClassName
{
background-color: #DABCFC;
}
</style>
border-color css
<style>
span { border-color: #DABCFC; }
span { border-color: rgb(218,188,252); }
td.TdClassName
{
border-color: #DABCFC;
}
.TagClassName
{
border-color: #DABCFC;
}
</style>