Shades of Mauve #D2B6F8
Tints of Mauve #D2B6F8
RGB
CMYK
RGB Variations
Color information
#D2B6F8 (or 0xD2B6F8) is known color: Mauve. HEX triplet: D2, B6 and F8. RGB value is (210,182,248). Sum of RGB (Red+Green+Blue) = 210+182+248=640 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.81% from 640); Green value is 182 (71.48% from 255 or 28.44% from 640); Blue value is 248 (97.27% from 255 or 38.75% from 640); Max value from RGB is 248 - color contains mainly: blue. Hex color #D2B6F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2B6F8 is #2D4907. Grayscale: #C5C5C5. Windows color (decimal): -2967816 or 16299730. OLE color: 16299730.
HSL color Cylindrical-coordinate representation of color #D2B6F8: hue angle of 265.45º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2B6F8 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 182 | 248 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.03 |
| HSL | 265.45º | 0.83% | 0.84% | - |
| HSV(B) | 265.45º | 0.27% | 0.97% | - |
| XYZ | 60.25 | 53.93 | 96.04 | - |
| YUV | 197.9 | 156.28 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 182 | 248 | 0.15 | 0.27 | 0 | 0.03 | 265.45 | 0.83 | 0.84 |
| Hex | D2 | B6 | F8 | F | 1B | 0 | 3 | 109 | 52 | 54 |
| Octal | 322 | 266 | 370 | 17 | 33 | 0 | 3 | 411 | 122 | 124 |
| Binary | 11010010 | 10110110 | 11111000 | 1111 | 11011 | 0 | 11 | 100001001 | 1010010 | 1010100 |
Color Harmonies of #D2B6F8
Complementary color
Monochromatic Colors of #D2B6F8
Black with #D2B6F8
Text Example
Text Example
White with #D2B6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B6F8; }
p { color: rgb(210,182,248); }
H1.HeaderClassName
{
color: #D2B6F8;
}
.AnyTagClassName
{
color: #D2B6F8;
}
</style>
background-color css
<style>
a { background-color: #D2B6F8; }
a { background-color: rgb(210,182,248); }
div.DivClassName
{
background-color: #D2B6F8;
}
.BgClassName
{
background-color: #D2B6F8;
}
</style>
border-color css
<style>
span { border-color: #D2B6F8; }
span { border-color: rgb(210,182,248); }
td.TdClassName
{
border-color: #D2B6F8;
}
.TagClassName
{
border-color: #D2B6F8;
}
</style>