Shades of Mauve #D8BBFC
Tints of Mauve #D8BBFC
RGB
CMYK
RGB Variations
Color information
#D8BBFC (or 0xD8BBFC) is known color: Mauve. HEX triplet: D8, BB and FC. RGB value is (216,187,252). Sum of RGB (Red+Green+Blue) = 216+187+252=655 (86% of max value = 765). Red value is 216 (84.77% from 255 or 32.98% from 655); Green value is 187 (73.44% from 255 or 28.55% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #D8BBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BBFC is #274403. Grayscale: #CACACA. Windows color (decimal): -2573316 or 16563160. OLE color: 16563160.
HSL color Cylindrical-coordinate representation of color #D8BBFC: hue angle of 266.77º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8BBFC is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 187 | 252 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.01 |
| HSL | 266.77º | 0.92% | 0.86% | - |
| HSV(B) | 266.77º | 0.26% | 0.99% | - |
| XYZ | 63.66 | 57.17 | 99.77 | - |
| YUV | 203.08 | 155.61 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 252 | 0.14 | 0.26 | 0 | 0.01 | 266.77 | 0.92 | 0.86 |
| Hex | D8 | BB | FC | E | 1A | 0 | 1 | 10B | 5C | 56 |
| Octal | 330 | 273 | 374 | 16 | 32 | 0 | 1 | 413 | 134 | 126 |
| Binary | 11011000 | 10111011 | 11111100 | 1110 | 11010 | 0 | 1 | 100001011 | 1011100 | 1010110 |
Color Harmonies of #D8BBFC
Complementary color
Monochromatic Colors of #D8BBFC
Black with #D8BBFC
Text Example
Text Example
White with #D8BBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BBFC; }
p { color: rgb(216,187,252); }
H1.HeaderClassName
{
color: #D8BBFC;
}
.AnyTagClassName
{
color: #D8BBFC;
}
</style>
background-color css
<style>
a { background-color: #D8BBFC; }
a { background-color: rgb(216,187,252); }
div.DivClassName
{
background-color: #D8BBFC;
}
.BgClassName
{
background-color: #D8BBFC;
}
</style>
border-color css
<style>
span { border-color: #D8BBFC; }
span { border-color: rgb(216,187,252); }
td.TdClassName
{
border-color: #D8BBFC;
}
.TagClassName
{
border-color: #D8BBFC;
}
</style>