Shades of Mauve #D4B2FA
Tints of Mauve #D4B2FA
RGB
CMYK
RGB Variations
Color information
#D4B2FA (or 0xD4B2FA) is known color: Mauve. HEX triplet: D4, B2 and FA. RGB value is (212,178,250). Sum of RGB (Red+Green+Blue) = 212+178+250=640 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.12% from 640); Green value is 178 (69.92% from 255 or 27.81% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #D4B2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4B2FA is #2B4D05. Grayscale: #C4C4C4. Windows color (decimal): -2837766 or 16429780. OLE color: 16429780.
HSL color Cylindrical-coordinate representation of color #D4B2FA: hue angle of 268.33º 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 #D4B2FA is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 178 | 250 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.02 |
| HSL | 268.33º | 0.88% | 0.84% | - |
| HSV(B) | 268.33º | 0.29% | 0.98% | - |
| XYZ | 60.33 | 52.74 | 97.44 | - |
| YUV | 196.37 | 158.26 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 178 | 250 | 0.15 | 0.29 | 0 | 0.02 | 268.33 | 0.88 | 0.84 |
| Hex | D4 | B2 | FA | F | 1D | 0 | 2 | 10C | 58 | 54 |
| Octal | 324 | 262 | 372 | 17 | 35 | 0 | 2 | 414 | 130 | 124 |
| Binary | 11010100 | 10110010 | 11111010 | 1111 | 11101 | 0 | 10 | 100001100 | 1011000 | 1010100 |
Color Harmonies of #D4B2FA
Complementary color
Monochromatic Colors of #D4B2FA
Black with #D4B2FA
Text Example
Text Example
White with #D4B2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B2FA; }
p { color: rgb(212,178,250); }
H1.HeaderClassName
{
color: #D4B2FA;
}
.AnyTagClassName
{
color: #D4B2FA;
}
</style>
background-color css
<style>
a { background-color: #D4B2FA; }
a { background-color: rgb(212,178,250); }
div.DivClassName
{
background-color: #D4B2FA;
}
.BgClassName
{
background-color: #D4B2FA;
}
</style>
border-color css
<style>
span { border-color: #D4B2FA; }
span { border-color: rgb(212,178,250); }
td.TdClassName
{
border-color: #D4B2FA;
}
.TagClassName
{
border-color: #D4B2FA;
}
</style>