Shades of Mauve #D19EFB
Tints of Mauve #D19EFB
RGB
CMYK
RGB Variations
Color information
#D19EFB (or 0xD19EFB) is known color: Mauve. HEX triplet: D1, 9E and FB. RGB value is (209,158,251). Sum of RGB (Red+Green+Blue) = 209+158+251=618 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.82% from 618); Green value is 158 (62.11% from 255 or 25.57% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #D19EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D19EFB is #2E6104. Grayscale: #B7B7B7. Windows color (decimal): -3039493 or 16490193. OLE color: 16490193.
HSL color Cylindrical-coordinate representation of color #D19EFB: hue angle of 272.9º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D19EFB is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 158 | 251 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.02 |
| HSL | 272.9º | 0.92% | 0.8% | - |
| HSV(B) | 272.9º | 0.37% | 0.98% | - |
| XYZ | 55.93 | 44.97 | 97 | - |
| YUV | 183.85 | 165.9 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 158 | 251 | 0.17 | 0.37 | 0 | 0.02 | 272.9 | 0.92 | 0.8 |
| Hex | D1 | 9E | FB | 11 | 25 | 0 | 2 | 111 | 5C | 50 |
| Octal | 321 | 236 | 373 | 21 | 45 | 0 | 2 | 421 | 134 | 120 |
| Binary | 11010001 | 10011110 | 11111011 | 10001 | 100101 | 0 | 10 | 100010001 | 1011100 | 1010000 |
Color Harmonies of #D19EFB
Complementary color
Monochromatic Colors of #D19EFB
Black with #D19EFB
Text Example
Text Example
White with #D19EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19EFB; }
p { color: rgb(209,158,251); }
H1.HeaderClassName
{
color: #D19EFB;
}
.AnyTagClassName
{
color: #D19EFB;
}
</style>
background-color css
<style>
a { background-color: #D19EFB; }
a { background-color: rgb(209,158,251); }
div.DivClassName
{
background-color: #D19EFB;
}
.BgClassName
{
background-color: #D19EFB;
}
</style>
border-color css
<style>
span { border-color: #D19EFB; }
span { border-color: rgb(209,158,251); }
td.TdClassName
{
border-color: #D19EFB;
}
.TagClassName
{
border-color: #D19EFB;
}
</style>