Shades of Mauve #D4B5FE
Tints of Mauve #D4B5FE
RGB
CMYK
RGB Variations
Color information
#D4B5FE (or 0xD4B5FE) is known color: Mauve. HEX triplet: D4, B5 and FE. RGB value is (212,181,254). Sum of RGB (Red+Green+Blue) = 212+181+254=647 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.77% from 647); Green value is 181 (71.09% from 255 or 27.98% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4B5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B5FE is #2B4A01. Grayscale: #C6C6C6. Windows color (decimal): -2836994 or 16692692. OLE color: 16692692.
HSL color Cylindrical-coordinate representation of color #D4B5FE: hue angle of 265.48º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4B5FE is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 181 | 254 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.00 |
| HSL | 265.48º | 0.97% | 0.85% | - |
| HSV(B) | 265.48º | 0.29% | 1% | - |
| XYZ | 61.56 | 54.2 | 100.98 | - |
| YUV | 198.59 | 159.27 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 181 | 254 | 0.17 | 0.29 | 0 | 0.00 | 265.48 | 0.97 | 0.85 |
| Hex | D4 | B5 | FE | 11 | 1D | 0 | 0 | 109 | 61 | 55 |
| Octal | 324 | 265 | 376 | 21 | 35 | 0 | 0 | 411 | 141 | 125 |
| Binary | 11010100 | 10110101 | 11111110 | 10001 | 11101 | 0 | 0 | 100001001 | 1100001 | 1010101 |
Color Harmonies of #D4B5FE
Complementary color
Monochromatic Colors of #D4B5FE
Black with #D4B5FE
Text Example
Text Example
White with #D4B5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B5FE; }
p { color: rgb(212,181,254); }
H1.HeaderClassName
{
color: #D4B5FE;
}
.AnyTagClassName
{
color: #D4B5FE;
}
</style>
background-color css
<style>
a { background-color: #D4B5FE; }
a { background-color: rgb(212,181,254); }
div.DivClassName
{
background-color: #D4B5FE;
}
.BgClassName
{
background-color: #D4B5FE;
}
</style>
border-color css
<style>
span { border-color: #D4B5FE; }
span { border-color: rgb(212,181,254); }
td.TdClassName
{
border-color: #D4B5FE;
}
.TagClassName
{
border-color: #D4B5FE;
}
</style>