Shades of Mauve #D4B0FA
Tints of Mauve #D4B0FA
RGB
CMYK
RGB Variations
Color information
#D4B0FA (or 0xD4B0FA) is known color: Mauve. HEX triplet: D4, B0 and FA. RGB value is (212,176,250). Sum of RGB (Red+Green+Blue) = 212+176+250=638 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.23% from 638); Green value is 176 (69.14% from 255 or 27.59% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #D4B0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4B0FA is #2B4F05. Grayscale: #C2C2C2. Windows color (decimal): -2838278 or 16429268. OLE color: 16429268.
HSL color Cylindrical-coordinate representation of color #D4B0FA: hue angle of 269.19º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4B0FA is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 176 | 250 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.02 |
| HSL | 269.19º | 0.88% | 0.84% | - |
| HSV(B) | 269.19º | 0.3% | 0.98% | - |
| XYZ | 59.93 | 51.95 | 97.31 | - |
| YUV | 195.2 | 158.93 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 176 | 250 | 0.15 | 0.30 | 0 | 0.02 | 269.19 | 0.88 | 0.84 |
| Hex | D4 | B0 | FA | F | 1E | 0 | 2 | 10D | 58 | 54 |
| Octal | 324 | 260 | 372 | 17 | 36 | 0 | 2 | 415 | 130 | 124 |
| Binary | 11010100 | 10110000 | 11111010 | 1111 | 11110 | 0 | 10 | 100001101 | 1011000 | 1010100 |
Color Harmonies of #D4B0FA
Complementary color
Monochromatic Colors of #D4B0FA
Black with #D4B0FA
Text Example
Text Example
White with #D4B0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B0FA; }
p { color: rgb(212,176,250); }
H1.HeaderClassName
{
color: #D4B0FA;
}
.AnyTagClassName
{
color: #D4B0FA;
}
</style>
background-color css
<style>
a { background-color: #D4B0FA; }
a { background-color: rgb(212,176,250); }
div.DivClassName
{
background-color: #D4B0FA;
}
.BgClassName
{
background-color: #D4B0FA;
}
</style>
border-color css
<style>
span { border-color: #D4B0FA; }
span { border-color: rgb(212,176,250); }
td.TdClassName
{
border-color: #D4B0FA;
}
.TagClassName
{
border-color: #D4B0FA;
}
</style>