Shades of Mauve #DAB6EF
Tints of Mauve #DAB6EF
RGB
CMYK
RGB Variations
Color information
#DAB6EF (or 0xDAB6EF) is known color: Mauve. HEX triplet: DA, B6 and EF. RGB value is (218,182,239). Sum of RGB (Red+Green+Blue) = 218+182+239=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 182 (71.48% from 255 or 28.48% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAB6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB6EF is #254910. Grayscale: #C7C7C7. Windows color (decimal): -2443537 or 15709914. OLE color: 15709914.
HSL color Cylindrical-coordinate representation of color #DAB6EF: hue angle of 277.89º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAB6EF is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 182 | 239 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.06 |
| HSL | 277.89º | 0.64% | 0.83% | - |
| HSV(B) | 277.89º | 0.24% | 0.94% | - |
| XYZ | 61.22 | 54.59 | 88.97 | - |
| YUV | 199.26 | 150.43 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 239 | 0.09 | 0.24 | 0 | 0.06 | 277.89 | 0.64 | 0.83 |
| Hex | DA | B6 | EF | 9 | 18 | 0 | 6 | 116 | 40 | 53 |
| Octal | 332 | 266 | 357 | 11 | 30 | 0 | 6 | 426 | 100 | 123 |
| Binary | 11011010 | 10110110 | 11101111 | 1001 | 11000 | 0 | 110 | 100010110 | 1000000 | 1010011 |
Color Harmonies of #DAB6EF
Complementary color
Monochromatic Colors of #DAB6EF
Black with #DAB6EF
Text Example
Text Example
White with #DAB6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB6EF; }
p { color: rgb(218,182,239); }
H1.HeaderClassName
{
color: #DAB6EF;
}
.AnyTagClassName
{
color: #DAB6EF;
}
</style>
background-color css
<style>
a { background-color: #DAB6EF; }
a { background-color: rgb(218,182,239); }
div.DivClassName
{
background-color: #DAB6EF;
}
.BgClassName
{
background-color: #DAB6EF;
}
</style>
border-color css
<style>
span { border-color: #DAB6EF; }
span { border-color: rgb(218,182,239); }
td.TdClassName
{
border-color: #DAB6EF;
}
.TagClassName
{
border-color: #DAB6EF;
}
</style>