Shades of Mauve #D9B3FF
Tints of Mauve #D9B3FF
RGB
CMYK
RGB Variations
Color information
#D9B3FF (or 0xD9B3FF) is known color: Mauve. HEX triplet: D9, B3 and FF. RGB value is (217,179,255). Sum of RGB (Red+Green+Blue) = 217+179+255=651 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.33% from 651); Green value is 179 (70.31% from 255 or 27.50% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9B3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B3FF is #264C00. Grayscale: #C6C6C6. Windows color (decimal): -2509825 or 16757721. OLE color: 16757721.
HSL color Cylindrical-coordinate representation of color #D9B3FF: hue angle of 270º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9B3FF is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 179 | 255 | - |
| CMYK | 0.15 | 0.30 | 0 | 0 |
| HSL | 270º | 1% | 0.85% | - |
| HSV(B) | 270º | 0.3% | 1% | - |
| XYZ | 62.79 | 54.21 | 101.76 | - |
| YUV | 199.03 | 159.59 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 179 | 255 | 0.15 | 0.30 | 0 | 0 | 270 | 1 | 0.85 |
| Hex | D9 | B3 | FF | F | 1E | 0 | 0 | 10E | 64 | 55 |
| Octal | 331 | 263 | 377 | 17 | 36 | 0 | 0 | 416 | 144 | 125 |
| Binary | 11011001 | 10110011 | 11111111 | 1111 | 11110 | 0 | 0 | 100001110 | 1100100 | 1010101 |
Color Harmonies of #D9B3FF
Complementary color
Monochromatic Colors of #D9B3FF
Black with #D9B3FF
Text Example
Text Example
White with #D9B3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B3FF; }
p { color: rgb(217,179,255); }
H1.HeaderClassName
{
color: #D9B3FF;
}
.AnyTagClassName
{
color: #D9B3FF;
}
</style>
background-color css
<style>
a { background-color: #D9B3FF; }
a { background-color: rgb(217,179,255); }
div.DivClassName
{
background-color: #D9B3FF;
}
.BgClassName
{
background-color: #D9B3FF;
}
</style>
border-color css
<style>
span { border-color: #D9B3FF; }
span { border-color: rgb(217,179,255); }
td.TdClassName
{
border-color: #D9B3FF;
}
.TagClassName
{
border-color: #D9B3FF;
}
</style>