Shades of Mauve #D5B4FE
Tints of Mauve #D5B4FE
RGB
CMYK
RGB Variations
Color information
#D5B4FE (or 0xD5B4FE) is known color: Mauve. HEX triplet: D5, B4 and FE. RGB value is (213,180,254). Sum of RGB (Red+Green+Blue) = 213+180+254=647 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.92% from 647); Green value is 180 (70.70% from 255 or 27.82% 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 #D5B4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B4FE is #2A4B01. Grayscale: #C6C6C6. Windows color (decimal): -2771714 or 16692437. OLE color: 16692437.
HSL color Cylindrical-coordinate representation of color #D5B4FE: hue angle of 266.76º 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 #D5B4FE is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 180 | 254 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.00 |
| HSL | 266.76º | 0.97% | 0.85% | - |
| HSV(B) | 266.76º | 0.29% | 1% | - |
| XYZ | 61.65 | 53.94 | 100.93 | - |
| YUV | 198.3 | 159.43 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 180 | 254 | 0.16 | 0.29 | 0 | 0.00 | 266.76 | 0.97 | 0.85 |
| Hex | D5 | B4 | FE | 10 | 1D | 0 | 0 | 10B | 61 | 55 |
| Octal | 325 | 264 | 376 | 20 | 35 | 0 | 0 | 413 | 141 | 125 |
| Binary | 11010101 | 10110100 | 11111110 | 10000 | 11101 | 0 | 0 | 100001011 | 1100001 | 1010101 |
Color Harmonies of #D5B4FE
Complementary color
Monochromatic Colors of #D5B4FE
Black with #D5B4FE
Text Example
Text Example
White with #D5B4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B4FE; }
p { color: rgb(213,180,254); }
H1.HeaderClassName
{
color: #D5B4FE;
}
.AnyTagClassName
{
color: #D5B4FE;
}
</style>
background-color css
<style>
a { background-color: #D5B4FE; }
a { background-color: rgb(213,180,254); }
div.DivClassName
{
background-color: #D5B4FE;
}
.BgClassName
{
background-color: #D5B4FE;
}
</style>
border-color css
<style>
span { border-color: #D5B4FE; }
span { border-color: rgb(213,180,254); }
td.TdClassName
{
border-color: #D5B4FE;
}
.TagClassName
{
border-color: #D5B4FE;
}
</style>