Shades of Mauve #D6B5FF
Tints of Mauve #D6B5FF
RGB
CMYK
RGB Variations
Color information
#D6B5FF (or 0xD6B5FF) is known color: Mauve. HEX triplet: D6, B5 and FF. RGB value is (214,181,255). Sum of RGB (Red+Green+Blue) = 214+181+255=650 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.92% from 650); Green value is 181 (71.09% from 255 or 27.85% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6B5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B5FF is #294A00. Grayscale: #C7C7C7. Windows color (decimal): -2705921 or 16758230. OLE color: 16758230.
HSL color Cylindrical-coordinate representation of color #D6B5FF: hue angle of 266.76º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6B5FF is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 181 | 255 | - |
| CMYK | 0.16 | 0.29 | 0 | 0 |
| HSL | 266.76º | 1% | 0.85% | - |
| HSV(B) | 266.76º | 0.29% | 1% | - |
| XYZ | 62.31 | 54.56 | 101.86 | - |
| YUV | 199.3 | 159.43 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 181 | 255 | 0.16 | 0.29 | 0 | 0 | 266.76 | 1 | 0.85 |
| Hex | D6 | B5 | FF | 10 | 1D | 0 | 0 | 10B | 64 | 55 |
| Octal | 326 | 265 | 377 | 20 | 35 | 0 | 0 | 413 | 144 | 125 |
| Binary | 11010110 | 10110101 | 11111111 | 10000 | 11101 | 0 | 0 | 100001011 | 1100100 | 1010101 |
Color Harmonies of #D6B5FF
Complementary color
Monochromatic Colors of #D6B5FF
Black with #D6B5FF
Text Example
Text Example
White with #D6B5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B5FF; }
p { color: rgb(214,181,255); }
H1.HeaderClassName
{
color: #D6B5FF;
}
.AnyTagClassName
{
color: #D6B5FF;
}
</style>
background-color css
<style>
a { background-color: #D6B5FF; }
a { background-color: rgb(214,181,255); }
div.DivClassName
{
background-color: #D6B5FF;
}
.BgClassName
{
background-color: #D6B5FF;
}
</style>
border-color css
<style>
span { border-color: #D6B5FF; }
span { border-color: rgb(214,181,255); }
td.TdClassName
{
border-color: #D6B5FF;
}
.TagClassName
{
border-color: #D6B5FF;
}
</style>