Shades of Mauve #DAABEF
Tints of Mauve #DAABEF
RGB
CMYK
RGB Variations
Color information
#DAABEF (or 0xDAABEF) is known color: Mauve. HEX triplet: DA, AB and EF. RGB value is (218,171,239). Sum of RGB (Red+Green+Blue) = 218+171+239=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 171 (67.19% from 255 or 27.23% from 628); Blue value is 239 (93.75% from 255 or 38.06% from 628); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAABEF is #255410. Grayscale: #C0C0C0. Windows color (decimal): -2446353 or 15707098. OLE color: 15707098.
HSL color Cylindrical-coordinate representation of color #DAABEF: hue angle of 281.47º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAABEF is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 171 | 239 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.06 |
| HSL | 281.47º | 0.68% | 0.8% | - |
| HSV(B) | 281.47º | 0.28% | 0.94% | - |
| XYZ | 59.06 | 50.26 | 88.25 | - |
| YUV | 192.81 | 154.07 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 239 | 0.09 | 0.28 | 0 | 0.06 | 281.47 | 0.68 | 0.8 |
| Hex | DA | AB | EF | 9 | 1C | 0 | 6 | 119 | 44 | 50 |
| Octal | 332 | 253 | 357 | 11 | 34 | 0 | 6 | 431 | 104 | 120 |
| Binary | 11011010 | 10101011 | 11101111 | 1001 | 11100 | 0 | 110 | 100011001 | 1000100 | 1010000 |
Color Harmonies of #DAABEF
Complementary color
Monochromatic Colors of #DAABEF
Black with #DAABEF
Text Example
Text Example
White with #DAABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAABEF; }
p { color: rgb(218,171,239); }
H1.HeaderClassName
{
color: #DAABEF;
}
.AnyTagClassName
{
color: #DAABEF;
}
</style>
background-color css
<style>
a { background-color: #DAABEF; }
a { background-color: rgb(218,171,239); }
div.DivClassName
{
background-color: #DAABEF;
}
.BgClassName
{
background-color: #DAABEF;
}
</style>
border-color css
<style>
span { border-color: #DAABEF; }
span { border-color: rgb(218,171,239); }
td.TdClassName
{
border-color: #DAABEF;
}
.TagClassName
{
border-color: #DAABEF;
}
</style>