Shades of Mauve #D9B7F3
Tints of Mauve #D9B7F3
RGB
CMYK
RGB Variations
Color information
#D9B7F3 (or 0xD9B7F3) is known color: Mauve. HEX triplet: D9, B7 and F3. RGB value is (217,183,243). Sum of RGB (Red+Green+Blue) = 217+183+243=643 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.75% from 643); Green value is 183 (71.88% from 255 or 28.46% from 643); Blue value is 243 (95.31% from 255 or 37.79% from 643); Max value from RGB is 243 - color contains mainly: blue. Hex color #D9B7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B7F3 is #26480C. Grayscale: #C7C7C7. Windows color (decimal): -2508813 or 15972313. OLE color: 15972313.
HSL color Cylindrical-coordinate representation of color #D9B7F3: hue angle of 274º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9B7F3 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 183 | 243 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.05 |
| HSL | 274º | 0.71% | 0.84% | - |
| HSV(B) | 274º | 0.25% | 0.95% | - |
| XYZ | 61.73 | 55.09 | 92.17 | - |
| YUV | 200.01 | 152.26 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 183 | 243 | 0.11 | 0.25 | 0 | 0.05 | 274 | 0.71 | 0.84 |
| Hex | D9 | B7 | F3 | B | 19 | 0 | 5 | 112 | 47 | 54 |
| Octal | 331 | 267 | 363 | 13 | 31 | 0 | 5 | 422 | 107 | 124 |
| Binary | 11011001 | 10110111 | 11110011 | 1011 | 11001 | 0 | 101 | 100010010 | 1000111 | 1010100 |
Color Harmonies of #D9B7F3
Complementary color
Monochromatic Colors of #D9B7F3
Black with #D9B7F3
Text Example
Text Example
White with #D9B7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B7F3; }
p { color: rgb(217,183,243); }
H1.HeaderClassName
{
color: #D9B7F3;
}
.AnyTagClassName
{
color: #D9B7F3;
}
</style>
background-color css
<style>
a { background-color: #D9B7F3; }
a { background-color: rgb(217,183,243); }
div.DivClassName
{
background-color: #D9B7F3;
}
.BgClassName
{
background-color: #D9B7F3;
}
</style>
border-color css
<style>
span { border-color: #D9B7F3; }
span { border-color: rgb(217,183,243); }
td.TdClassName
{
border-color: #D9B7F3;
}
.TagClassName
{
border-color: #D9B7F3;
}
</style>