Shades of Mauve #D7B0F3
Tints of Mauve #D7B0F3
RGB
CMYK
RGB Variations
Color information
#D7B0F3 (or 0xD7B0F3) is known color: Mauve. HEX triplet: D7, B0 and F3. RGB value is (215,176,243). Sum of RGB (Red+Green+Blue) = 215+176+243=634 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.91% from 634); Green value is 176 (69.14% from 255 or 27.76% from 634); Blue value is 243 (95.31% from 255 or 38.33% from 634); Max value from RGB is 243 - color contains mainly: blue. Hex color #D7B0F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7B0F3 is #284F0C. Grayscale: #C3C3C3. Windows color (decimal): -2641677 or 15970519. OLE color: 15970519.
HSL color Cylindrical-coordinate representation of color #D7B0F3: hue angle of 274.93º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D7B0F3 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 176 | 243 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.05 |
| HSL | 274.93º | 0.74% | 0.82% | - |
| HSV(B) | 274.93º | 0.28% | 0.95% | - |
| XYZ | 59.73 | 51.97 | 91.68 | - |
| YUV | 195.3 | 154.92 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 176 | 243 | 0.12 | 0.28 | 0 | 0.05 | 274.93 | 0.74 | 0.82 |
| Hex | D7 | B0 | F3 | C | 1C | 0 | 5 | 113 | 4A | 52 |
| Octal | 327 | 260 | 363 | 14 | 34 | 0 | 5 | 423 | 112 | 122 |
| Binary | 11010111 | 10110000 | 11110011 | 1100 | 11100 | 0 | 101 | 100010011 | 1001010 | 1010010 |
Color Harmonies of #D7B0F3
Complementary color
Monochromatic Colors of #D7B0F3
Black with #D7B0F3
Text Example
Text Example
White with #D7B0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B0F3; }
p { color: rgb(215,176,243); }
H1.HeaderClassName
{
color: #D7B0F3;
}
.AnyTagClassName
{
color: #D7B0F3;
}
</style>
background-color css
<style>
a { background-color: #D7B0F3; }
a { background-color: rgb(215,176,243); }
div.DivClassName
{
background-color: #D7B0F3;
}
.BgClassName
{
background-color: #D7B0F3;
}
</style>
border-color css
<style>
span { border-color: #D7B0F3; }
span { border-color: rgb(215,176,243); }
td.TdClassName
{
border-color: #D7B0F3;
}
.TagClassName
{
border-color: #D7B0F3;
}
</style>