Shades of Mauve #D7ABFC
Tints of Mauve #D7ABFC
RGB
CMYK
RGB Variations
Color information
#D7ABFC (or 0xD7ABFC) is known color: Mauve. HEX triplet: D7, AB and FC. RGB value is (215,171,252). Sum of RGB (Red+Green+Blue) = 215+171+252=638 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.70% from 638); Green value is 171 (67.19% from 255 or 26.80% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #D7ABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7ABFC is #285403. Grayscale: #C1C1C1. Windows color (decimal): -2642948 or 16559063. OLE color: 16559063.
HSL color Cylindrical-coordinate representation of color #D7ABFC: hue angle of 272.59º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D7ABFC is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 171 | 252 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.01 |
| HSL | 272.59º | 0.93% | 0.83% | - |
| HSV(B) | 272.59º | 0.32% | 0.99% | - |
| XYZ | 60.16 | 50.6 | 98.69 | - |
| YUV | 193.39 | 161.08 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 171 | 252 | 0.15 | 0.32 | 0 | 0.01 | 272.59 | 0.93 | 0.83 |
| Hex | D7 | AB | FC | F | 20 | 0 | 1 | 111 | 5D | 53 |
| Octal | 327 | 253 | 374 | 17 | 40 | 0 | 1 | 421 | 135 | 123 |
| Binary | 11010111 | 10101011 | 11111100 | 1111 | 100000 | 0 | 1 | 100010001 | 1011101 | 1010011 |
Color Harmonies of #D7ABFC
Complementary color
Monochromatic Colors of #D7ABFC
Black with #D7ABFC
Text Example
Text Example
White with #D7ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ABFC; }
p { color: rgb(215,171,252); }
H1.HeaderClassName
{
color: #D7ABFC;
}
.AnyTagClassName
{
color: #D7ABFC;
}
</style>
background-color css
<style>
a { background-color: #D7ABFC; }
a { background-color: rgb(215,171,252); }
div.DivClassName
{
background-color: #D7ABFC;
}
.BgClassName
{
background-color: #D7ABFC;
}
</style>
border-color css
<style>
span { border-color: #D7ABFC; }
span { border-color: rgb(215,171,252); }
td.TdClassName
{
border-color: #D7ABFC;
}
.TagClassName
{
border-color: #D7ABFC;
}
</style>