Shades of Mauve #D5B9FF
Tints of Mauve #D5B9FF
RGB
CMYK
RGB Variations
Color information
#D5B9FF (or 0xD5B9FF) is known color: Mauve. HEX triplet: D5, B9 and FF. RGB value is (213,185,255). Sum of RGB (Red+Green+Blue) = 213+185+255=653 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.62% from 653); Green value is 185 (72.66% from 255 or 28.33% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5B9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B9FF is #2A4600. Grayscale: #C9C9C9. Windows color (decimal): -2770433 or 16759253. OLE color: 16759253.
HSL color Cylindrical-coordinate representation of color #D5B9FF: hue angle of 264º 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 #D5B9FF is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 185 | 255 | - |
| CMYK | 0.16 | 0.27 | 0 | 0 |
| HSL | 264º | 1% | 0.86% | - |
| HSV(B) | 264º | 0.27% | 1% | - |
| XYZ | 62.84 | 56.06 | 102.12 | - |
| YUV | 201.35 | 158.28 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 185 | 255 | 0.16 | 0.27 | 0 | 0 | 264 | 1 | 0.86 |
| Hex | D5 | B9 | FF | 10 | 1B | 0 | 0 | 108 | 64 | 56 |
| Octal | 325 | 271 | 377 | 20 | 33 | 0 | 0 | 410 | 144 | 126 |
| Binary | 11010101 | 10111001 | 11111111 | 10000 | 11011 | 0 | 0 | 100001000 | 1100100 | 1010110 |
Color Harmonies of #D5B9FF
Complementary color
Monochromatic Colors of #D5B9FF
Black with #D5B9FF
Text Example
Text Example
White with #D5B9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B9FF; }
p { color: rgb(213,185,255); }
H1.HeaderClassName
{
color: #D5B9FF;
}
.AnyTagClassName
{
color: #D5B9FF;
}
</style>
background-color css
<style>
a { background-color: #D5B9FF; }
a { background-color: rgb(213,185,255); }
div.DivClassName
{
background-color: #D5B9FF;
}
.BgClassName
{
background-color: #D5B9FF;
}
</style>
border-color css
<style>
span { border-color: #D5B9FF; }
span { border-color: rgb(213,185,255); }
td.TdClassName
{
border-color: #D5B9FF;
}
.TagClassName
{
border-color: #D5B9FF;
}
</style>