Shades of Mauve #D9B5FE
Tints of Mauve #D9B5FE
RGB
CMYK
RGB Variations
Color information
#D9B5FE (or 0xD9B5FE) is known color: Mauve. HEX triplet: D9, B5 and FE. RGB value is (217,181,254). Sum of RGB (Red+Green+Blue) = 217+181+254=652 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.28% from 652); Green value is 181 (71.09% from 255 or 27.76% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9B5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B5FE is #264A01. Grayscale: #C7C7C7. Windows color (decimal): -2509314 or 16692697. OLE color: 16692697.
HSL color Cylindrical-coordinate representation of color #D9B5FE: hue angle of 269.59º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9B5FE is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 181 | 254 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.00 |
| HSL | 269.59º | 0.97% | 0.85% | - |
| HSV(B) | 269.59º | 0.29% | 1% | - |
| XYZ | 63.03 | 54.96 | 101.05 | - |
| YUV | 200.09 | 158.43 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 181 | 254 | 0.15 | 0.29 | 0 | 0.00 | 269.59 | 0.97 | 0.85 |
| Hex | D9 | B5 | FE | F | 1D | 0 | 0 | 10E | 61 | 55 |
| Octal | 331 | 265 | 376 | 17 | 35 | 0 | 0 | 416 | 141 | 125 |
| Binary | 11011001 | 10110101 | 11111110 | 1111 | 11101 | 0 | 0 | 100001110 | 1100001 | 1010101 |
Color Harmonies of #D9B5FE
Complementary color
Monochromatic Colors of #D9B5FE
Black with #D9B5FE
Text Example
Text Example
White with #D9B5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B5FE; }
p { color: rgb(217,181,254); }
H1.HeaderClassName
{
color: #D9B5FE;
}
.AnyTagClassName
{
color: #D9B5FE;
}
</style>
background-color css
<style>
a { background-color: #D9B5FE; }
a { background-color: rgb(217,181,254); }
div.DivClassName
{
background-color: #D9B5FE;
}
.BgClassName
{
background-color: #D9B5FE;
}
</style>
border-color css
<style>
span { border-color: #D9B5FE; }
span { border-color: rgb(217,181,254); }
td.TdClassName
{
border-color: #D9B5FE;
}
.TagClassName
{
border-color: #D9B5FE;
}
</style>