Shades of Mauve #D2B0F6
Tints of Mauve #D2B0F6
RGB
CMYK
RGB Variations
Color information
#D2B0F6 (or 0xD2B0F6) is known color: Mauve. HEX triplet: D2, B0 and F6. RGB value is (210,176,246). Sum of RGB (Red+Green+Blue) = 210+176+246=632 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.23% from 632); Green value is 176 (69.14% from 255 or 27.85% from 632); Blue value is 246 (96.48% from 255 or 38.92% from 632); Max value from RGB is 246 - color contains mainly: blue. Hex color #D2B0F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2B0F6 is #2D4F09. Grayscale: #C1C1C1. Windows color (decimal): -2969354 or 16167122. OLE color: 16167122.
HSL color Cylindrical-coordinate representation of color #D2B0F6: hue angle of 269.14º degrees, saturation: 0.8, 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 #D2B0F6 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 176 | 246 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.04 |
| HSL | 269.14º | 0.8% | 0.83% | - |
| HSV(B) | 269.14º | 0.28% | 0.96% | - |
| XYZ | 58.74 | 51.41 | 94.02 | - |
| YUV | 194.15 | 157.26 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 176 | 246 | 0.15 | 0.28 | 0 | 0.04 | 269.14 | 0.8 | 0.83 |
| Hex | D2 | B0 | F6 | F | 1C | 0 | 4 | 10D | 50 | 53 |
| Octal | 322 | 260 | 366 | 17 | 34 | 0 | 4 | 415 | 120 | 123 |
| Binary | 11010010 | 10110000 | 11110110 | 1111 | 11100 | 0 | 100 | 100001101 | 1010000 | 1010011 |
Color Harmonies of #D2B0F6
Complementary color
Monochromatic Colors of #D2B0F6
Black with #D2B0F6
Text Example
Text Example
White with #D2B0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B0F6; }
p { color: rgb(210,176,246); }
H1.HeaderClassName
{
color: #D2B0F6;
}
.AnyTagClassName
{
color: #D2B0F6;
}
</style>
background-color css
<style>
a { background-color: #D2B0F6; }
a { background-color: rgb(210,176,246); }
div.DivClassName
{
background-color: #D2B0F6;
}
.BgClassName
{
background-color: #D2B0F6;
}
</style>
border-color css
<style>
span { border-color: #D2B0F6; }
span { border-color: rgb(210,176,246); }
td.TdClassName
{
border-color: #D2B0F6;
}
.TagClassName
{
border-color: #D2B0F6;
}
</style>