Shades of Mauve #D5B0FF
Tints of Mauve #D5B0FF
RGB
CMYK
RGB Variations
Color information
#D5B0FF (or 0xD5B0FF) is known color: Mauve. HEX triplet: D5, B0 and FF. RGB value is (213,176,255). Sum of RGB (Red+Green+Blue) = 213+176+255=644 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.07% from 644); Green value is 176 (69.14% from 255 or 27.33% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5B0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5B0FF is #2A4F00. Grayscale: #C3C3C3. Windows color (decimal): -2772737 or 16756949. OLE color: 16756949.
HSL color Cylindrical-coordinate representation of color #D5B0FF: hue angle of 268.1º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5B0FF is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 176 | 255 | - |
| CMYK | 0.16 | 0.31 | 0 | 0 |
| HSL | 268.1º | 1% | 0.85% | - |
| HSV(B) | 268.1º | 0.31% | 1% | - |
| XYZ | 61.02 | 52.42 | 101.51 | - |
| YUV | 196.07 | 161.26 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 176 | 255 | 0.16 | 0.31 | 0 | 0 | 268.1 | 1 | 0.85 |
| Hex | D5 | B0 | FF | 10 | 1F | 0 | 0 | 10C | 64 | 55 |
| Octal | 325 | 260 | 377 | 20 | 37 | 0 | 0 | 414 | 144 | 125 |
| Binary | 11010101 | 10110000 | 11111111 | 10000 | 11111 | 0 | 0 | 100001100 | 1100100 | 1010101 |
Color Harmonies of #D5B0FF
Complementary color
Monochromatic Colors of #D5B0FF
Black with #D5B0FF
Text Example
Text Example
White with #D5B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B0FF; }
p { color: rgb(213,176,255); }
H1.HeaderClassName
{
color: #D5B0FF;
}
.AnyTagClassName
{
color: #D5B0FF;
}
</style>
background-color css
<style>
a { background-color: #D5B0FF; }
a { background-color: rgb(213,176,255); }
div.DivClassName
{
background-color: #D5B0FF;
}
.BgClassName
{
background-color: #D5B0FF;
}
</style>
border-color css
<style>
span { border-color: #D5B0FF; }
span { border-color: rgb(213,176,255); }
td.TdClassName
{
border-color: #D5B0FF;
}
.TagClassName
{
border-color: #D5B0FF;
}
</style>