Shades of Mauve #D8B8F9
Tints of Mauve #D8B8F9
RGB
CMYK
RGB Variations
Color information
#D8B8F9 (or 0xD8B8F9) is known color: Mauve. HEX triplet: D8, B8 and F9. RGB value is (216,184,249). Sum of RGB (Red+Green+Blue) = 216+184+249=649 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.28% from 649); Green value is 184 (72.27% from 255 or 28.35% from 649); Blue value is 249 (97.66% from 255 or 38.37% from 649); Max value from RGB is 249 - color contains mainly: blue. Hex color #D8B8F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8B8F9 is #274706. Grayscale: #C8C8C8. Windows color (decimal): -2574087 or 16365784. OLE color: 16365784.
HSL color Cylindrical-coordinate representation of color #D8B8F9: hue angle of 269.54º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8B8F9 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 184 | 249 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.02 |
| HSL | 269.54º | 0.84% | 0.85% | - |
| HSV(B) | 269.54º | 0.26% | 0.98% | - |
| XYZ | 62.56 | 55.72 | 97.08 | - |
| YUV | 200.98 | 155.1 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 184 | 249 | 0.13 | 0.26 | 0 | 0.02 | 269.54 | 0.84 | 0.85 |
| Hex | D8 | B8 | F9 | D | 1A | 0 | 2 | 10E | 54 | 55 |
| Octal | 330 | 270 | 371 | 15 | 32 | 0 | 2 | 416 | 124 | 125 |
| Binary | 11011000 | 10111000 | 11111001 | 1101 | 11010 | 0 | 10 | 100001110 | 1010100 | 1010101 |
Color Harmonies of #D8B8F9
Complementary color
Monochromatic Colors of #D8B8F9
Black with #D8B8F9
Text Example
Text Example
White with #D8B8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B8F9; }
p { color: rgb(216,184,249); }
H1.HeaderClassName
{
color: #D8B8F9;
}
.AnyTagClassName
{
color: #D8B8F9;
}
</style>
background-color css
<style>
a { background-color: #D8B8F9; }
a { background-color: rgb(216,184,249); }
div.DivClassName
{
background-color: #D8B8F9;
}
.BgClassName
{
background-color: #D8B8F9;
}
</style>
border-color css
<style>
span { border-color: #D8B8F9; }
span { border-color: rgb(216,184,249); }
td.TdClassName
{
border-color: #D8B8F9;
}
.TagClassName
{
border-color: #D8B8F9;
}
</style>