Shades of Mauve #D8B9FE
Tints of Mauve #D8B9FE
RGB
CMYK
RGB Variations
Color information
#D8B9FE (or 0xD8B9FE) is known color: Mauve. HEX triplet: D8, B9 and FE. RGB value is (216,185,254). Sum of RGB (Red+Green+Blue) = 216+185+254=655 (86% of max value = 765). Red value is 216 (84.77% from 255 or 32.98% from 655); Green value is 185 (72.66% from 255 or 28.24% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8B9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8B9FE is #274601. Grayscale: #C9C9C9. Windows color (decimal): -2573826 or 16693720. OLE color: 16693720.
HSL color Cylindrical-coordinate representation of color #D8B9FE: hue angle of 266.96º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D8B9FE is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 185 | 254 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.00 |
| HSL | 266.96º | 0.97% | 0.86% | - |
| HSV(B) | 266.96º | 0.27% | 1% | - |
| XYZ | 63.56 | 56.45 | 101.31 | - |
| YUV | 202.14 | 157.27 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 185 | 254 | 0.15 | 0.27 | 0 | 0.00 | 266.96 | 0.97 | 0.86 |
| Hex | D8 | B9 | FE | F | 1B | 0 | 0 | 10B | 61 | 56 |
| Octal | 330 | 271 | 376 | 17 | 33 | 0 | 0 | 413 | 141 | 126 |
| Binary | 11011000 | 10111001 | 11111110 | 1111 | 11011 | 0 | 0 | 100001011 | 1100001 | 1010110 |
Color Harmonies of #D8B9FE
Complementary color
Monochromatic Colors of #D8B9FE
Black with #D8B9FE
Text Example
Text Example
White with #D8B9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B9FE; }
p { color: rgb(216,185,254); }
H1.HeaderClassName
{
color: #D8B9FE;
}
.AnyTagClassName
{
color: #D8B9FE;
}
</style>
background-color css
<style>
a { background-color: #D8B9FE; }
a { background-color: rgb(216,185,254); }
div.DivClassName
{
background-color: #D8B9FE;
}
.BgClassName
{
background-color: #D8B9FE;
}
</style>
border-color css
<style>
span { border-color: #D8B9FE; }
span { border-color: rgb(216,185,254); }
td.TdClassName
{
border-color: #D8B9FE;
}
.TagClassName
{
border-color: #D8B9FE;
}
</style>