Shades of Mauve #D4ABFC
Tints of Mauve #D4ABFC
RGB
CMYK
RGB Variations
Color information
#D4ABFC (or 0xD4ABFC) is known color: Mauve. HEX triplet: D4, AB and FC. RGB value is (212,171,252). Sum of RGB (Red+Green+Blue) = 212+171+252=635 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.39% from 635); Green value is 171 (67.19% from 255 or 26.93% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4ABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ABFC is #2B5403. Grayscale: #C0C0C0. Windows color (decimal): -2839556 or 16559060. OLE color: 16559060.
HSL color Cylindrical-coordinate representation of color #D4ABFC: hue angle of 270.37º 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 #D4ABFC is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 171 | 252 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.01 |
| HSL | 270.37º | 0.93% | 0.83% | - |
| HSV(B) | 270.37º | 0.32% | 0.99% | - |
| XYZ | 59.28 | 50.15 | 98.65 | - |
| YUV | 192.49 | 161.58 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 171 | 252 | 0.16 | 0.32 | 0 | 0.01 | 270.37 | 0.93 | 0.83 |
| Hex | D4 | AB | FC | 10 | 20 | 0 | 1 | 10E | 5D | 53 |
| Octal | 324 | 253 | 374 | 20 | 40 | 0 | 1 | 416 | 135 | 123 |
| Binary | 11010100 | 10101011 | 11111100 | 10000 | 100000 | 0 | 1 | 100001110 | 1011101 | 1010011 |
Color Harmonies of #D4ABFC
Complementary color
Monochromatic Colors of #D4ABFC
Black with #D4ABFC
Text Example
Text Example
White with #D4ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ABFC; }
p { color: rgb(212,171,252); }
H1.HeaderClassName
{
color: #D4ABFC;
}
.AnyTagClassName
{
color: #D4ABFC;
}
</style>
background-color css
<style>
a { background-color: #D4ABFC; }
a { background-color: rgb(212,171,252); }
div.DivClassName
{
background-color: #D4ABFC;
}
.BgClassName
{
background-color: #D4ABFC;
}
</style>
border-color css
<style>
span { border-color: #D4ABFC; }
span { border-color: rgb(212,171,252); }
td.TdClassName
{
border-color: #D4ABFC;
}
.TagClassName
{
border-color: #D4ABFC;
}
</style>