Shades of Mauve #D8B4F9
Tints of Mauve #D8B4F9
RGB
CMYK
RGB Variations
Color information
#D8B4F9 (or 0xD8B4F9) is known color: Mauve. HEX triplet: D8, B4 and F9. RGB value is (216,180,249). Sum of RGB (Red+Green+Blue) = 216+180+249=645 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.49% from 645); Green value is 180 (70.70% from 255 or 27.91% from 645); Blue value is 249 (97.66% from 255 or 38.60% from 645); Max value from RGB is 249 - color contains mainly: blue. Hex color #D8B4F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8B4F9 is #274B06. Grayscale: #C6C6C6. Windows color (decimal): -2575111 or 16364760. OLE color: 16364760.
HSL color Cylindrical-coordinate representation of color #D8B4F9: hue angle of 271.3º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D8B4F9 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 180 | 249 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.02 |
| HSL | 271.3º | 0.85% | 0.84% | - |
| HSV(B) | 271.3º | 0.28% | 0.98% | - |
| XYZ | 61.74 | 54.08 | 96.81 | - |
| YUV | 198.63 | 156.43 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 180 | 249 | 0.13 | 0.28 | 0 | 0.02 | 271.3 | 0.85 | 0.84 |
| Hex | D8 | B4 | F9 | D | 1C | 0 | 2 | 10F | 55 | 54 |
| Octal | 330 | 264 | 371 | 15 | 34 | 0 | 2 | 417 | 125 | 124 |
| Binary | 11011000 | 10110100 | 11111001 | 1101 | 11100 | 0 | 10 | 100001111 | 1010101 | 1010100 |
Color Harmonies of #D8B4F9
Complementary color
Monochromatic Colors of #D8B4F9
Black with #D8B4F9
Text Example
Text Example
White with #D8B4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B4F9; }
p { color: rgb(216,180,249); }
H1.HeaderClassName
{
color: #D8B4F9;
}
.AnyTagClassName
{
color: #D8B4F9;
}
</style>
background-color css
<style>
a { background-color: #D8B4F9; }
a { background-color: rgb(216,180,249); }
div.DivClassName
{
background-color: #D8B4F9;
}
.BgClassName
{
background-color: #D8B4F9;
}
</style>
border-color css
<style>
span { border-color: #D8B4F9; }
span { border-color: rgb(216,180,249); }
td.TdClassName
{
border-color: #D8B4F9;
}
.TagClassName
{
border-color: #D8B4F9;
}
</style>