Shades of Mauve #DABCFE
Tints of Mauve #DABCFE
RGB
CMYK
RGB Variations
Color information
#DABCFE (or 0xDABCFE) is known color: Mauve. HEX triplet: DA, BC and FE. RGB value is (218,188,254). Sum of RGB (Red+Green+Blue) = 218+188+254=660 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.03% from 660); Green value is 188 (73.83% from 255 or 28.48% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #DABCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABCFE is #254301. Grayscale: #CCCCCC. Windows color (decimal): -2441986 or 16694490. OLE color: 16694490.
HSL color Cylindrical-coordinate representation of color #DABCFE: hue angle of 267.27º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DABCFE is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 188 | 254 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.00 |
| HSL | 267.27º | 0.97% | 0.87% | - |
| HSV(B) | 267.27º | 0.26% | 1% | - |
| XYZ | 64.79 | 58.03 | 101.55 | - |
| YUV | 204.49 | 155.94 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 254 | 0.14 | 0.26 | 0 | 0.00 | 267.27 | 0.97 | 0.87 |
| Hex | DA | BC | FE | E | 1A | 0 | 0 | 10B | 61 | 57 |
| Octal | 332 | 274 | 376 | 16 | 32 | 0 | 0 | 413 | 141 | 127 |
| Binary | 11011010 | 10111100 | 11111110 | 1110 | 11010 | 0 | 0 | 100001011 | 1100001 | 1010111 |
Color Harmonies of #DABCFE
Complementary color
Monochromatic Colors of #DABCFE
Black with #DABCFE
Text Example
Text Example
White with #DABCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABCFE; }
p { color: rgb(218,188,254); }
H1.HeaderClassName
{
color: #DABCFE;
}
.AnyTagClassName
{
color: #DABCFE;
}
</style>
background-color css
<style>
a { background-color: #DABCFE; }
a { background-color: rgb(218,188,254); }
div.DivClassName
{
background-color: #DABCFE;
}
.BgClassName
{
background-color: #DABCFE;
}
</style>
border-color css
<style>
span { border-color: #DABCFE; }
span { border-color: rgb(218,188,254); }
td.TdClassName
{
border-color: #DABCFE;
}
.TagClassName
{
border-color: #DABCFE;
}
</style>