Shades of Mauve #D9B9F6
Tints of Mauve #D9B9F6
RGB
CMYK
RGB Variations
Color information
#D9B9F6 (or 0xD9B9F6) is known color: Mauve. HEX triplet: D9, B9 and F6. RGB value is (217,185,246). Sum of RGB (Red+Green+Blue) = 217+185+246=648 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.49% from 648); Green value is 185 (72.66% from 255 or 28.55% from 648); Blue value is 246 (96.48% from 255 or 37.96% from 648); Max value from RGB is 246 - color contains mainly: blue. Hex color #D9B9F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B9F6 is #264609. Grayscale: #C9C9C9. Windows color (decimal): -2508298 or 16169433. OLE color: 16169433.
HSL color Cylindrical-coordinate representation of color #D9B9F6: hue angle of 271.48º 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 #D9B9F6 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 217 | 185 | 246 | - |
CMYK | 0.12 | 0.25 | 0 | 0.04 |
HSL | 271.48º | 0.77% | 0.85% | - |
HSV(B) | 271.48º | 0.25% | 0.96% | - |
XYZ | 62.6 | 56.1 | 94.72 | - |
YUV | 201.52 | 153.1 | 139.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 185 | 246 | 0.12 | 0.25 | 0 | 0.04 | 271.48 | 0.77 | 0.85 |
Hex | D9 | B9 | F6 | C | 19 | 0 | 4 | 10F | 4D | 55 |
Octal | 331 | 271 | 366 | 14 | 31 | 0 | 4 | 417 | 115 | 125 |
Binary | 11011001 | 10111001 | 11110110 | 1100 | 11001 | 0 | 100 | 100001111 | 1001101 | 1010101 |
Color Harmonies of #D9B9F6
Complementary color
Monochromatic Colors of #D9B9F6
Black with #D9B9F6
Text Example
Text Example
White with #D9B9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B9F6; }
p { color: rgb(217,185,246); }
H1.HeaderClassName
{
color: #D9B9F6;
}
.AnyTagClassName
{
color: #D9B9F6;
}
</style>
background-color css
<style>
a { background-color: #D9B9F6; }
a { background-color: rgb(217,185,246); }
div.DivClassName
{
background-color: #D9B9F6;
}
.BgClassName
{
background-color: #D9B9F6;
}
</style>
border-color css
<style>
span { border-color: #D9B9F6; }
span { border-color: rgb(217,185,246); }
td.TdClassName
{
border-color: #D9B9F6;
}
.TagClassName
{
border-color: #D9B9F6;
}
</style>