Shades of Mauve #DAB8E9
Tints of Mauve #DAB8E9
RGB
CMYK
RGB Variations
Color information
#DAB8E9 (or 0xDAB8E9) is known color: Mauve. HEX triplet: DA, B8 and E9. RGB value is (218,184,233). Sum of RGB (Red+Green+Blue) = 218+184+233=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 184 (72.27% from 255 or 28.98% from 635); Blue value is 233 (91.41% from 255 or 36.69% from 635); Max value from RGB is 233 - color contains mainly: blue. Hex color #DAB8E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB8E9 is #254716. Grayscale: #C7C7C7. Windows color (decimal): -2443031 or 15317210. OLE color: 15317210.
HSL color Cylindrical-coordinate representation of color #DAB8E9: hue angle of 281.63º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAB8E9 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 184 | 233 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.09 |
| HSL | 281.63º | 0.53% | 0.82% | - |
| HSV(B) | 281.63º | 0.21% | 0.91% | - |
| XYZ | 60.76 | 55.07 | 84.52 | - |
| YUV | 199.75 | 146.76 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 233 | 0.06 | 0.21 | 0 | 0.09 | 281.63 | 0.53 | 0.82 |
| Hex | DA | B8 | E9 | 6 | 15 | 0 | 9 | 11A | 35 | 52 |
| Octal | 332 | 270 | 351 | 6 | 25 | 0 | 11 | 432 | 65 | 122 |
| Binary | 11011010 | 10111000 | 11101001 | 110 | 10101 | 0 | 1001 | 100011010 | 110101 | 1010010 |
Color Harmonies of #DAB8E9
Complementary color
Monochromatic Colors of #DAB8E9
Black with #DAB8E9
Text Example
Text Example
White with #DAB8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB8E9; }
p { color: rgb(218,184,233); }
H1.HeaderClassName
{
color: #DAB8E9;
}
.AnyTagClassName
{
color: #DAB8E9;
}
</style>
background-color css
<style>
a { background-color: #DAB8E9; }
a { background-color: rgb(218,184,233); }
div.DivClassName
{
background-color: #DAB8E9;
}
.BgClassName
{
background-color: #DAB8E9;
}
</style>
border-color css
<style>
span { border-color: #DAB8E9; }
span { border-color: rgb(218,184,233); }
td.TdClassName
{
border-color: #DAB8E9;
}
.TagClassName
{
border-color: #DAB8E9;
}
</style>