Shades of Mauve #D6B2F9
Tints of Mauve #D6B2F9
RGB
CMYK
RGB Variations
Color information
#D6B2F9 (or 0xD6B2F9) is known color: Mauve. HEX triplet: D6, B2 and F9. RGB value is (214,178,249). Sum of RGB (Red+Green+Blue) = 214+178+249=641 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.39% from 641); Green value is 178 (69.92% from 255 or 27.77% from 641); Blue value is 249 (97.66% from 255 or 38.85% from 641); Max value from RGB is 249 - color contains mainly: blue. Hex color #D6B2F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6B2F9 is #294D06. Grayscale: #C4C4C4. Windows color (decimal): -2706695 or 16364246. OLE color: 16364246.
HSL color Cylindrical-coordinate representation of color #D6B2F9: hue angle of 270.42º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6B2F9 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 178 | 249 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.02 |
| HSL | 270.42º | 0.86% | 0.84% | - |
| HSV(B) | 270.42º | 0.29% | 0.98% | - |
| XYZ | 60.75 | 52.98 | 96.65 | - |
| YUV | 196.86 | 157.43 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 178 | 249 | 0.14 | 0.29 | 0 | 0.02 | 270.42 | 0.86 | 0.84 |
| Hex | D6 | B2 | F9 | E | 1D | 0 | 2 | 10E | 56 | 54 |
| Octal | 326 | 262 | 371 | 16 | 35 | 0 | 2 | 416 | 126 | 124 |
| Binary | 11010110 | 10110010 | 11111001 | 1110 | 11101 | 0 | 10 | 100001110 | 1010110 | 1010100 |
Color Harmonies of #D6B2F9
Complementary color
Monochromatic Colors of #D6B2F9
Black with #D6B2F9
Text Example
Text Example
White with #D6B2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B2F9; }
p { color: rgb(214,178,249); }
H1.HeaderClassName
{
color: #D6B2F9;
}
.AnyTagClassName
{
color: #D6B2F9;
}
</style>
background-color css
<style>
a { background-color: #D6B2F9; }
a { background-color: rgb(214,178,249); }
div.DivClassName
{
background-color: #D6B2F9;
}
.BgClassName
{
background-color: #D6B2F9;
}
</style>
border-color css
<style>
span { border-color: #D6B2F9; }
span { border-color: rgb(214,178,249); }
td.TdClassName
{
border-color: #D6B2F9;
}
.TagClassName
{
border-color: #D6B2F9;
}
</style>