Shades of Mauve #D8B1FF
Tints of Mauve #D8B1FF
RGB
CMYK
RGB Variations
Color information
#D8B1FF (or 0xD8B1FF) is known color: Mauve. HEX triplet: D8, B1 and FF. RGB value is (216,177,255). Sum of RGB (Red+Green+Blue) = 216+177+255=648 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.33% from 648); Green value is 177 (69.53% from 255 or 27.31% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8B1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8B1FF is #274E00. Grayscale: #C5C5C5. Windows color (decimal): -2575873 or 16757208. OLE color: 16757208.
HSL color Cylindrical-coordinate representation of color #D8B1FF: hue angle of 270º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8B1FF is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 177 | 255 | - |
| CMYK | 0.15 | 0.31 | 0 | 0 |
| HSL | 270º | 1% | 0.85% | - |
| HSV(B) | 270º | 0.31% | 1% | - |
| XYZ | 62.09 | 53.26 | 101.62 | - |
| YUV | 197.55 | 160.42 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 177 | 255 | 0.15 | 0.31 | 0 | 0 | 270 | 1 | 0.85 |
| Hex | D8 | B1 | FF | F | 1F | 0 | 0 | 10E | 64 | 55 |
| Octal | 330 | 261 | 377 | 17 | 37 | 0 | 0 | 416 | 144 | 125 |
| Binary | 11011000 | 10110001 | 11111111 | 1111 | 11111 | 0 | 0 | 100001110 | 1100100 | 1010101 |
Color Harmonies of #D8B1FF
Complementary color
Monochromatic Colors of #D8B1FF
Black with #D8B1FF
Text Example
Text Example
White with #D8B1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B1FF; }
p { color: rgb(216,177,255); }
H1.HeaderClassName
{
color: #D8B1FF;
}
.AnyTagClassName
{
color: #D8B1FF;
}
</style>
background-color css
<style>
a { background-color: #D8B1FF; }
a { background-color: rgb(216,177,255); }
div.DivClassName
{
background-color: #D8B1FF;
}
.BgClassName
{
background-color: #D8B1FF;
}
</style>
border-color css
<style>
span { border-color: #D8B1FF; }
span { border-color: rgb(216,177,255); }
td.TdClassName
{
border-color: #D8B1FF;
}
.TagClassName
{
border-color: #D8B1FF;
}
</style>