Shades of Mauve #D7B9FF
Tints of Mauve #D7B9FF
RGB
CMYK
RGB Variations
Color information
#D7B9FF (or 0xD7B9FF) is known color: Mauve. HEX triplet: D7, B9 and FF. RGB value is (215,185,255). Sum of RGB (Red+Green+Blue) = 215+185+255=655 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.82% from 655); Green value is 185 (72.66% from 255 or 28.24% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7B9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7B9FF is #284600. Grayscale: #C9C9C9. Windows color (decimal): -2639361 or 16759255. OLE color: 16759255.
HSL color Cylindrical-coordinate representation of color #D7B9FF: hue angle of 265.71º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D7B9FF is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 185 | 255 | - |
| CMYK | 0.16 | 0.27 | 0 | 0 |
| HSL | 265.71º | 1% | 0.86% | - |
| HSV(B) | 265.71º | 0.27% | 1% | - |
| XYZ | 63.42 | 56.37 | 102.14 | - |
| YUV | 201.95 | 157.94 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 185 | 255 | 0.16 | 0.27 | 0 | 0 | 265.71 | 1 | 0.86 |
| Hex | D7 | B9 | FF | 10 | 1B | 0 | 0 | 10A | 64 | 56 |
| Octal | 327 | 271 | 377 | 20 | 33 | 0 | 0 | 412 | 144 | 126 |
| Binary | 11010111 | 10111001 | 11111111 | 10000 | 11011 | 0 | 0 | 100001010 | 1100100 | 1010110 |
Color Harmonies of #D7B9FF
Complementary color
Monochromatic Colors of #D7B9FF
Black with #D7B9FF
Text Example
Text Example
White with #D7B9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B9FF; }
p { color: rgb(215,185,255); }
H1.HeaderClassName
{
color: #D7B9FF;
}
.AnyTagClassName
{
color: #D7B9FF;
}
</style>
background-color css
<style>
a { background-color: #D7B9FF; }
a { background-color: rgb(215,185,255); }
div.DivClassName
{
background-color: #D7B9FF;
}
.BgClassName
{
background-color: #D7B9FF;
}
</style>
border-color css
<style>
span { border-color: #D7B9FF; }
span { border-color: rgb(215,185,255); }
td.TdClassName
{
border-color: #D7B9FF;
}
.TagClassName
{
border-color: #D7B9FF;
}
</style>