Shades of Mauve #D1A8FB
Tints of Mauve #D1A8FB
RGB
CMYK
RGB Variations
Color information
#D1A8FB (or 0xD1A8FB) is known color: Mauve. HEX triplet: D1, A8 and FB. RGB value is (209,168,251). Sum of RGB (Red+Green+Blue) = 209+168+251=628 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.28% from 628); Green value is 168 (66.02% from 255 or 26.75% from 628); Blue value is 251 (98.44% from 255 or 39.97% from 628); Max value from RGB is 251 - color contains mainly: blue. Hex color #D1A8FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A8FB is #2E5704. Grayscale: #BDBDBD. Windows color (decimal): -3036933 or 16492753. OLE color: 16492753.
HSL color Cylindrical-coordinate representation of color #D1A8FB: hue angle of 269.64º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1A8FB is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 168 | 251 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.02 |
| HSL | 269.64º | 0.91% | 0.82% | - |
| HSV(B) | 269.64º | 0.33% | 0.98% | - |
| XYZ | 57.71 | 48.53 | 97.59 | - |
| YUV | 189.72 | 162.58 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 168 | 251 | 0.17 | 0.33 | 0 | 0.02 | 269.64 | 0.91 | 0.82 |
| Hex | D1 | A8 | FB | 11 | 21 | 0 | 2 | 10E | 5B | 52 |
| Octal | 321 | 250 | 373 | 21 | 41 | 0 | 2 | 416 | 133 | 122 |
| Binary | 11010001 | 10101000 | 11111011 | 10001 | 100001 | 0 | 10 | 100001110 | 1011011 | 1010010 |
Color Harmonies of #D1A8FB
Complementary color
Monochromatic Colors of #D1A8FB
Black with #D1A8FB
Text Example
Text Example
White with #D1A8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A8FB; }
p { color: rgb(209,168,251); }
H1.HeaderClassName
{
color: #D1A8FB;
}
.AnyTagClassName
{
color: #D1A8FB;
}
</style>
background-color css
<style>
a { background-color: #D1A8FB; }
a { background-color: rgb(209,168,251); }
div.DivClassName
{
background-color: #D1A8FB;
}
.BgClassName
{
background-color: #D1A8FB;
}
</style>
border-color css
<style>
span { border-color: #D1A8FB; }
span { border-color: rgb(209,168,251); }
td.TdClassName
{
border-color: #D1A8FB;
}
.TagClassName
{
border-color: #D1A8FB;
}
</style>