Shades of Mauve #DAB4F1
Tints of Mauve #DAB4F1
RGB
CMYK
RGB Variations
Color information
#DAB4F1 (or 0xDAB4F1) is known color: Mauve. HEX triplet: DA, B4 and F1. RGB value is (218,180,241). Sum of RGB (Red+Green+Blue) = 218+180+241=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 180 (70.70% from 255 or 28.17% from 639); Blue value is 241 (94.53% from 255 or 37.72% from 639); Max value from RGB is 241 - color contains mainly: blue. Hex color #DAB4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB4F1 is #254B0E. Grayscale: #C6C6C6. Windows color (decimal): -2444047 or 15840474. OLE color: 15840474.
HSL color Cylindrical-coordinate representation of color #DAB4F1: hue angle of 277.38º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAB4F1 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 180 | 241 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.05 |
| HSL | 277.38º | 0.69% | 0.83% | - |
| HSV(B) | 277.38º | 0.25% | 0.95% | - |
| XYZ | 61.11 | 53.9 | 90.4 | - |
| YUV | 198.32 | 152.09 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 241 | 0.10 | 0.25 | 0 | 0.05 | 277.38 | 0.69 | 0.83 |
| Hex | DA | B4 | F1 | A | 19 | 0 | 5 | 115 | 45 | 53 |
| Octal | 332 | 264 | 361 | 12 | 31 | 0 | 5 | 425 | 105 | 123 |
| Binary | 11011010 | 10110100 | 11110001 | 1010 | 11001 | 0 | 101 | 100010101 | 1000101 | 1010011 |
Color Harmonies of #DAB4F1
Complementary color
Monochromatic Colors of #DAB4F1
Black with #DAB4F1
Text Example
Text Example
White with #DAB4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB4F1; }
p { color: rgb(218,180,241); }
H1.HeaderClassName
{
color: #DAB4F1;
}
.AnyTagClassName
{
color: #DAB4F1;
}
</style>
background-color css
<style>
a { background-color: #DAB4F1; }
a { background-color: rgb(218,180,241); }
div.DivClassName
{
background-color: #DAB4F1;
}
.BgClassName
{
background-color: #DAB4F1;
}
</style>
border-color css
<style>
span { border-color: #DAB4F1; }
span { border-color: rgb(218,180,241); }
td.TdClassName
{
border-color: #DAB4F1;
}
.TagClassName
{
border-color: #DAB4F1;
}
</style>