Shades of Mauve #D6B9F8
Tints of Mauve #D6B9F8
RGB
CMYK
RGB Variations
Color information
#D6B9F8 (or 0xD6B9F8) is known color: Mauve. HEX triplet: D6, B9 and F8. RGB value is (214,185,248). Sum of RGB (Red+Green+Blue) = 214+185+248=647 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.08% from 647); Green value is 185 (72.66% from 255 or 28.59% from 647); Blue value is 248 (97.27% from 255 or 38.33% from 647); Max value from RGB is 248 - color contains mainly: blue. Hex color #D6B9F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B9F8 is #294607. Grayscale: #C8C8C8. Windows color (decimal): -2704904 or 16300502. OLE color: 16300502.
HSL color Cylindrical-coordinate representation of color #D6B9F8: hue angle of 267.62º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6B9F8 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 185 | 248 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.03 |
| HSL | 267.62º | 0.82% | 0.85% | - |
| HSV(B) | 267.62º | 0.25% | 0.97% | - |
| XYZ | 62.02 | 55.77 | 96.3 | - |
| YUV | 200.85 | 154.61 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 185 | 248 | 0.14 | 0.25 | 0 | 0.03 | 267.62 | 0.82 | 0.85 |
| Hex | D6 | B9 | F8 | E | 19 | 0 | 3 | 10C | 52 | 55 |
| Octal | 326 | 271 | 370 | 16 | 31 | 0 | 3 | 414 | 122 | 125 |
| Binary | 11010110 | 10111001 | 11111000 | 1110 | 11001 | 0 | 11 | 100001100 | 1010010 | 1010101 |
Color Harmonies of #D6B9F8
Complementary color
Monochromatic Colors of #D6B9F8
Black with #D6B9F8
Text Example
Text Example
White with #D6B9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B9F8; }
p { color: rgb(214,185,248); }
H1.HeaderClassName
{
color: #D6B9F8;
}
.AnyTagClassName
{
color: #D6B9F8;
}
</style>
background-color css
<style>
a { background-color: #D6B9F8; }
a { background-color: rgb(214,185,248); }
div.DivClassName
{
background-color: #D6B9F8;
}
.BgClassName
{
background-color: #D6B9F8;
}
</style>
border-color css
<style>
span { border-color: #D6B9F8; }
span { border-color: rgb(214,185,248); }
td.TdClassName
{
border-color: #D6B9F8;
}
.TagClassName
{
border-color: #D6B9F8;
}
</style>