Shades of Mauve #D4B2F9
Tints of Mauve #D4B2F9
RGB
CMYK
RGB Variations
Color information
#D4B2F9 (or 0xD4B2F9) is known color: Mauve. HEX triplet: D4, B2 and F9. RGB value is (212,178,249). Sum of RGB (Red+Green+Blue) = 212+178+249=639 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.18% from 639); Green value is 178 (69.92% from 255 or 27.86% from 639); Blue value is 249 (97.66% from 255 or 38.97% from 639); Max value from RGB is 249 - color contains mainly: blue. Hex color #D4B2F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4B2F9 is #2B4D06. Grayscale: #C4C4C4. Windows color (decimal): -2837767 or 16364244. OLE color: 16364244.
HSL color Cylindrical-coordinate representation of color #D4B2F9: hue angle of 268.73º degrees, saturation: 0.86, 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 #D4B2F9 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 178 | 249 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.02 |
| HSL | 268.73º | 0.86% | 0.84% | - |
| HSV(B) | 268.73º | 0.29% | 0.98% | - |
| XYZ | 60.17 | 52.68 | 96.62 | - |
| YUV | 196.26 | 157.76 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 178 | 249 | 0.15 | 0.29 | 0 | 0.02 | 268.73 | 0.86 | 0.84 |
| Hex | D4 | B2 | F9 | F | 1D | 0 | 2 | 10D | 56 | 54 |
| Octal | 324 | 262 | 371 | 17 | 35 | 0 | 2 | 415 | 126 | 124 |
| Binary | 11010100 | 10110010 | 11111001 | 1111 | 11101 | 0 | 10 | 100001101 | 1010110 | 1010100 |
Color Harmonies of #D4B2F9
Complementary color
Monochromatic Colors of #D4B2F9
Black with #D4B2F9
Text Example
Text Example
White with #D4B2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B2F9; }
p { color: rgb(212,178,249); }
H1.HeaderClassName
{
color: #D4B2F9;
}
.AnyTagClassName
{
color: #D4B2F9;
}
</style>
background-color css
<style>
a { background-color: #D4B2F9; }
a { background-color: rgb(212,178,249); }
div.DivClassName
{
background-color: #D4B2F9;
}
.BgClassName
{
background-color: #D4B2F9;
}
</style>
border-color css
<style>
span { border-color: #D4B2F9; }
span { border-color: rgb(212,178,249); }
td.TdClassName
{
border-color: #D4B2F9;
}
.TagClassName
{
border-color: #D4B2F9;
}
</style>