Shades of Mauve #DAB5F4
Tints of Mauve #DAB5F4
RGB
CMYK
RGB Variations
Color information
#DAB5F4 (or 0xDAB5F4) is known color: Mauve. HEX triplet: DA, B5 and F4. RGB value is (218,181,244). Sum of RGB (Red+Green+Blue) = 218+181+244=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 181 (71.09% from 255 or 28.15% from 643); Blue value is 244 (95.70% from 255 or 37.95% from 643); Max value from RGB is 244 - color contains mainly: blue. Hex color #DAB5F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB5F4 is #254A0B. Grayscale: #C7C7C7. Windows color (decimal): -2443788 or 16037338. OLE color: 16037338.
HSL color Cylindrical-coordinate representation of color #DAB5F4: hue angle of 275.24º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAB5F4 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 181 | 244 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.04 |
| HSL | 275.24º | 0.74% | 0.83% | - |
| HSV(B) | 275.24º | 0.26% | 0.96% | - |
| XYZ | 61.77 | 54.48 | 92.85 | - |
| YUV | 199.25 | 153.26 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 244 | 0.11 | 0.26 | 0 | 0.04 | 275.24 | 0.74 | 0.83 |
| Hex | DA | B5 | F4 | B | 1A | 0 | 4 | 113 | 4A | 53 |
| Octal | 332 | 265 | 364 | 13 | 32 | 0 | 4 | 423 | 112 | 123 |
| Binary | 11011010 | 10110101 | 11110100 | 1011 | 11010 | 0 | 100 | 100010011 | 1001010 | 1010011 |
Color Harmonies of #DAB5F4
Complementary color
Monochromatic Colors of #DAB5F4
Black with #DAB5F4
Text Example
Text Example
White with #DAB5F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB5F4; }
p { color: rgb(218,181,244); }
H1.HeaderClassName
{
color: #DAB5F4;
}
.AnyTagClassName
{
color: #DAB5F4;
}
</style>
background-color css
<style>
a { background-color: #DAB5F4; }
a { background-color: rgb(218,181,244); }
div.DivClassName
{
background-color: #DAB5F4;
}
.BgClassName
{
background-color: #DAB5F4;
}
</style>
border-color css
<style>
span { border-color: #DAB5F4; }
span { border-color: rgb(218,181,244); }
td.TdClassName
{
border-color: #DAB5F4;
}
.TagClassName
{
border-color: #DAB5F4;
}
</style>