Shades of Mauve #D2B5FF
Tints of Mauve #D2B5FF
RGB
CMYK
RGB Variations
Color information
#D2B5FF (or 0xD2B5FF) is known color: Mauve. HEX triplet: D2, B5 and FF. RGB value is (210,181,255). Sum of RGB (Red+Green+Blue) = 210+181+255=646 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.51% from 646); Green value is 181 (71.09% from 255 or 28.02% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2B5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2B5FF is #2D4A00. Grayscale: #C5C5C5. Windows color (decimal): -2968065 or 16758226. OLE color: 16758226.
HSL color Cylindrical-coordinate representation of color #D2B5FF: hue angle of 263.51º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2B5FF is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 181 | 255 | - |
| CMYK | 0.18 | 0.29 | 0 | 0 |
| HSL | 263.51º | 1% | 0.85% | - |
| HSV(B) | 263.51º | 0.29% | 1% | - |
| XYZ | 61.15 | 53.97 | 101.8 | - |
| YUV | 198.11 | 160.11 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 181 | 255 | 0.18 | 0.29 | 0 | 0 | 263.51 | 1 | 0.85 |
| Hex | D2 | B5 | FF | 12 | 1D | 0 | 0 | 108 | 64 | 55 |
| Octal | 322 | 265 | 377 | 22 | 35 | 0 | 0 | 410 | 144 | 125 |
| Binary | 11010010 | 10110101 | 11111111 | 10010 | 11101 | 0 | 0 | 100001000 | 1100100 | 1010101 |
Color Harmonies of #D2B5FF
Complementary color
Monochromatic Colors of #D2B5FF
Black with #D2B5FF
Text Example
Text Example
White with #D2B5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B5FF; }
p { color: rgb(210,181,255); }
H1.HeaderClassName
{
color: #D2B5FF;
}
.AnyTagClassName
{
color: #D2B5FF;
}
</style>
background-color css
<style>
a { background-color: #D2B5FF; }
a { background-color: rgb(210,181,255); }
div.DivClassName
{
background-color: #D2B5FF;
}
.BgClassName
{
background-color: #D2B5FF;
}
</style>
border-color css
<style>
span { border-color: #D2B5FF; }
span { border-color: rgb(210,181,255); }
td.TdClassName
{
border-color: #D2B5FF;
}
.TagClassName
{
border-color: #D2B5FF;
}
</style>