Shades of Mauve #D2B3F1
Tints of Mauve #D2B3F1
RGB
CMYK
RGB Variations
Color information
#D2B3F1 (or 0xD2B3F1) is known color: Mauve. HEX triplet: D2, B3 and F1. RGB value is (210,179,241). Sum of RGB (Red+Green+Blue) = 210+179+241=630 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.33% from 630); Green value is 179 (70.31% from 255 or 28.41% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 241 - color contains mainly: blue. Hex color #D2B3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2B3F1 is #2D4C0E. Grayscale: #C3C3C3. Windows color (decimal): -2968591 or 15840210. OLE color: 15840210.
HSL color Cylindrical-coordinate representation of color #D2B3F1: hue angle of 270º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D2B3F1 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 179 | 241 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.05 |
| HSL | 270º | 0.69% | 0.82% | - |
| HSV(B) | 270º | 0.26% | 0.95% | - |
| XYZ | 58.58 | 52.29 | 90.23 | - |
| YUV | 195.34 | 153.77 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 179 | 241 | 0.13 | 0.26 | 0 | 0.05 | 270 | 0.69 | 0.82 |
| Hex | D2 | B3 | F1 | D | 1A | 0 | 5 | 10E | 45 | 52 |
| Octal | 322 | 263 | 361 | 15 | 32 | 0 | 5 | 416 | 105 | 122 |
| Binary | 11010010 | 10110011 | 11110001 | 1101 | 11010 | 0 | 101 | 100001110 | 1000101 | 1010010 |
Color Harmonies of #D2B3F1
Complementary color
Monochromatic Colors of #D2B3F1
Black with #D2B3F1
Text Example
Text Example
White with #D2B3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B3F1; }
p { color: rgb(210,179,241); }
H1.HeaderClassName
{
color: #D2B3F1;
}
.AnyTagClassName
{
color: #D2B3F1;
}
</style>
background-color css
<style>
a { background-color: #D2B3F1; }
a { background-color: rgb(210,179,241); }
div.DivClassName
{
background-color: #D2B3F1;
}
.BgClassName
{
background-color: #D2B3F1;
}
</style>
border-color css
<style>
span { border-color: #D2B3F1; }
span { border-color: rgb(210,179,241); }
td.TdClassName
{
border-color: #D2B3F1;
}
.TagClassName
{
border-color: #D2B3F1;
}
</style>