Shades of Mauve #D5ABF2
Tints of Mauve #D5ABF2
RGB
CMYK
RGB Variations
Color information
#D5ABF2 (or 0xD5ABF2) is known color: Mauve. HEX triplet: D5, AB and F2. RGB value is (213,171,242). Sum of RGB (Red+Green+Blue) = 213+171+242=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 171 (67.19% from 255 or 27.32% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 242 - color contains mainly: blue. Hex color #D5ABF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ABF2 is #2A540D. Grayscale: #BFBFBF. Windows color (decimal): -2774030 or 15903701. OLE color: 15903701.
HSL color Cylindrical-coordinate representation of color #D5ABF2: hue angle of 275.49º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5ABF2 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 171 | 242 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.05 |
| HSL | 275.49º | 0.73% | 0.81% | - |
| HSV(B) | 275.49º | 0.29% | 0.95% | - |
| XYZ | 58.03 | 49.68 | 90.54 | - |
| YUV | 191.65 | 156.41 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 242 | 0.12 | 0.29 | 0 | 0.05 | 275.49 | 0.73 | 0.81 |
| Hex | D5 | AB | F2 | C | 1D | 0 | 5 | 113 | 49 | 51 |
| Octal | 325 | 253 | 362 | 14 | 35 | 0 | 5 | 423 | 111 | 121 |
| Binary | 11010101 | 10101011 | 11110010 | 1100 | 11101 | 0 | 101 | 100010011 | 1001001 | 1010001 |
Color Harmonies of #D5ABF2
Complementary color
Monochromatic Colors of #D5ABF2
Black with #D5ABF2
Text Example
Text Example
White with #D5ABF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ABF2; }
p { color: rgb(213,171,242); }
H1.HeaderClassName
{
color: #D5ABF2;
}
.AnyTagClassName
{
color: #D5ABF2;
}
</style>
background-color css
<style>
a { background-color: #D5ABF2; }
a { background-color: rgb(213,171,242); }
div.DivClassName
{
background-color: #D5ABF2;
}
.BgClassName
{
background-color: #D5ABF2;
}
</style>
border-color css
<style>
span { border-color: #D5ABF2; }
span { border-color: rgb(213,171,242); }
td.TdClassName
{
border-color: #D5ABF2;
}
.TagClassName
{
border-color: #D5ABF2;
}
</style>