Shades of Mauve #D1ABFE
Tints of Mauve #D1ABFE
RGB
CMYK
RGB Variations
Color information
#D1ABFE (or 0xD1ABFE) is known color: Mauve. HEX triplet: D1, AB and FE. RGB value is (209,171,254). Sum of RGB (Red+Green+Blue) = 209+171+254=634 (83% of max value = 765). Red value is 209 (82.03% from 255 or 32.97% from 634); Green value is 171 (67.19% from 255 or 26.97% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #D1ABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ABFE is #2E5401. Grayscale: #BFBFBF. Windows color (decimal): -3036162 or 16690129. OLE color: 16690129.
HSL color Cylindrical-coordinate representation of color #D1ABFE: hue angle of 267.47º 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 #D1ABFE is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 171 | 254 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.00 |
| HSL | 267.47º | 0.98% | 0.83% | - |
| HSV(B) | 267.47º | 0.33% | 1% | - |
| XYZ | 58.75 | 49.84 | 100.29 | - |
| YUV | 191.82 | 163.09 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 171 | 254 | 0.18 | 0.33 | 0 | 0.00 | 267.47 | 0.98 | 0.83 |
| Hex | D1 | AB | FE | 12 | 21 | 0 | 0 | 10B | 62 | 53 |
| Octal | 321 | 253 | 376 | 22 | 41 | 0 | 0 | 413 | 142 | 123 |
| Binary | 11010001 | 10101011 | 11111110 | 10010 | 100001 | 0 | 0 | 100001011 | 1100010 | 1010011 |
Color Harmonies of #D1ABFE
Complementary color
Monochromatic Colors of #D1ABFE
Black with #D1ABFE
Text Example
Text Example
White with #D1ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ABFE; }
p { color: rgb(209,171,254); }
H1.HeaderClassName
{
color: #D1ABFE;
}
.AnyTagClassName
{
color: #D1ABFE;
}
</style>
background-color css
<style>
a { background-color: #D1ABFE; }
a { background-color: rgb(209,171,254); }
div.DivClassName
{
background-color: #D1ABFE;
}
.BgClassName
{
background-color: #D1ABFE;
}
</style>
border-color css
<style>
span { border-color: #D1ABFE; }
span { border-color: rgb(209,171,254); }
td.TdClassName
{
border-color: #D1ABFE;
}
.TagClassName
{
border-color: #D1ABFE;
}
</style>