Shades of Mauve #D7ABF2
Tints of Mauve #D7ABF2
RGB
CMYK
RGB Variations
Color information
#D7ABF2 (or 0xD7ABF2) is known color: Mauve. HEX triplet: D7, AB and F2. RGB value is (215,171,242). Sum of RGB (Red+Green+Blue) = 215+171+242=628 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.24% from 628); Green value is 171 (67.19% from 255 or 27.23% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 242 - color contains mainly: blue. Hex color #D7ABF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7ABF2 is #28540D. Grayscale: #C0C0C0. Windows color (decimal): -2642958 or 15903703. OLE color: 15903703.
HSL color Cylindrical-coordinate representation of color #D7ABF2: hue angle of 277.18º 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 #D7ABF2 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 171 | 242 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.05 |
| HSL | 277.18º | 0.73% | 0.81% | - |
| HSV(B) | 277.18º | 0.29% | 0.95% | - |
| XYZ | 58.61 | 49.98 | 90.56 | - |
| YUV | 192.25 | 156.08 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 171 | 242 | 0.11 | 0.29 | 0 | 0.05 | 277.18 | 0.73 | 0.81 |
| Hex | D7 | AB | F2 | B | 1D | 0 | 5 | 115 | 49 | 51 |
| Octal | 327 | 253 | 362 | 13 | 35 | 0 | 5 | 425 | 111 | 121 |
| Binary | 11010111 | 10101011 | 11110010 | 1011 | 11101 | 0 | 101 | 100010101 | 1001001 | 1010001 |
Color Harmonies of #D7ABF2
Complementary color
Monochromatic Colors of #D7ABF2
Black with #D7ABF2
Text Example
Text Example
White with #D7ABF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ABF2; }
p { color: rgb(215,171,242); }
H1.HeaderClassName
{
color: #D7ABF2;
}
.AnyTagClassName
{
color: #D7ABF2;
}
</style>
background-color css
<style>
a { background-color: #D7ABF2; }
a { background-color: rgb(215,171,242); }
div.DivClassName
{
background-color: #D7ABF2;
}
.BgClassName
{
background-color: #D7ABF2;
}
</style>
border-color css
<style>
span { border-color: #D7ABF2; }
span { border-color: rgb(215,171,242); }
td.TdClassName
{
border-color: #D7ABF2;
}
.TagClassName
{
border-color: #D7ABF2;
}
</style>