Shades of Mauve #D7B9F6
Tints of Mauve #D7B9F6
RGB
CMYK
RGB Variations
Color information
#D7B9F6 (or 0xD7B9F6) is known color: Mauve. HEX triplet: D7, B9 and F6. RGB value is (215,185,246). Sum of RGB (Red+Green+Blue) = 215+185+246=646 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.28% from 646); Green value is 185 (72.66% from 255 or 28.64% from 646); Blue value is 246 (96.48% from 255 or 38.08% from 646); Max value from RGB is 246 - color contains mainly: blue. Hex color #D7B9F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B9F6 is #284609. Grayscale: #C8C8C8. Windows color (decimal): -2639370 or 16169431. OLE color: 16169431.
HSL color Cylindrical-coordinate representation of color #D7B9F6: hue angle of 269.51º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D7B9F6 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 215 | 185 | 246 | - |
CMYK | 0.13 | 0.25 | 0 | 0.04 |
HSL | 269.51º | 0.77% | 0.85% | - |
HSV(B) | 269.51º | 0.25% | 0.96% | - |
XYZ | 62.01 | 55.8 | 94.69 | - |
YUV | 200.92 | 153.44 | 138.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 185 | 246 | 0.13 | 0.25 | 0 | 0.04 | 269.51 | 0.77 | 0.85 |
Hex | D7 | B9 | F6 | D | 19 | 0 | 4 | 10E | 4D | 55 |
Octal | 327 | 271 | 366 | 15 | 31 | 0 | 4 | 416 | 115 | 125 |
Binary | 11010111 | 10111001 | 11110110 | 1101 | 11001 | 0 | 100 | 100001110 | 1001101 | 1010101 |
Color Harmonies of #D7B9F6
Complementary color
Monochromatic Colors of #D7B9F6
Black with #D7B9F6
Text Example
Text Example
White with #D7B9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B9F6; }
p { color: rgb(215,185,246); }
H1.HeaderClassName
{
color: #D7B9F6;
}
.AnyTagClassName
{
color: #D7B9F6;
}
</style>
background-color css
<style>
a { background-color: #D7B9F6; }
a { background-color: rgb(215,185,246); }
div.DivClassName
{
background-color: #D7B9F6;
}
.BgClassName
{
background-color: #D7B9F6;
}
</style>
border-color css
<style>
span { border-color: #D7B9F6; }
span { border-color: rgb(215,185,246); }
td.TdClassName
{
border-color: #D7B9F6;
}
.TagClassName
{
border-color: #D7B9F6;
}
</style>