Shades of Mauve #D1B0FF
Tints of Mauve #D1B0FF
RGB
CMYK
RGB Variations
Color information
#D1B0FF (or 0xD1B0FF) is known color: Mauve. HEX triplet: D1, B0 and FF. RGB value is (209,176,255). Sum of RGB (Red+Green+Blue) = 209+176+255=640 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.66% from 640); Green value is 176 (69.14% from 255 or 27.5% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1B0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1B0FF is #2E4F00. Grayscale: #C2C2C2. Windows color (decimal): -3034881 or 16756945. OLE color: 16756945.
HSL color Cylindrical-coordinate representation of color #D1B0FF: hue angle of 265.06º 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 #D1B0FF is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 176 | 255 | - |
| CMYK | 0.18 | 0.31 | 0 | 0 |
| HSL | 265.06º | 1% | 0.85% | - |
| HSV(B) | 265.06º | 0.31% | 1% | - |
| XYZ | 59.87 | 51.83 | 101.46 | - |
| YUV | 194.87 | 161.93 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 176 | 255 | 0.18 | 0.31 | 0 | 0 | 265.06 | 1 | 0.85 |
| Hex | D1 | B0 | FF | 12 | 1F | 0 | 0 | 109 | 64 | 55 |
| Octal | 321 | 260 | 377 | 22 | 37 | 0 | 0 | 411 | 144 | 125 |
| Binary | 11010001 | 10110000 | 11111111 | 10010 | 11111 | 0 | 0 | 100001001 | 1100100 | 1010101 |
Color Harmonies of #D1B0FF
Complementary color
Monochromatic Colors of #D1B0FF
Black with #D1B0FF
Text Example
Text Example
White with #D1B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B0FF; }
p { color: rgb(209,176,255); }
H1.HeaderClassName
{
color: #D1B0FF;
}
.AnyTagClassName
{
color: #D1B0FF;
}
</style>
background-color css
<style>
a { background-color: #D1B0FF; }
a { background-color: rgb(209,176,255); }
div.DivClassName
{
background-color: #D1B0FF;
}
.BgClassName
{
background-color: #D1B0FF;
}
</style>
border-color css
<style>
span { border-color: #D1B0FF; }
span { border-color: rgb(209,176,255); }
td.TdClassName
{
border-color: #D1B0FF;
}
.TagClassName
{
border-color: #D1B0FF;
}
</style>