Shades of Mauve #D7ABFE
Tints of Mauve #D7ABFE
RGB
CMYK
RGB Variations
Color information
#D7ABFE (or 0xD7ABFE) is known color: Mauve. HEX triplet: D7, AB and FE. RGB value is (215,171,254). Sum of RGB (Red+Green+Blue) = 215+171+254=640 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.59% from 640); Green value is 171 (67.19% from 255 or 26.72% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7ABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7ABFE is #285401. Grayscale: #C1C1C1. Windows color (decimal): -2642946 or 16690135. OLE color: 16690135.
HSL color Cylindrical-coordinate representation of color #D7ABFE: hue angle of 271.81º 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 #D7ABFE is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 171 | 254 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.00 |
| HSL | 271.81º | 0.98% | 0.83% | - |
| HSV(B) | 271.81º | 0.33% | 1% | - |
| XYZ | 60.48 | 50.73 | 100.37 | - |
| YUV | 193.62 | 162.08 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 171 | 254 | 0.15 | 0.33 | 0 | 0.00 | 271.81 | 0.98 | 0.83 |
| Hex | D7 | AB | FE | F | 21 | 0 | 0 | 110 | 62 | 53 |
| Octal | 327 | 253 | 376 | 17 | 41 | 0 | 0 | 420 | 142 | 123 |
| Binary | 11010111 | 10101011 | 11111110 | 1111 | 100001 | 0 | 0 | 100010000 | 1100010 | 1010011 |
Color Harmonies of #D7ABFE
Complementary color
Monochromatic Colors of #D7ABFE
Black with #D7ABFE
Text Example
Text Example
White with #D7ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ABFE; }
p { color: rgb(215,171,254); }
H1.HeaderClassName
{
color: #D7ABFE;
}
.AnyTagClassName
{
color: #D7ABFE;
}
</style>
background-color css
<style>
a { background-color: #D7ABFE; }
a { background-color: rgb(215,171,254); }
div.DivClassName
{
background-color: #D7ABFE;
}
.BgClassName
{
background-color: #D7ABFE;
}
</style>
border-color css
<style>
span { border-color: #D7ABFE; }
span { border-color: rgb(215,171,254); }
td.TdClassName
{
border-color: #D7ABFE;
}
.TagClassName
{
border-color: #D7ABFE;
}
</style>