Shades of Mauve #D4B3FC
Tints of Mauve #D4B3FC
RGB
CMYK
RGB Variations
Color information
#D4B3FC (or 0xD4B3FC) is known color: Mauve. HEX triplet: D4, B3 and FC. RGB value is (212,179,252). Sum of RGB (Red+Green+Blue) = 212+179+252=643 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.97% from 643); Green value is 179 (70.31% from 255 or 27.84% from 643); Blue value is 252 (98.83% from 255 or 39.19% from 643); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4B3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B3FC is #2B4C03. Grayscale: #C4C4C4. Windows color (decimal): -2837508 or 16561108. OLE color: 16561108.
HSL color Cylindrical-coordinate representation of color #D4B3FC: hue angle of 267.12º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4B3FC is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 179 | 252 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.01 |
| HSL | 267.12º | 0.92% | 0.85% | - |
| HSV(B) | 267.12º | 0.29% | 0.99% | - |
| XYZ | 60.84 | 53.27 | 99.17 | - |
| YUV | 197.19 | 158.93 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 179 | 252 | 0.16 | 0.29 | 0 | 0.01 | 267.12 | 0.92 | 0.85 |
| Hex | D4 | B3 | FC | 10 | 1D | 0 | 1 | 10B | 5C | 55 |
| Octal | 324 | 263 | 374 | 20 | 35 | 0 | 1 | 413 | 134 | 125 |
| Binary | 11010100 | 10110011 | 11111100 | 10000 | 11101 | 0 | 1 | 100001011 | 1011100 | 1010101 |
Color Harmonies of #D4B3FC
Complementary color
Monochromatic Colors of #D4B3FC
Black with #D4B3FC
Text Example
Text Example
White with #D4B3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B3FC; }
p { color: rgb(212,179,252); }
H1.HeaderClassName
{
color: #D4B3FC;
}
.AnyTagClassName
{
color: #D4B3FC;
}
</style>
background-color css
<style>
a { background-color: #D4B3FC; }
a { background-color: rgb(212,179,252); }
div.DivClassName
{
background-color: #D4B3FC;
}
.BgClassName
{
background-color: #D4B3FC;
}
</style>
border-color css
<style>
span { border-color: #D4B3FC; }
span { border-color: rgb(212,179,252); }
td.TdClassName
{
border-color: #D4B3FC;
}
.TagClassName
{
border-color: #D4B3FC;
}
</style>