Shades of Mauve #D0ABFE
Tints of Mauve #D0ABFE
RGB
CMYK
RGB Variations
Color information
#D0ABFE (or 0xD0ABFE) is known color: Mauve. HEX triplet: D0, AB and FE. RGB value is (208,171,254). Sum of RGB (Red+Green+Blue) = 208+171+254=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 171 (67.19% from 255 or 27.01% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0ABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ABFE is #2F5401. Grayscale: #BFBFBF. Windows color (decimal): -3101698 or 16690128. OLE color: 16690128.
HSL color Cylindrical-coordinate representation of color #D0ABFE: hue angle of 266.75º 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 #D0ABFE is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 171 | 254 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.00 |
| HSL | 266.75º | 0.98% | 0.83% | - |
| HSV(B) | 266.75º | 0.33% | 1% | - |
| XYZ | 58.46 | 49.69 | 100.28 | - |
| YUV | 191.53 | 163.26 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 254 | 0.18 | 0.33 | 0 | 0.00 | 266.75 | 0.98 | 0.83 |
| Hex | D0 | AB | FE | 12 | 21 | 0 | 0 | 10B | 62 | 53 |
| Octal | 320 | 253 | 376 | 22 | 41 | 0 | 0 | 413 | 142 | 123 |
| Binary | 11010000 | 10101011 | 11111110 | 10010 | 100001 | 0 | 0 | 100001011 | 1100010 | 1010011 |
Color Harmonies of #D0ABFE
Complementary color
Monochromatic Colors of #D0ABFE
Black with #D0ABFE
Text Example
Text Example
White with #D0ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ABFE; }
p { color: rgb(208,171,254); }
H1.HeaderClassName
{
color: #D0ABFE;
}
.AnyTagClassName
{
color: #D0ABFE;
}
</style>
background-color css
<style>
a { background-color: #D0ABFE; }
a { background-color: rgb(208,171,254); }
div.DivClassName
{
background-color: #D0ABFE;
}
.BgClassName
{
background-color: #D0ABFE;
}
</style>
border-color css
<style>
span { border-color: #D0ABFE; }
span { border-color: rgb(208,171,254); }
td.TdClassName
{
border-color: #D0ABFE;
}
.TagClassName
{
border-color: #D0ABFE;
}
</style>