Shades of Mauve #D4B5F0
Tints of Mauve #D4B5F0
RGB
CMYK
RGB Variations
Color information
#D4B5F0 (or 0xD4B5F0) is known color: Mauve. HEX triplet: D4, B5 and F0. RGB value is (212,181,240). Sum of RGB (Red+Green+Blue) = 212+181+240=633 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.49% from 633); Green value is 181 (71.09% from 255 or 28.59% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 240 - color contains mainly: blue. Hex color #D4B5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B5F0 is #2B4A0F. Grayscale: #C4C4C4. Windows color (decimal): -2837008 or 15775188. OLE color: 15775188.
HSL color Cylindrical-coordinate representation of color #D4B5F0: hue angle of 271.53º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4B5F0 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 181 | 240 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.06 |
| HSL | 271.53º | 0.66% | 0.83% | - |
| HSV(B) | 271.53º | 0.25% | 0.94% | - |
| XYZ | 59.4 | 53.34 | 89.6 | - |
| YUV | 197 | 152.27 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 181 | 240 | 0.12 | 0.25 | 0 | 0.06 | 271.53 | 0.66 | 0.83 |
| Hex | D4 | B5 | F0 | C | 19 | 0 | 6 | 110 | 42 | 53 |
| Octal | 324 | 265 | 360 | 14 | 31 | 0 | 6 | 420 | 102 | 123 |
| Binary | 11010100 | 10110101 | 11110000 | 1100 | 11001 | 0 | 110 | 100010000 | 1000010 | 1010011 |
Color Harmonies of #D4B5F0
Complementary color
Monochromatic Colors of #D4B5F0
Black with #D4B5F0
Text Example
Text Example
White with #D4B5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B5F0; }
p { color: rgb(212,181,240); }
H1.HeaderClassName
{
color: #D4B5F0;
}
.AnyTagClassName
{
color: #D4B5F0;
}
</style>
background-color css
<style>
a { background-color: #D4B5F0; }
a { background-color: rgb(212,181,240); }
div.DivClassName
{
background-color: #D4B5F0;
}
.BgClassName
{
background-color: #D4B5F0;
}
</style>
border-color css
<style>
span { border-color: #D4B5F0; }
span { border-color: rgb(212,181,240); }
td.TdClassName
{
border-color: #D4B5F0;
}
.TagClassName
{
border-color: #D4B5F0;
}
</style>