Shades of Mauve #D5ABFF
Tints of Mauve #D5ABFF
RGB
CMYK
RGB Variations
Color information
#D5ABFF (or 0xD5ABFF) is known color: Mauve. HEX triplet: D5, AB and FF. RGB value is (213,171,255). Sum of RGB (Red+Green+Blue) = 213+171+255=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 171 (67.19% from 255 or 26.76% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ABFF is #2A5400. Grayscale: #C0C0C0. Windows color (decimal): -2774017 or 16755669. OLE color: 16755669.
HSL color Cylindrical-coordinate representation of color #D5ABFF: hue angle of 270º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D5ABFF is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 171 | 255 | - |
| CMYK | 0.16 | 0.33 | 0 | 0 |
| HSL | 270º | 1% | 0.84% | - |
| HSV(B) | 270º | 0.33% | 1% | - |
| XYZ | 60.05 | 50.49 | 101.19 | - |
| YUV | 193.13 | 162.91 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 255 | 0.16 | 0.33 | 0 | 0 | 270 | 1 | 0.84 |
| Hex | D5 | AB | FF | 10 | 21 | 0 | 0 | 10E | 64 | 54 |
| Octal | 325 | 253 | 377 | 20 | 41 | 0 | 0 | 416 | 144 | 124 |
| Binary | 11010101 | 10101011 | 11111111 | 10000 | 100001 | 0 | 0 | 100001110 | 1100100 | 1010100 |
Color Harmonies of #D5ABFF
Complementary color
Monochromatic Colors of #D5ABFF
Black with #D5ABFF
Text Example
Text Example
White with #D5ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ABFF; }
p { color: rgb(213,171,255); }
H1.HeaderClassName
{
color: #D5ABFF;
}
.AnyTagClassName
{
color: #D5ABFF;
}
</style>
background-color css
<style>
a { background-color: #D5ABFF; }
a { background-color: rgb(213,171,255); }
div.DivClassName
{
background-color: #D5ABFF;
}
.BgClassName
{
background-color: #D5ABFF;
}
</style>
border-color css
<style>
span { border-color: #D5ABFF; }
span { border-color: rgb(213,171,255); }
td.TdClassName
{
border-color: #D5ABFF;
}
.TagClassName
{
border-color: #D5ABFF;
}
</style>