Shades of Mauve #DABAEF
Tints of Mauve #DABAEF
RGB
CMYK
RGB Variations
Color information
#DABAEF (or 0xDABAEF) is known color: Mauve. HEX triplet: DA, BA and EF. RGB value is (218,186,239). Sum of RGB (Red+Green+Blue) = 218+186+239=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #DABAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABAEF is #254510. Grayscale: #C9C9C9. Windows color (decimal): -2442513 or 15710938. OLE color: 15710938.
HSL color Cylindrical-coordinate representation of color #DABAEF: hue angle of 276.23º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DABAEF is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 186 | 239 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.06 |
| HSL | 276.23º | 0.62% | 0.83% | - |
| HSV(B) | 276.23º | 0.22% | 0.94% | - |
| XYZ | 62.05 | 56.26 | 89.25 | - |
| YUV | 201.61 | 149.1 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 239 | 0.09 | 0.22 | 0 | 0.06 | 276.23 | 0.62 | 0.83 |
| Hex | DA | BA | EF | 9 | 16 | 0 | 6 | 114 | 3E | 53 |
| Octal | 332 | 272 | 357 | 11 | 26 | 0 | 6 | 424 | 76 | 123 |
| Binary | 11011010 | 10111010 | 11101111 | 1001 | 10110 | 0 | 110 | 100010100 | 111110 | 1010011 |
Color Harmonies of #DABAEF
Complementary color
Monochromatic Colors of #DABAEF
Black with #DABAEF
Text Example
Text Example
White with #DABAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABAEF; }
p { color: rgb(218,186,239); }
H1.HeaderClassName
{
color: #DABAEF;
}
.AnyTagClassName
{
color: #DABAEF;
}
</style>
background-color css
<style>
a { background-color: #DABAEF; }
a { background-color: rgb(218,186,239); }
div.DivClassName
{
background-color: #DABAEF;
}
.BgClassName
{
background-color: #DABAEF;
}
</style>
border-color css
<style>
span { border-color: #DABAEF; }
span { border-color: rgb(218,186,239); }
td.TdClassName
{
border-color: #DABAEF;
}
.TagClassName
{
border-color: #DABAEF;
}
</style>