Shades of Mauve #D8B9F8
Tints of Mauve #D8B9F8
RGB
CMYK
RGB Variations
Color information
#D8B9F8 (or 0xD8B9F8) is known color: Mauve. HEX triplet: D8, B9 and F8. RGB value is (216,185,248). Sum of RGB (Red+Green+Blue) = 216+185+248=649 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.28% from 649); Green value is 185 (72.66% from 255 or 28.51% from 649); Blue value is 248 (97.27% from 255 or 38.21% from 649); Max value from RGB is 248 - color contains mainly: blue. Hex color #D8B9F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8B9F8 is #274607. Grayscale: #C9C9C9. Windows color (decimal): -2573832 or 16300504. OLE color: 16300504.
HSL color Cylindrical-coordinate representation of color #D8B9F8: hue angle of 269.52º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8B9F8 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 185 | 248 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.03 |
| HSL | 269.52º | 0.82% | 0.85% | - |
| HSV(B) | 269.52º | 0.25% | 0.97% | - |
| XYZ | 62.61 | 56.07 | 96.33 | - |
| YUV | 201.45 | 154.27 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 185 | 248 | 0.13 | 0.25 | 0 | 0.03 | 269.52 | 0.82 | 0.85 |
| Hex | D8 | B9 | F8 | D | 19 | 0 | 3 | 10E | 52 | 55 |
| Octal | 330 | 271 | 370 | 15 | 31 | 0 | 3 | 416 | 122 | 125 |
| Binary | 11011000 | 10111001 | 11111000 | 1101 | 11001 | 0 | 11 | 100001110 | 1010010 | 1010101 |
Color Harmonies of #D8B9F8
Complementary color
Monochromatic Colors of #D8B9F8
Black with #D8B9F8
Text Example
Text Example
White with #D8B9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B9F8; }
p { color: rgb(216,185,248); }
H1.HeaderClassName
{
color: #D8B9F8;
}
.AnyTagClassName
{
color: #D8B9F8;
}
</style>
background-color css
<style>
a { background-color: #D8B9F8; }
a { background-color: rgb(216,185,248); }
div.DivClassName
{
background-color: #D8B9F8;
}
.BgClassName
{
background-color: #D8B9F8;
}
</style>
border-color css
<style>
span { border-color: #D8B9F8; }
span { border-color: rgb(216,185,248); }
td.TdClassName
{
border-color: #D8B9F8;
}
.TagClassName
{
border-color: #D8B9F8;
}
</style>