Shades of Mauve #D5ABFC
Tints of Mauve #D5ABFC
RGB
CMYK
RGB Variations
Color information
#D5ABFC (or 0xD5ABFC) is known color: Mauve. HEX triplet: D5, AB and FC. RGB value is (213,171,252). Sum of RGB (Red+Green+Blue) = 213+171+252=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 171 (67.19% from 255 or 26.89% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5ABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ABFC is #2A5403. Grayscale: #C0C0C0. Windows color (decimal): -2774020 or 16559061. OLE color: 16559061.
HSL color Cylindrical-coordinate representation of color #D5ABFC: hue angle of 271.11º 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 #D5ABFC is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 171 | 252 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.01 |
| HSL | 271.11º | 0.93% | 0.83% | - |
| HSV(B) | 271.11º | 0.32% | 0.99% | - |
| XYZ | 59.57 | 50.3 | 98.66 | - |
| YUV | 192.79 | 161.41 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 252 | 0.15 | 0.32 | 0 | 0.01 | 271.11 | 0.93 | 0.83 |
| Hex | D5 | AB | FC | F | 20 | 0 | 1 | 10F | 5D | 53 |
| Octal | 325 | 253 | 374 | 17 | 40 | 0 | 1 | 417 | 135 | 123 |
| Binary | 11010101 | 10101011 | 11111100 | 1111 | 100000 | 0 | 1 | 100001111 | 1011101 | 1010011 |
Color Harmonies of #D5ABFC
Complementary color
Monochromatic Colors of #D5ABFC
Black with #D5ABFC
Text Example
Text Example
White with #D5ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ABFC; }
p { color: rgb(213,171,252); }
H1.HeaderClassName
{
color: #D5ABFC;
}
.AnyTagClassName
{
color: #D5ABFC;
}
</style>
background-color css
<style>
a { background-color: #D5ABFC; }
a { background-color: rgb(213,171,252); }
div.DivClassName
{
background-color: #D5ABFC;
}
.BgClassName
{
background-color: #D5ABFC;
}
</style>
border-color css
<style>
span { border-color: #D5ABFC; }
span { border-color: rgb(213,171,252); }
td.TdClassName
{
border-color: #D5ABFC;
}
.TagClassName
{
border-color: #D5ABFC;
}
</style>