Shades of Mauve #D4B1FA
Tints of Mauve #D4B1FA
RGB
CMYK
RGB Variations
Color information
#D4B1FA (or 0xD4B1FA) is known color: Mauve. HEX triplet: D4, B1 and FA. RGB value is (212,177,250). Sum of RGB (Red+Green+Blue) = 212+177+250=639 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.18% from 639); Green value is 177 (69.53% from 255 or 27.70% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #D4B1FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4B1FA is #2B4E05. Grayscale: #C3C3C3. Windows color (decimal): -2838022 or 16429524. OLE color: 16429524.
HSL color Cylindrical-coordinate representation of color #D4B1FA: hue angle of 268.77º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4B1FA is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 177 | 250 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.02 |
| HSL | 268.77º | 0.88% | 0.84% | - |
| HSV(B) | 268.77º | 0.29% | 0.98% | - |
| XYZ | 60.13 | 52.34 | 97.38 | - |
| YUV | 195.79 | 158.6 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 177 | 250 | 0.15 | 0.29 | 0 | 0.02 | 268.77 | 0.88 | 0.84 |
| Hex | D4 | B1 | FA | F | 1D | 0 | 2 | 10D | 58 | 54 |
| Octal | 324 | 261 | 372 | 17 | 35 | 0 | 2 | 415 | 130 | 124 |
| Binary | 11010100 | 10110001 | 11111010 | 1111 | 11101 | 0 | 10 | 100001101 | 1011000 | 1010100 |
Color Harmonies of #D4B1FA
Complementary color
Monochromatic Colors of #D4B1FA
Black with #D4B1FA
Text Example
Text Example
White with #D4B1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B1FA; }
p { color: rgb(212,177,250); }
H1.HeaderClassName
{
color: #D4B1FA;
}
.AnyTagClassName
{
color: #D4B1FA;
}
</style>
background-color css
<style>
a { background-color: #D4B1FA; }
a { background-color: rgb(212,177,250); }
div.DivClassName
{
background-color: #D4B1FA;
}
.BgClassName
{
background-color: #D4B1FA;
}
</style>
border-color css
<style>
span { border-color: #D4B1FA; }
span { border-color: rgb(212,177,250); }
td.TdClassName
{
border-color: #D4B1FA;
}
.TagClassName
{
border-color: #D4B1FA;
}
</style>