Shades of Mauve #D5B0F7
Tints of Mauve #D5B0F7
RGB
CMYK
RGB Variations
Color information
#D5B0F7 (or 0xD5B0F7) is known color: Mauve. HEX triplet: D5, B0 and F7. RGB value is (213,176,247). Sum of RGB (Red+Green+Blue) = 213+176+247=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 176 (69.14% from 255 or 27.67% from 636); Blue value is 247 (96.88% from 255 or 38.84% from 636); Max value from RGB is 247 - color contains mainly: blue. Hex color #D5B0F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5B0F7 is #2A4F08. Grayscale: #C2C2C2. Windows color (decimal): -2772745 or 16232661. OLE color: 16232661.
HSL color Cylindrical-coordinate representation of color #D5B0F7: hue angle of 271.27º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5B0F7 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 176 | 247 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.03 |
| HSL | 271.27º | 0.82% | 0.83% | - |
| HSV(B) | 271.27º | 0.29% | 0.97% | - |
| XYZ | 59.75 | 51.91 | 94.87 | - |
| YUV | 195.16 | 157.26 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 176 | 247 | 0.14 | 0.29 | 0 | 0.03 | 271.27 | 0.82 | 0.83 |
| Hex | D5 | B0 | F7 | E | 1D | 0 | 3 | 10F | 52 | 53 |
| Octal | 325 | 260 | 367 | 16 | 35 | 0 | 3 | 417 | 122 | 123 |
| Binary | 11010101 | 10110000 | 11110111 | 1110 | 11101 | 0 | 11 | 100001111 | 1010010 | 1010011 |
Color Harmonies of #D5B0F7
Complementary color
Monochromatic Colors of #D5B0F7
Black with #D5B0F7
Text Example
Text Example
White with #D5B0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B0F7; }
p { color: rgb(213,176,247); }
H1.HeaderClassName
{
color: #D5B0F7;
}
.AnyTagClassName
{
color: #D5B0F7;
}
</style>
background-color css
<style>
a { background-color: #D5B0F7; }
a { background-color: rgb(213,176,247); }
div.DivClassName
{
background-color: #D5B0F7;
}
.BgClassName
{
background-color: #D5B0F7;
}
</style>
border-color css
<style>
span { border-color: #D5B0F7; }
span { border-color: rgb(213,176,247); }
td.TdClassName
{
border-color: #D5B0F7;
}
.TagClassName
{
border-color: #D5B0F7;
}
</style>