Shades of Mauve #D1B2F6
Tints of Mauve #D1B2F6
RGB
CMYK
RGB Variations
Color information
#D1B2F6 (or 0xD1B2F6) is known color: Mauve. HEX triplet: D1, B2 and F6. RGB value is (209,178,246). Sum of RGB (Red+Green+Blue) = 209+178+246=633 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.02% from 633); Green value is 178 (69.92% from 255 or 28.12% from 633); Blue value is 246 (96.48% from 255 or 38.86% from 633); Max value from RGB is 246 - color contains mainly: blue. Hex color #D1B2F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1B2F6 is #2E4D09. Grayscale: #C2C2C2. Windows color (decimal): -3034378 or 16167633. OLE color: 16167633.
HSL color Cylindrical-coordinate representation of color #D1B2F6: hue angle of 267.35º degrees, saturation: 0.79, 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 #D1B2F6 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 178 | 246 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.04 |
| HSL | 267.35º | 0.79% | 0.83% | - |
| HSV(B) | 267.35º | 0.28% | 0.96% | - |
| XYZ | 58.85 | 52.05 | 94.13 | - |
| YUV | 195.02 | 156.77 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 178 | 246 | 0.15 | 0.28 | 0 | 0.04 | 267.35 | 0.79 | 0.83 |
| Hex | D1 | B2 | F6 | F | 1C | 0 | 4 | 10B | 4F | 53 |
| Octal | 321 | 262 | 366 | 17 | 34 | 0 | 4 | 413 | 117 | 123 |
| Binary | 11010001 | 10110010 | 11110110 | 1111 | 11100 | 0 | 100 | 100001011 | 1001111 | 1010011 |
Color Harmonies of #D1B2F6
Complementary color
Monochromatic Colors of #D1B2F6
Black with #D1B2F6
Text Example
Text Example
White with #D1B2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B2F6; }
p { color: rgb(209,178,246); }
H1.HeaderClassName
{
color: #D1B2F6;
}
.AnyTagClassName
{
color: #D1B2F6;
}
</style>
background-color css
<style>
a { background-color: #D1B2F6; }
a { background-color: rgb(209,178,246); }
div.DivClassName
{
background-color: #D1B2F6;
}
.BgClassName
{
background-color: #D1B2F6;
}
</style>
border-color css
<style>
span { border-color: #D1B2F6; }
span { border-color: rgb(209,178,246); }
td.TdClassName
{
border-color: #D1B2F6;
}
.TagClassName
{
border-color: #D1B2F6;
}
</style>