Shades of Mauve #D5B4FA
Tints of Mauve #D5B4FA
RGB
CMYK
RGB Variations
Color information
#D5B4FA (or 0xD5B4FA) is known color: Mauve. HEX triplet: D5, B4 and FA. RGB value is (213,180,250). Sum of RGB (Red+Green+Blue) = 213+180+250=643 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.13% from 643); Green value is 180 (70.70% from 255 or 27.99% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #D5B4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B4FA is #2A4B05. Grayscale: #C5C5C5. Windows color (decimal): -2771718 or 16430293. OLE color: 16430293.
HSL color Cylindrical-coordinate representation of color #D5B4FA: hue angle of 268.29º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D5B4FA is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 180 | 250 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.02 |
| HSL | 268.29º | 0.88% | 0.84% | - |
| HSV(B) | 268.29º | 0.28% | 0.98% | - |
| XYZ | 61.02 | 53.69 | 97.59 | - |
| YUV | 197.85 | 157.43 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 180 | 250 | 0.15 | 0.28 | 0 | 0.02 | 268.29 | 0.88 | 0.84 |
| Hex | D5 | B4 | FA | F | 1C | 0 | 2 | 10C | 58 | 54 |
| Octal | 325 | 264 | 372 | 17 | 34 | 0 | 2 | 414 | 130 | 124 |
| Binary | 11010101 | 10110100 | 11111010 | 1111 | 11100 | 0 | 10 | 100001100 | 1011000 | 1010100 |
Color Harmonies of #D5B4FA
Complementary color
Monochromatic Colors of #D5B4FA
Black with #D5B4FA
Text Example
Text Example
White with #D5B4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B4FA; }
p { color: rgb(213,180,250); }
H1.HeaderClassName
{
color: #D5B4FA;
}
.AnyTagClassName
{
color: #D5B4FA;
}
</style>
background-color css
<style>
a { background-color: #D5B4FA; }
a { background-color: rgb(213,180,250); }
div.DivClassName
{
background-color: #D5B4FA;
}
.BgClassName
{
background-color: #D5B4FA;
}
</style>
border-color css
<style>
span { border-color: #D5B4FA; }
span { border-color: rgb(213,180,250); }
td.TdClassName
{
border-color: #D5B4FA;
}
.TagClassName
{
border-color: #D5B4FA;
}
</style>