Shades of Mauve #D5B4F3
Tints of Mauve #D5B4F3
RGB
CMYK
RGB Variations
Color information
#D5B4F3 (or 0xD5B4F3) is known color: Mauve. HEX triplet: D5, B4 and F3. RGB value is (213,180,243). Sum of RGB (Red+Green+Blue) = 213+180+243=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 180 (70.70% from 255 or 28.30% from 636); Blue value is 243 (95.31% from 255 or 38.21% from 636); Max value from RGB is 243 - color contains mainly: blue. Hex color #D5B4F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B4F3 is #2A4B0C. Grayscale: #C4C4C4. Windows color (decimal): -2771725 or 15971541. OLE color: 15971541.
HSL color Cylindrical-coordinate representation of color #D5B4F3: hue angle of 271.43º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5B4F3 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 180 | 243 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.05 |
| HSL | 271.43º | 0.72% | 0.83% | - |
| HSV(B) | 271.43º | 0.26% | 0.95% | - |
| XYZ | 59.94 | 53.26 | 91.92 | - |
| YUV | 197.05 | 153.93 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 180 | 243 | 0.12 | 0.26 | 0 | 0.05 | 271.43 | 0.72 | 0.83 |
| Hex | D5 | B4 | F3 | C | 1A | 0 | 5 | 10F | 48 | 53 |
| Octal | 325 | 264 | 363 | 14 | 32 | 0 | 5 | 417 | 110 | 123 |
| Binary | 11010101 | 10110100 | 11110011 | 1100 | 11010 | 0 | 101 | 100001111 | 1001000 | 1010011 |
Color Harmonies of #D5B4F3
Complementary color
Monochromatic Colors of #D5B4F3
Black with #D5B4F3
Text Example
Text Example
White with #D5B4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B4F3; }
p { color: rgb(213,180,243); }
H1.HeaderClassName
{
color: #D5B4F3;
}
.AnyTagClassName
{
color: #D5B4F3;
}
</style>
background-color css
<style>
a { background-color: #D5B4F3; }
a { background-color: rgb(213,180,243); }
div.DivClassName
{
background-color: #D5B4F3;
}
.BgClassName
{
background-color: #D5B4F3;
}
</style>
border-color css
<style>
span { border-color: #D5B4F3; }
span { border-color: rgb(213,180,243); }
td.TdClassName
{
border-color: #D5B4F3;
}
.TagClassName
{
border-color: #D5B4F3;
}
</style>