Shades of Mauve #DABAEA
Tints of Mauve #DABAEA
RGB
CMYK
RGB Variations
Color information
#DABAEA (or 0xDABAEA) is known color: Mauve. HEX triplet: DA, BA and EA. RGB value is (218,186,234). Sum of RGB (Red+Green+Blue) = 218+186+234=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #DABAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABAEA is #254515. Grayscale: #C8C8C8. Windows color (decimal): -2442518 or 15383258. OLE color: 15383258.
HSL color Cylindrical-coordinate representation of color #DABAEA: hue angle of 280º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DABAEA is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 186 | 234 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.08 |
| HSL | 280º | 0.53% | 0.82% | - |
| HSV(B) | 280º | 0.21% | 0.92% | - |
| XYZ | 61.32 | 55.96 | 85.41 | - |
| YUV | 201.04 | 146.6 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 234 | 0.07 | 0.21 | 0 | 0.08 | 280 | 0.53 | 0.82 |
| Hex | DA | BA | EA | 7 | 15 | 0 | 8 | 118 | 35 | 52 |
| Octal | 332 | 272 | 352 | 7 | 25 | 0 | 10 | 430 | 65 | 122 |
| Binary | 11011010 | 10111010 | 11101010 | 111 | 10101 | 0 | 1000 | 100011000 | 110101 | 1010010 |
Color Harmonies of #DABAEA
Complementary color
Monochromatic Colors of #DABAEA
Black with #DABAEA
Text Example
Text Example
White with #DABAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABAEA; }
p { color: rgb(218,186,234); }
H1.HeaderClassName
{
color: #DABAEA;
}
.AnyTagClassName
{
color: #DABAEA;
}
</style>
background-color css
<style>
a { background-color: #DABAEA; }
a { background-color: rgb(218,186,234); }
div.DivClassName
{
background-color: #DABAEA;
}
.BgClassName
{
background-color: #DABAEA;
}
</style>
border-color css
<style>
span { border-color: #DABAEA; }
span { border-color: rgb(218,186,234); }
td.TdClassName
{
border-color: #DABAEA;
}
.TagClassName
{
border-color: #DABAEA;
}
</style>