Shades of Mauve #D4B2FE
Tints of Mauve #D4B2FE
RGB
CMYK
RGB Variations
Color information
#D4B2FE (or 0xD4B2FE) is known color: Mauve. HEX triplet: D4, B2 and FE. RGB value is (212,178,254). Sum of RGB (Red+Green+Blue) = 212+178+254=644 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.92% from 644); Green value is 178 (69.92% from 255 or 27.64% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4B2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4B2FE is #2B4D01. Grayscale: #C4C4C4. Windows color (decimal): -2837762 or 16691924. OLE color: 16691924.
HSL color Cylindrical-coordinate representation of color #D4B2FE: hue angle of 266.84º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4B2FE is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 178 | 254 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.00 |
| HSL | 266.84º | 0.97% | 0.85% | - |
| HSV(B) | 266.84º | 0.3% | 1% | - |
| XYZ | 60.96 | 52.99 | 100.78 | - |
| YUV | 196.83 | 160.26 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 178 | 254 | 0.17 | 0.30 | 0 | 0.00 | 266.84 | 0.97 | 0.85 |
| Hex | D4 | B2 | FE | 11 | 1E | 0 | 0 | 10B | 61 | 55 |
| Octal | 324 | 262 | 376 | 21 | 36 | 0 | 0 | 413 | 141 | 125 |
| Binary | 11010100 | 10110010 | 11111110 | 10001 | 11110 | 0 | 0 | 100001011 | 1100001 | 1010101 |
Color Harmonies of #D4B2FE
Complementary color
Monochromatic Colors of #D4B2FE
Black with #D4B2FE
Text Example
Text Example
White with #D4B2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B2FE; }
p { color: rgb(212,178,254); }
H1.HeaderClassName
{
color: #D4B2FE;
}
.AnyTagClassName
{
color: #D4B2FE;
}
</style>
background-color css
<style>
a { background-color: #D4B2FE; }
a { background-color: rgb(212,178,254); }
div.DivClassName
{
background-color: #D4B2FE;
}
.BgClassName
{
background-color: #D4B2FE;
}
</style>
border-color css
<style>
span { border-color: #D4B2FE; }
span { border-color: rgb(212,178,254); }
td.TdClassName
{
border-color: #D4B2FE;
}
.TagClassName
{
border-color: #D4B2FE;
}
</style>