Shades of Mauve #DAB3FB
Tints of Mauve #DAB3FB
RGB
CMYK
RGB Variations
Color information
#DAB3FB (or 0xDAB3FB) is known color: Mauve. HEX triplet: DA, B3 and FB. RGB value is (218,179,251). Sum of RGB (Red+Green+Blue) = 218+179+251=648 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.64% from 648); Green value is 179 (70.31% from 255 or 27.62% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAB3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB3FB is #254C04. Grayscale: #C6C6C6. Windows color (decimal): -2444293 or 16495578. OLE color: 16495578.
HSL color Cylindrical-coordinate representation of color #DAB3FB: hue angle of 272.5º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAB3FB is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 179 | 251 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.02 |
| HSL | 272.5º | 0.9% | 0.84% | - |
| HSV(B) | 272.5º | 0.29% | 0.98% | - |
| XYZ | 62.45 | 54.11 | 98.42 | - |
| YUV | 198.87 | 157.42 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 251 | 0.13 | 0.29 | 0 | 0.02 | 272.5 | 0.9 | 0.84 |
| Hex | DA | B3 | FB | D | 1D | 0 | 2 | 110 | 5A | 54 |
| Octal | 332 | 263 | 373 | 15 | 35 | 0 | 2 | 420 | 132 | 124 |
| Binary | 11011010 | 10110011 | 11111011 | 1101 | 11101 | 0 | 10 | 100010000 | 1011010 | 1010100 |
Color Harmonies of #DAB3FB
Complementary color
Monochromatic Colors of #DAB3FB
Black with #DAB3FB
Text Example
Text Example
White with #DAB3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB3FB; }
p { color: rgb(218,179,251); }
H1.HeaderClassName
{
color: #DAB3FB;
}
.AnyTagClassName
{
color: #DAB3FB;
}
</style>
background-color css
<style>
a { background-color: #DAB3FB; }
a { background-color: rgb(218,179,251); }
div.DivClassName
{
background-color: #DAB3FB;
}
.BgClassName
{
background-color: #DAB3FB;
}
</style>
border-color css
<style>
span { border-color: #DAB3FB; }
span { border-color: rgb(218,179,251); }
td.TdClassName
{
border-color: #DAB3FB;
}
.TagClassName
{
border-color: #DAB3FB;
}
</style>