Shades of Mauve #D2B5FE
Tints of Mauve #D2B5FE
RGB
CMYK
RGB Variations
Color information
#D2B5FE (or 0xD2B5FE) is known color: Mauve. HEX triplet: D2, B5 and FE. RGB value is (210,181,254). Sum of RGB (Red+Green+Blue) = 210+181+254=645 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.56% from 645); Green value is 181 (71.09% from 255 or 28.06% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2B5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2B5FE is #2D4A01. Grayscale: #C5C5C5. Windows color (decimal): -2968066 or 16692690. OLE color: 16692690.
HSL color Cylindrical-coordinate representation of color #D2B5FE: hue angle of 263.84º 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 #D2B5FE is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 181 | 254 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.00 |
| HSL | 263.84º | 0.97% | 0.85% | - |
| HSV(B) | 263.84º | 0.29% | 1% | - |
| XYZ | 60.99 | 53.91 | 100.96 | - |
| YUV | 197.99 | 159.61 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 181 | 254 | 0.17 | 0.29 | 0 | 0.00 | 263.84 | 0.97 | 0.85 |
| Hex | D2 | B5 | FE | 11 | 1D | 0 | 0 | 108 | 61 | 55 |
| Octal | 322 | 265 | 376 | 21 | 35 | 0 | 0 | 410 | 141 | 125 |
| Binary | 11010010 | 10110101 | 11111110 | 10001 | 11101 | 0 | 0 | 100001000 | 1100001 | 1010101 |
Color Harmonies of #D2B5FE
Complementary color
Monochromatic Colors of #D2B5FE
Black with #D2B5FE
Text Example
Text Example
White with #D2B5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B5FE; }
p { color: rgb(210,181,254); }
H1.HeaderClassName
{
color: #D2B5FE;
}
.AnyTagClassName
{
color: #D2B5FE;
}
</style>
background-color css
<style>
a { background-color: #D2B5FE; }
a { background-color: rgb(210,181,254); }
div.DivClassName
{
background-color: #D2B5FE;
}
.BgClassName
{
background-color: #D2B5FE;
}
</style>
border-color css
<style>
span { border-color: #D2B5FE; }
span { border-color: rgb(210,181,254); }
td.TdClassName
{
border-color: #D2B5FE;
}
.TagClassName
{
border-color: #D2B5FE;
}
</style>