Shades of Mauve #D6B9FB
Tints of Mauve #D6B9FB
RGB
CMYK
RGB Variations
Color information
#D6B9FB (or 0xD6B9FB) is known color: Mauve. HEX triplet: D6, B9 and FB. RGB value is (214,185,251). Sum of RGB (Red+Green+Blue) = 214+185+251=650 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.92% from 650); Green value is 185 (72.66% from 255 or 28.46% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #D6B9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B9FB is #294604. Grayscale: #C8C8C8. Windows color (decimal): -2704901 or 16497110. OLE color: 16497110.
HSL color Cylindrical-coordinate representation of color #D6B9FB: hue angle of 266.36º degrees, saturation: 0.89, 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 #D6B9FB is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 185 | 251 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.02 |
| HSL | 266.36º | 0.89% | 0.85% | - |
| HSV(B) | 266.36º | 0.26% | 0.98% | - |
| XYZ | 62.49 | 55.96 | 98.77 | - |
| YUV | 201.2 | 156.11 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 185 | 251 | 0.15 | 0.26 | 0 | 0.02 | 266.36 | 0.89 | 0.85 |
| Hex | D6 | B9 | FB | F | 1A | 0 | 2 | 10A | 59 | 55 |
| Octal | 326 | 271 | 373 | 17 | 32 | 0 | 2 | 412 | 131 | 125 |
| Binary | 11010110 | 10111001 | 11111011 | 1111 | 11010 | 0 | 10 | 100001010 | 1011001 | 1010101 |
Color Harmonies of #D6B9FB
Complementary color
Monochromatic Colors of #D6B9FB
Black with #D6B9FB
Text Example
Text Example
White with #D6B9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B9FB; }
p { color: rgb(214,185,251); }
H1.HeaderClassName
{
color: #D6B9FB;
}
.AnyTagClassName
{
color: #D6B9FB;
}
</style>
background-color css
<style>
a { background-color: #D6B9FB; }
a { background-color: rgb(214,185,251); }
div.DivClassName
{
background-color: #D6B9FB;
}
.BgClassName
{
background-color: #D6B9FB;
}
</style>
border-color css
<style>
span { border-color: #D6B9FB; }
span { border-color: rgb(214,185,251); }
td.TdClassName
{
border-color: #D6B9FB;
}
.TagClassName
{
border-color: #D6B9FB;
}
</style>