Shades of Mauve #D4ABFE
Tints of Mauve #D4ABFE
RGB
CMYK
RGB Variations
Color information
#D4ABFE (or 0xD4ABFE) is known color: Mauve. HEX triplet: D4, AB and FE. RGB value is (212,171,254). Sum of RGB (Red+Green+Blue) = 212+171+254=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 171 (67.19% from 255 or 26.84% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4ABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ABFE is #2B5401. Grayscale: #C0C0C0. Windows color (decimal): -2839554 or 16690132. OLE color: 16690132.
HSL color Cylindrical-coordinate representation of color #D4ABFE: hue angle of 269.64º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4ABFE is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 171 | 254 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.00 |
| HSL | 269.64º | 0.98% | 0.83% | - |
| HSV(B) | 269.64º | 0.33% | 1% | - |
| XYZ | 59.6 | 50.28 | 100.33 | - |
| YUV | 192.72 | 162.58 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 171 | 254 | 0.17 | 0.33 | 0 | 0.00 | 269.64 | 0.98 | 0.83 |
| Hex | D4 | AB | FE | 11 | 21 | 0 | 0 | 10E | 62 | 53 |
| Octal | 324 | 253 | 376 | 21 | 41 | 0 | 0 | 416 | 142 | 123 |
| Binary | 11010100 | 10101011 | 11111110 | 10001 | 100001 | 0 | 0 | 100001110 | 1100010 | 1010011 |
Color Harmonies of #D4ABFE
Complementary color
Monochromatic Colors of #D4ABFE
Black with #D4ABFE
Text Example
Text Example
White with #D4ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4ABFE; }
p { color: rgb(212,171,254); }
H1.HeaderClassName
{
color: #D4ABFE;
}
.AnyTagClassName
{
color: #D4ABFE;
}
</style>
background-color css
<style>
a { background-color: #D4ABFE; }
a { background-color: rgb(212,171,254); }
div.DivClassName
{
background-color: #D4ABFE;
}
.BgClassName
{
background-color: #D4ABFE;
}
</style>
border-color css
<style>
span { border-color: #D4ABFE; }
span { border-color: rgb(212,171,254); }
td.TdClassName
{
border-color: #D4ABFE;
}
.TagClassName
{
border-color: #D4ABFE;
}
</style>