Shades of Mauve #DAB0EF
Tints of Mauve #DAB0EF
RGB
CMYK
RGB Variations
Color information
#DAB0EF (or 0xDAB0EF) is known color: Mauve. HEX triplet: DA, B0 and EF. RGB value is (218,176,239). Sum of RGB (Red+Green+Blue) = 218+176+239=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 176 (69.14% from 255 or 27.80% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAB0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB0EF is #254F10. Grayscale: #C3C3C3. Windows color (decimal): -2445073 or 15708378. OLE color: 15708378.
HSL color Cylindrical-coordinate representation of color #DAB0EF: hue angle of 280º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAB0EF is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 176 | 239 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.06 |
| HSL | 280º | 0.66% | 0.81% | - |
| HSV(B) | 280º | 0.26% | 0.94% | - |
| XYZ | 60.02 | 52.19 | 88.57 | - |
| YUV | 195.74 | 152.41 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 239 | 0.09 | 0.26 | 0 | 0.06 | 280 | 0.66 | 0.81 |
| Hex | DA | B0 | EF | 9 | 1A | 0 | 6 | 118 | 42 | 51 |
| Octal | 332 | 260 | 357 | 11 | 32 | 0 | 6 | 430 | 102 | 121 |
| Binary | 11011010 | 10110000 | 11101111 | 1001 | 11010 | 0 | 110 | 100011000 | 1000010 | 1010001 |
Color Harmonies of #DAB0EF
Complementary color
Monochromatic Colors of #DAB0EF
Black with #DAB0EF
Text Example
Text Example
White with #DAB0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB0EF; }
p { color: rgb(218,176,239); }
H1.HeaderClassName
{
color: #DAB0EF;
}
.AnyTagClassName
{
color: #DAB0EF;
}
</style>
background-color css
<style>
a { background-color: #DAB0EF; }
a { background-color: rgb(218,176,239); }
div.DivClassName
{
background-color: #DAB0EF;
}
.BgClassName
{
background-color: #DAB0EF;
}
</style>
border-color css
<style>
span { border-color: #DAB0EF; }
span { border-color: rgb(218,176,239); }
td.TdClassName
{
border-color: #DAB0EF;
}
.TagClassName
{
border-color: #DAB0EF;
}
</style>