Shades of Mauve #D6B9FA
Tints of Mauve #D6B9FA
RGB
CMYK
RGB Variations
Color information
#D6B9FA (or 0xD6B9FA) is known color: Mauve. HEX triplet: D6, B9 and FA. RGB value is (214,185,250). Sum of RGB (Red+Green+Blue) = 214+185+250=649 (85% of max value = 765). Red value is 214 (83.98% from 255 or 32.97% from 649); Green value is 185 (72.66% from 255 or 28.51% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6B9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B9FA is #294605. Grayscale: #C8C8C8. Windows color (decimal): -2704902 or 16431574. OLE color: 16431574.
HSL color Cylindrical-coordinate representation of color #D6B9FA: hue angle of 266.77º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D6B9FA is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 185 | 250 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.02 |
| HSL | 266.77º | 0.87% | 0.85% | - |
| HSV(B) | 266.77º | 0.26% | 0.98% | - |
| XYZ | 62.34 | 55.9 | 97.95 | - |
| YUV | 201.08 | 155.61 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 185 | 250 | 0.14 | 0.26 | 0 | 0.02 | 266.77 | 0.87 | 0.85 |
| Hex | D6 | B9 | FA | E | 1A | 0 | 2 | 10B | 57 | 55 |
| Octal | 326 | 271 | 372 | 16 | 32 | 0 | 2 | 413 | 127 | 125 |
| Binary | 11010110 | 10111001 | 11111010 | 1110 | 11010 | 0 | 10 | 100001011 | 1010111 | 1010101 |
Color Harmonies of #D6B9FA
Complementary color
Monochromatic Colors of #D6B9FA
Black with #D6B9FA
Text Example
Text Example
White with #D6B9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B9FA; }
p { color: rgb(214,185,250); }
H1.HeaderClassName
{
color: #D6B9FA;
}
.AnyTagClassName
{
color: #D6B9FA;
}
</style>
background-color css
<style>
a { background-color: #D6B9FA; }
a { background-color: rgb(214,185,250); }
div.DivClassName
{
background-color: #D6B9FA;
}
.BgClassName
{
background-color: #D6B9FA;
}
</style>
border-color css
<style>
span { border-color: #D6B9FA; }
span { border-color: rgb(214,185,250); }
td.TdClassName
{
border-color: #D6B9FA;
}
.TagClassName
{
border-color: #D6B9FA;
}
</style>