Shades of Mauve #D9B4FE
Tints of Mauve #D9B4FE
RGB
CMYK
RGB Variations
Color information
#D9B4FE (or 0xD9B4FE) is known color: Mauve. HEX triplet: D9, B4 and FE. RGB value is (217,180,254). Sum of RGB (Red+Green+Blue) = 217+180+254=651 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.33% from 651); Green value is 180 (70.70% from 255 or 27.65% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9B4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9B4FE is #264B01. Grayscale: #C7C7C7. Windows color (decimal): -2509570 or 16692441. OLE color: 16692441.
HSL color Cylindrical-coordinate representation of color #D9B4FE: hue angle of 270º 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 #D9B4FE is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 180 | 254 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.00 |
| HSL | 270º | 0.97% | 0.85% | - |
| HSV(B) | 270º | 0.29% | 1% | - |
| XYZ | 62.83 | 54.55 | 100.98 | - |
| YUV | 199.5 | 158.76 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 180 | 254 | 0.15 | 0.29 | 0 | 0.00 | 270 | 0.97 | 0.85 |
| Hex | D9 | B4 | FE | F | 1D | 0 | 0 | 10E | 61 | 55 |
| Octal | 331 | 264 | 376 | 17 | 35 | 0 | 0 | 416 | 141 | 125 |
| Binary | 11011001 | 10110100 | 11111110 | 1111 | 11101 | 0 | 0 | 100001110 | 1100001 | 1010101 |
Color Harmonies of #D9B4FE
Complementary color
Monochromatic Colors of #D9B4FE
Black with #D9B4FE
Text Example
Text Example
White with #D9B4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B4FE; }
p { color: rgb(217,180,254); }
H1.HeaderClassName
{
color: #D9B4FE;
}
.AnyTagClassName
{
color: #D9B4FE;
}
</style>
background-color css
<style>
a { background-color: #D9B4FE; }
a { background-color: rgb(217,180,254); }
div.DivClassName
{
background-color: #D9B4FE;
}
.BgClassName
{
background-color: #D9B4FE;
}
</style>
border-color css
<style>
span { border-color: #D9B4FE; }
span { border-color: rgb(217,180,254); }
td.TdClassName
{
border-color: #D9B4FE;
}
.TagClassName
{
border-color: #D9B4FE;
}
</style>