Shades of Mauve #D7B7F0
Tints of Mauve #D7B7F0
RGB
CMYK
RGB Variations
Color information
#D7B7F0 (or 0xD7B7F0) is known color: Mauve. HEX triplet: D7, B7 and F0. RGB value is (215,183,240). Sum of RGB (Red+Green+Blue) = 215+183+240=638 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.70% from 638); Green value is 183 (71.88% from 255 or 28.68% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 240 - color contains mainly: blue. Hex color #D7B7F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B7F0 is #28480F. Grayscale: #C6C6C6. Windows color (decimal): -2639888 or 15775703. OLE color: 15775703.
HSL color Cylindrical-coordinate representation of color #D7B7F0: hue angle of 273.68º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D7B7F0 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 215 | 183 | 240 | - |
CMYK | 0.10 | 0.24 | 0 | 0.06 |
HSL | 273.68º | 0.66% | 0.83% | - |
HSV(B) | 273.68º | 0.24% | 0.94% | - |
XYZ | 60.69 | 54.61 | 89.78 | - |
YUV | 199.07 | 151.1 | 139.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 183 | 240 | 0.10 | 0.24 | 0 | 0.06 | 273.68 | 0.66 | 0.83 |
Hex | D7 | B7 | F0 | A | 18 | 0 | 6 | 112 | 42 | 53 |
Octal | 327 | 267 | 360 | 12 | 30 | 0 | 6 | 422 | 102 | 123 |
Binary | 11010111 | 10110111 | 11110000 | 1010 | 11000 | 0 | 110 | 100010010 | 1000010 | 1010011 |
Color Harmonies of #D7B7F0
Complementary color
Monochromatic Colors of #D7B7F0
Black with #D7B7F0
Text Example
Text Example
White with #D7B7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B7F0; }
p { color: rgb(215,183,240); }
H1.HeaderClassName
{
color: #D7B7F0;
}
.AnyTagClassName
{
color: #D7B7F0;
}
</style>
background-color css
<style>
a { background-color: #D7B7F0; }
a { background-color: rgb(215,183,240); }
div.DivClassName
{
background-color: #D7B7F0;
}
.BgClassName
{
background-color: #D7B7F0;
}
</style>
border-color css
<style>
span { border-color: #D7B7F0; }
span { border-color: rgb(215,183,240); }
td.TdClassName
{
border-color: #D7B7F0;
}
.TagClassName
{
border-color: #D7B7F0;
}
</style>