Shades of Mauve #D5ABFD
Tints of Mauve #D5ABFD
RGB
CMYK
RGB Variations
Color information
#D5ABFD (or 0xD5ABFD) is known color: Mauve. HEX triplet: D5, AB and FD. RGB value is (213,171,253). Sum of RGB (Red+Green+Blue) = 213+171+253=637 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.44% from 637); Green value is 171 (67.19% from 255 or 26.84% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5ABFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ABFD is #2A5402. Grayscale: #C0C0C0. Windows color (decimal): -2774019 or 16624597. OLE color: 16624597.
HSL color Cylindrical-coordinate representation of color #D5ABFD: hue angle of 270.73º degrees, saturation: 0.95, 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 #D5ABFD is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 171 | 253 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.01 |
| HSL | 270.73º | 0.95% | 0.83% | - |
| HSV(B) | 270.73º | 0.32% | 0.99% | - |
| XYZ | 59.73 | 50.36 | 99.5 | - |
| YUV | 192.91 | 161.91 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 253 | 0.16 | 0.32 | 0 | 0.01 | 270.73 | 0.95 | 0.83 |
| Hex | D5 | AB | FD | 10 | 20 | 0 | 1 | 10F | 5F | 53 |
| Octal | 325 | 253 | 375 | 20 | 40 | 0 | 1 | 417 | 137 | 123 |
| Binary | 11010101 | 10101011 | 11111101 | 10000 | 100000 | 0 | 1 | 100001111 | 1011111 | 1010011 |
Color Harmonies of #D5ABFD
Complementary color
Monochromatic Colors of #D5ABFD
Black with #D5ABFD
Text Example
Text Example
White with #D5ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ABFD; }
p { color: rgb(213,171,253); }
H1.HeaderClassName
{
color: #D5ABFD;
}
.AnyTagClassName
{
color: #D5ABFD;
}
</style>
background-color css
<style>
a { background-color: #D5ABFD; }
a { background-color: rgb(213,171,253); }
div.DivClassName
{
background-color: #D5ABFD;
}
.BgClassName
{
background-color: #D5ABFD;
}
</style>
border-color css
<style>
span { border-color: #D5ABFD; }
span { border-color: rgb(213,171,253); }
td.TdClassName
{
border-color: #D5ABFD;
}
.TagClassName
{
border-color: #D5ABFD;
}
</style>