Shades of Mauve #DABDFB
Tints of Mauve #DABDFB
RGB
CMYK
RGB Variations
Color information
#DABDFB (or 0xDABDFB) is known color: Mauve. HEX triplet: DA, BD and FB. RGB value is (218,189,251). Sum of RGB (Red+Green+Blue) = 218+189+251=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 189 (74.22% from 255 or 28.72% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 251 - color contains mainly: blue. Hex color #DABDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABDFB is #254204. Grayscale: #CCCCCC. Windows color (decimal): -2441733 or 16498138. OLE color: 16498138.
HSL color Cylindrical-coordinate representation of color #DABDFB: hue angle of 268.06º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DABDFB is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 189 | 251 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.02 |
| HSL | 268.06º | 0.89% | 0.86% | - |
| HSV(B) | 268.06º | 0.25% | 0.98% | - |
| XYZ | 64.52 | 58.27 | 99.11 | - |
| YUV | 204.74 | 154.11 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 251 | 0.13 | 0.25 | 0 | 0.02 | 268.06 | 0.89 | 0.86 |
| Hex | DA | BD | FB | D | 19 | 0 | 2 | 10C | 59 | 56 |
| Octal | 332 | 275 | 373 | 15 | 31 | 0 | 2 | 414 | 131 | 126 |
| Binary | 11011010 | 10111101 | 11111011 | 1101 | 11001 | 0 | 10 | 100001100 | 1011001 | 1010110 |
Color Harmonies of #DABDFB
Complementary color
Monochromatic Colors of #DABDFB
Black with #DABDFB
Text Example
Text Example
White with #DABDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDFB; }
p { color: rgb(218,189,251); }
H1.HeaderClassName
{
color: #DABDFB;
}
.AnyTagClassName
{
color: #DABDFB;
}
</style>
background-color css
<style>
a { background-color: #DABDFB; }
a { background-color: rgb(218,189,251); }
div.DivClassName
{
background-color: #DABDFB;
}
.BgClassName
{
background-color: #DABDFB;
}
</style>
border-color css
<style>
span { border-color: #DABDFB; }
span { border-color: rgb(218,189,251); }
td.TdClassName
{
border-color: #DABDFB;
}
.TagClassName
{
border-color: #DABDFB;
}
</style>