Shades of Mauve #D6B5FA
Tints of Mauve #D6B5FA
RGB
CMYK
RGB Variations
Color information
#D6B5FA (or 0xD6B5FA) is known color: Mauve. HEX triplet: D6, B5 and FA. RGB value is (214,181,250). Sum of RGB (Red+Green+Blue) = 214+181+250=645 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.18% from 645); Green value is 181 (71.09% from 255 or 28.06% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6B5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B5FA is #294A05. Grayscale: #C6C6C6. Windows color (decimal): -2705926 or 16430550. OLE color: 16430550.
HSL color Cylindrical-coordinate representation of color #D6B5FA: hue angle of 268.7º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6B5FA is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 214 | 181 | 250 | - |
CMYK | 0.14 | 0.28 | 0 | 0.02 |
HSL | 268.7º | 0.87% | 0.85% | - |
HSV(B) | 268.7º | 0.28% | 0.98% | - |
XYZ | 61.51 | 54.25 | 97.67 | - |
YUV | 198.73 | 156.93 | 138.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 181 | 250 | 0.14 | 0.28 | 0 | 0.02 | 268.7 | 0.87 | 0.85 |
Hex | D6 | B5 | FA | E | 1C | 0 | 2 | 10D | 57 | 55 |
Octal | 326 | 265 | 372 | 16 | 34 | 0 | 2 | 415 | 127 | 125 |
Binary | 11010110 | 10110101 | 11111010 | 1110 | 11100 | 0 | 10 | 100001101 | 1010111 | 1010101 |
Color Harmonies of #D6B5FA
Complementary color
Monochromatic Colors of #D6B5FA
Black with #D6B5FA
Text Example
Text Example
White with #D6B5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B5FA; }
p { color: rgb(214,181,250); }
H1.HeaderClassName
{
color: #D6B5FA;
}
.AnyTagClassName
{
color: #D6B5FA;
}
</style>
background-color css
<style>
a { background-color: #D6B5FA; }
a { background-color: rgb(214,181,250); }
div.DivClassName
{
background-color: #D6B5FA;
}
.BgClassName
{
background-color: #D6B5FA;
}
</style>
border-color css
<style>
span { border-color: #D6B5FA; }
span { border-color: rgb(214,181,250); }
td.TdClassName
{
border-color: #D6B5FA;
}
.TagClassName
{
border-color: #D6B5FA;
}
</style>