Shades of Mauve #D4B5F1
Tints of Mauve #D4B5F1
RGB
CMYK
RGB Variations
Color information
#D4B5F1 (or 0xD4B5F1) is known color: Mauve. HEX triplet: D4, B5 and F1. RGB value is (212,181,241). Sum of RGB (Red+Green+Blue) = 212+181+241=634 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.44% from 634); Green value is 181 (71.09% from 255 or 28.55% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 241 - color contains mainly: blue. Hex color #D4B5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B5F1 is #2B4A0E. Grayscale: #C4C4C4. Windows color (decimal): -2837007 or 15840724. OLE color: 15840724.
HSL color Cylindrical-coordinate representation of color #D4B5F1: hue angle of 271º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4B5F1 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 181 | 241 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.05 |
| HSL | 271º | 0.68% | 0.83% | - |
| HSV(B) | 271º | 0.25% | 0.95% | - |
| XYZ | 59.55 | 53.4 | 90.39 | - |
| YUV | 197.11 | 152.77 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 181 | 241 | 0.12 | 0.25 | 0 | 0.05 | 271 | 0.68 | 0.83 |
| Hex | D4 | B5 | F1 | C | 19 | 0 | 5 | 10F | 44 | 53 |
| Octal | 324 | 265 | 361 | 14 | 31 | 0 | 5 | 417 | 104 | 123 |
| Binary | 11010100 | 10110101 | 11110001 | 1100 | 11001 | 0 | 101 | 100001111 | 1000100 | 1010011 |
Color Harmonies of #D4B5F1
Complementary color
Monochromatic Colors of #D4B5F1
Black with #D4B5F1
Text Example
Text Example
White with #D4B5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B5F1; }
p { color: rgb(212,181,241); }
H1.HeaderClassName
{
color: #D4B5F1;
}
.AnyTagClassName
{
color: #D4B5F1;
}
</style>
background-color css
<style>
a { background-color: #D4B5F1; }
a { background-color: rgb(212,181,241); }
div.DivClassName
{
background-color: #D4B5F1;
}
.BgClassName
{
background-color: #D4B5F1;
}
</style>
border-color css
<style>
span { border-color: #D4B5F1; }
span { border-color: rgb(212,181,241); }
td.TdClassName
{
border-color: #D4B5F1;
}
.TagClassName
{
border-color: #D4B5F1;
}
</style>