Shades of Mauve #DAB0EA
Tints of Mauve #DAB0EA
RGB
CMYK
RGB Variations
Color information
#DAB0EA (or 0xDAB0EA) is known color: Mauve. HEX triplet: DA, B0 and EA. RGB value is (218,176,234). Sum of RGB (Red+Green+Blue) = 218+176+234=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 176 (69.14% from 255 or 28.03% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAB0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAB0EA is #254F15. Grayscale: #C2C2C2. Windows color (decimal): -2445078 or 15380698. OLE color: 15380698.
HSL color Cylindrical-coordinate representation of color #DAB0EA: hue angle of 283.45º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAB0EA is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 176 | 234 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.08 |
| HSL | 283.45º | 0.58% | 0.8% | - |
| HSV(B) | 283.45º | 0.25% | 0.92% | - |
| XYZ | 59.29 | 51.9 | 84.73 | - |
| YUV | 195.17 | 149.91 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 234 | 0.07 | 0.25 | 0 | 0.08 | 283.45 | 0.58 | 0.8 |
| Hex | DA | B0 | EA | 7 | 19 | 0 | 8 | 11B | 3A | 50 |
| Octal | 332 | 260 | 352 | 7 | 31 | 0 | 10 | 433 | 72 | 120 |
| Binary | 11011010 | 10110000 | 11101010 | 111 | 11001 | 0 | 1000 | 100011011 | 111010 | 1010000 |
Color Harmonies of #DAB0EA
Complementary color
Monochromatic Colors of #DAB0EA
Black with #DAB0EA
Text Example
Text Example
White with #DAB0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB0EA; }
p { color: rgb(218,176,234); }
H1.HeaderClassName
{
color: #DAB0EA;
}
.AnyTagClassName
{
color: #DAB0EA;
}
</style>
background-color css
<style>
a { background-color: #DAB0EA; }
a { background-color: rgb(218,176,234); }
div.DivClassName
{
background-color: #DAB0EA;
}
.BgClassName
{
background-color: #DAB0EA;
}
</style>
border-color css
<style>
span { border-color: #DAB0EA; }
span { border-color: rgb(218,176,234); }
td.TdClassName
{
border-color: #DAB0EA;
}
.TagClassName
{
border-color: #DAB0EA;
}
</style>