Shades of Mauve #D6B0F5
Tints of Mauve #D6B0F5
RGB
CMYK
RGB Variations
Color information
#D6B0F5 (or 0xD6B0F5) is known color: Mauve. HEX triplet: D6, B0 and F5. RGB value is (214,176,245). Sum of RGB (Red+Green+Blue) = 214+176+245=635 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.70% from 635); Green value is 176 (69.14% from 255 or 27.72% from 635); Blue value is 245 (96.09% from 255 or 38.58% from 635); Max value from RGB is 245 - color contains mainly: blue. Hex color #D6B0F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6B0F5 is #294F0A. Grayscale: #C2C2C2. Windows color (decimal): -2707211 or 16101590. OLE color: 16101590.
HSL color Cylindrical-coordinate representation of color #D6B0F5: hue angle of 273.04º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6B0F5 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 176 | 245 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.04 |
| HSL | 273.04º | 0.78% | 0.83% | - |
| HSV(B) | 273.04º | 0.28% | 0.96% | - |
| XYZ | 59.74 | 51.94 | 93.26 | - |
| YUV | 195.23 | 156.09 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 245 | 0.13 | 0.28 | 0 | 0.04 | 273.04 | 0.78 | 0.83 |
| Hex | D6 | B0 | F5 | D | 1C | 0 | 4 | 111 | 4E | 53 |
| Octal | 326 | 260 | 365 | 15 | 34 | 0 | 4 | 421 | 116 | 123 |
| Binary | 11010110 | 10110000 | 11110101 | 1101 | 11100 | 0 | 100 | 100010001 | 1001110 | 1010011 |
Color Harmonies of #D6B0F5
Complementary color
Monochromatic Colors of #D6B0F5
Black with #D6B0F5
Text Example
Text Example
White with #D6B0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B0F5; }
p { color: rgb(214,176,245); }
H1.HeaderClassName
{
color: #D6B0F5;
}
.AnyTagClassName
{
color: #D6B0F5;
}
</style>
background-color css
<style>
a { background-color: #D6B0F5; }
a { background-color: rgb(214,176,245); }
div.DivClassName
{
background-color: #D6B0F5;
}
.BgClassName
{
background-color: #D6B0F5;
}
</style>
border-color css
<style>
span { border-color: #D6B0F5; }
span { border-color: rgb(214,176,245); }
td.TdClassName
{
border-color: #D6B0F5;
}
.TagClassName
{
border-color: #D6B0F5;
}
</style>