Shades of Mauve #D2B3FE
Tints of Mauve #D2B3FE
RGB
CMYK
RGB Variations
Color information
#D2B3FE (or 0xD2B3FE) is known color: Mauve. HEX triplet: D2, B3 and FE. RGB value is (210,179,254). Sum of RGB (Red+Green+Blue) = 210+179+254=643 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.66% from 643); Green value is 179 (70.31% from 255 or 27.84% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2B3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2B3FE is #2D4C01. Grayscale: #C4C4C4. Windows color (decimal): -2968578 or 16692178. OLE color: 16692178.
HSL color Cylindrical-coordinate representation of color #D2B3FE: hue angle of 264.8º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2B3FE is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 179 | 254 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.00 |
| HSL | 264.8º | 0.97% | 0.85% | - |
| HSV(B) | 264.8º | 0.3% | 1% | - |
| XYZ | 60.59 | 53.1 | 100.82 | - |
| YUV | 196.82 | 160.27 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 179 | 254 | 0.17 | 0.30 | 0 | 0.00 | 264.8 | 0.97 | 0.85 |
| Hex | D2 | B3 | FE | 11 | 1E | 0 | 0 | 109 | 61 | 55 |
| Octal | 322 | 263 | 376 | 21 | 36 | 0 | 0 | 411 | 141 | 125 |
| Binary | 11010010 | 10110011 | 11111110 | 10001 | 11110 | 0 | 0 | 100001001 | 1100001 | 1010101 |
Color Harmonies of #D2B3FE
Complementary color
Monochromatic Colors of #D2B3FE
Black with #D2B3FE
Text Example
Text Example
White with #D2B3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B3FE; }
p { color: rgb(210,179,254); }
H1.HeaderClassName
{
color: #D2B3FE;
}
.AnyTagClassName
{
color: #D2B3FE;
}
</style>
background-color css
<style>
a { background-color: #D2B3FE; }
a { background-color: rgb(210,179,254); }
div.DivClassName
{
background-color: #D2B3FE;
}
.BgClassName
{
background-color: #D2B3FE;
}
</style>
border-color css
<style>
span { border-color: #D2B3FE; }
span { border-color: rgb(210,179,254); }
td.TdClassName
{
border-color: #D2B3FE;
}
.TagClassName
{
border-color: #D2B3FE;
}
</style>