Shades of Mauve #DAB5EA
Tints of Mauve #DAB5EA
RGB
CMYK
RGB Variations
Color information
#DAB5EA (or 0xDAB5EA) is known color: Mauve. HEX triplet: DA, B5 and EA. RGB value is (218,181,234). Sum of RGB (Red+Green+Blue) = 218+181+234=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 181 (71.09% from 255 or 28.59% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAB5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB5EA is #254A15. Grayscale: #C5C5C5. Windows color (decimal): -2443798 or 15381978. OLE color: 15381978.
HSL color Cylindrical-coordinate representation of color #DAB5EA: hue angle of 281.89º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAB5EA is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 181 | 234 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.08 |
| HSL | 281.89º | 0.56% | 0.81% | - |
| HSV(B) | 281.89º | 0.23% | 0.92% | - |
| XYZ | 60.29 | 53.89 | 85.07 | - |
| YUV | 198.11 | 148.26 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 234 | 0.07 | 0.23 | 0 | 0.08 | 281.89 | 0.56 | 0.81 |
| Hex | DA | B5 | EA | 7 | 17 | 0 | 8 | 11A | 38 | 51 |
| Octal | 332 | 265 | 352 | 7 | 27 | 0 | 10 | 432 | 70 | 121 |
| Binary | 11011010 | 10110101 | 11101010 | 111 | 10111 | 0 | 1000 | 100011010 | 111000 | 1010001 |
Color Harmonies of #DAB5EA
Complementary color
Monochromatic Colors of #DAB5EA
Black with #DAB5EA
Text Example
Text Example
White with #DAB5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB5EA; }
p { color: rgb(218,181,234); }
H1.HeaderClassName
{
color: #DAB5EA;
}
.AnyTagClassName
{
color: #DAB5EA;
}
</style>
background-color css
<style>
a { background-color: #DAB5EA; }
a { background-color: rgb(218,181,234); }
div.DivClassName
{
background-color: #DAB5EA;
}
.BgClassName
{
background-color: #DAB5EA;
}
</style>
border-color css
<style>
span { border-color: #DAB5EA; }
span { border-color: rgb(218,181,234); }
td.TdClassName
{
border-color: #DAB5EA;
}
.TagClassName
{
border-color: #DAB5EA;
}
</style>