Shades of Mauve #DABCF5
Tints of Mauve #DABCF5
RGB
CMYK
RGB Variations
Color information
#DABCF5 (or 0xDABCF5) is known color: Mauve. HEX triplet: DA, BC and F5. RGB value is (218,188,245). Sum of RGB (Red+Green+Blue) = 218+188+245=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 188 (73.83% from 255 or 28.88% from 651); Blue value is 245 (96.09% from 255 or 37.63% from 651); Max value from RGB is 245 - color contains mainly: blue. Hex color #DABCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABCF5 is #25430A. Grayscale: #CBCBCB. Windows color (decimal): -2441995 or 16104666. OLE color: 16104666.
HSL color Cylindrical-coordinate representation of color #DABCF5: hue angle of 271.58º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DABCF5 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 188 | 245 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.04 |
| HSL | 271.58º | 0.74% | 0.85% | - |
| HSV(B) | 271.58º | 0.23% | 0.96% | - |
| XYZ | 63.38 | 57.46 | 94.14 | - |
| YUV | 203.47 | 151.44 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 245 | 0.11 | 0.23 | 0 | 0.04 | 271.58 | 0.74 | 0.85 |
| Hex | DA | BC | F5 | B | 17 | 0 | 4 | 110 | 4A | 55 |
| Octal | 332 | 274 | 365 | 13 | 27 | 0 | 4 | 420 | 112 | 125 |
| Binary | 11011010 | 10111100 | 11110101 | 1011 | 10111 | 0 | 100 | 100010000 | 1001010 | 1010101 |
Color Harmonies of #DABCF5
Complementary color
Monochromatic Colors of #DABCF5
Black with #DABCF5
Text Example
Text Example
White with #DABCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABCF5; }
p { color: rgb(218,188,245); }
H1.HeaderClassName
{
color: #DABCF5;
}
.AnyTagClassName
{
color: #DABCF5;
}
</style>
background-color css
<style>
a { background-color: #DABCF5; }
a { background-color: rgb(218,188,245); }
div.DivClassName
{
background-color: #DABCF5;
}
.BgClassName
{
background-color: #DABCF5;
}
</style>
border-color css
<style>
span { border-color: #DABCF5; }
span { border-color: rgb(218,188,245); }
td.TdClassName
{
border-color: #DABCF5;
}
.TagClassName
{
border-color: #DABCF5;
}
</style>