Shades of Mauve #DAB0EC
Tints of Mauve #DAB0EC
RGB
CMYK
RGB Variations
Color information
#DAB0EC (or 0xDAB0EC) is known color: Mauve. HEX triplet: DA, B0 and EC. RGB value is (218,176,236). Sum of RGB (Red+Green+Blue) = 218+176+236=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 176 (69.14% from 255 or 27.94% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAB0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB0EC is #254F13. Grayscale: #C3C3C3. Windows color (decimal): -2445076 or 15511770. OLE color: 15511770.
HSL color Cylindrical-coordinate representation of color #DAB0EC: hue angle of 282º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAB0EC is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 176 | 236 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.07 |
| HSL | 282º | 0.61% | 0.81% | - |
| HSV(B) | 282º | 0.25% | 0.93% | - |
| XYZ | 59.58 | 52.01 | 86.26 | - |
| YUV | 195.4 | 150.91 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 236 | 0.08 | 0.25 | 0 | 0.07 | 282 | 0.61 | 0.81 |
| Hex | DA | B0 | EC | 8 | 19 | 0 | 7 | 11A | 3D | 51 |
| Octal | 332 | 260 | 354 | 10 | 31 | 0 | 7 | 432 | 75 | 121 |
| Binary | 11011010 | 10110000 | 11101100 | 1000 | 11001 | 0 | 111 | 100011010 | 111101 | 1010001 |
Color Harmonies of #DAB0EC
Complementary color
Monochromatic Colors of #DAB0EC
Black with #DAB0EC
Text Example
Text Example
White with #DAB0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB0EC; }
p { color: rgb(218,176,236); }
H1.HeaderClassName
{
color: #DAB0EC;
}
.AnyTagClassName
{
color: #DAB0EC;
}
</style>
background-color css
<style>
a { background-color: #DAB0EC; }
a { background-color: rgb(218,176,236); }
div.DivClassName
{
background-color: #DAB0EC;
}
.BgClassName
{
background-color: #DAB0EC;
}
</style>
border-color css
<style>
span { border-color: #DAB0EC; }
span { border-color: rgb(218,176,236); }
td.TdClassName
{
border-color: #DAB0EC;
}
.TagClassName
{
border-color: #DAB0EC;
}
</style>