Shades of Mauve #D6B5FE
Tints of Mauve #D6B5FE
RGB
CMYK
RGB Variations
Color information
#D6B5FE (or 0xD6B5FE) is known color: Mauve. HEX triplet: D6, B5 and FE. RGB value is (214,181,254). Sum of RGB (Red+Green+Blue) = 214+181+254=649 (85% of max value = 765). Red value is 214 (83.98% from 255 or 32.97% from 649); Green value is 181 (71.09% from 255 or 27.89% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6B5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B5FE is #294A01. Grayscale: #C6C6C6. Windows color (decimal): -2705922 or 16692694. OLE color: 16692694.
HSL color Cylindrical-coordinate representation of color #D6B5FE: hue angle of 267.12º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6B5FE is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 181 | 254 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.00 |
| HSL | 267.12º | 0.97% | 0.85% | - |
| HSV(B) | 267.12º | 0.29% | 1% | - |
| XYZ | 62.14 | 54.5 | 101.01 | - |
| YUV | 199.19 | 158.93 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 181 | 254 | 0.16 | 0.29 | 0 | 0.00 | 267.12 | 0.97 | 0.85 |
| Hex | D6 | B5 | FE | 10 | 1D | 0 | 0 | 10B | 61 | 55 |
| Octal | 326 | 265 | 376 | 20 | 35 | 0 | 0 | 413 | 141 | 125 |
| Binary | 11010110 | 10110101 | 11111110 | 10000 | 11101 | 0 | 0 | 100001011 | 1100001 | 1010101 |
Color Harmonies of #D6B5FE
Complementary color
Monochromatic Colors of #D6B5FE
Black with #D6B5FE
Text Example
Text Example
White with #D6B5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B5FE; }
p { color: rgb(214,181,254); }
H1.HeaderClassName
{
color: #D6B5FE;
}
.AnyTagClassName
{
color: #D6B5FE;
}
</style>
background-color css
<style>
a { background-color: #D6B5FE; }
a { background-color: rgb(214,181,254); }
div.DivClassName
{
background-color: #D6B5FE;
}
.BgClassName
{
background-color: #D6B5FE;
}
</style>
border-color css
<style>
span { border-color: #D6B5FE; }
span { border-color: rgb(214,181,254); }
td.TdClassName
{
border-color: #D6B5FE;
}
.TagClassName
{
border-color: #D6B5FE;
}
</style>