Shades of Mauve #D7B8FE
Tints of Mauve #D7B8FE
RGB
CMYK
RGB Variations
Color information
#D7B8FE (or 0xD7B8FE) is known color: Mauve. HEX triplet: D7, B8 and FE. RGB value is (215,184,254). Sum of RGB (Red+Green+Blue) = 215+184+254=653 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.92% from 653); Green value is 184 (72.27% from 255 or 28.18% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7B8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B8FE is #284701. Grayscale: #C9C9C9. Windows color (decimal): -2639618 or 16693463. OLE color: 16693463.
HSL color Cylindrical-coordinate representation of color #D7B8FE: hue angle of 266.57º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D7B8FE is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 184 | 254 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.00 |
| HSL | 266.57º | 0.97% | 0.86% | - |
| HSV(B) | 266.57º | 0.28% | 1% | - |
| XYZ | 63.05 | 55.88 | 101.23 | - |
| YUV | 201.25 | 157.77 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 184 | 254 | 0.15 | 0.28 | 0 | 0.00 | 266.57 | 0.97 | 0.86 |
| Hex | D7 | B8 | FE | F | 1C | 0 | 0 | 10B | 61 | 56 |
| Octal | 327 | 270 | 376 | 17 | 34 | 0 | 0 | 413 | 141 | 126 |
| Binary | 11010111 | 10111000 | 11111110 | 1111 | 11100 | 0 | 0 | 100001011 | 1100001 | 1010110 |
Color Harmonies of #D7B8FE
Complementary color
Monochromatic Colors of #D7B8FE
Black with #D7B8FE
Text Example
Text Example
White with #D7B8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B8FE; }
p { color: rgb(215,184,254); }
H1.HeaderClassName
{
color: #D7B8FE;
}
.AnyTagClassName
{
color: #D7B8FE;
}
</style>
background-color css
<style>
a { background-color: #D7B8FE; }
a { background-color: rgb(215,184,254); }
div.DivClassName
{
background-color: #D7B8FE;
}
.BgClassName
{
background-color: #D7B8FE;
}
</style>
border-color css
<style>
span { border-color: #D7B8FE; }
span { border-color: rgb(215,184,254); }
td.TdClassName
{
border-color: #D7B8FE;
}
.TagClassName
{
border-color: #D7B8FE;
}
</style>