Shades of Mauve #D2B3F0
Tints of Mauve #D2B3F0
RGB
CMYK
RGB Variations
Color information
#D2B3F0 (or 0xD2B3F0) is known color: Mauve. HEX triplet: D2, B3 and F0. RGB value is (210,179,240). Sum of RGB (Red+Green+Blue) = 210+179+240=629 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.39% from 629); Green value is 179 (70.31% from 255 or 28.46% from 629); Blue value is 240 (94.14% from 255 or 38.16% from 629); Max value from RGB is 240 - color contains mainly: blue. Hex color #D2B3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2B3F0 is #2D4C0F. Grayscale: #C3C3C3. Windows color (decimal): -2968592 or 15774674. OLE color: 15774674.
HSL color Cylindrical-coordinate representation of color #D2B3F0: hue angle of 270.49º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2B3F0 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 179 | 240 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.06 |
| HSL | 270.49º | 0.67% | 0.82% | - |
| HSV(B) | 270.49º | 0.25% | 0.94% | - |
| XYZ | 58.43 | 52.23 | 89.44 | - |
| YUV | 195.22 | 153.27 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 179 | 240 | 0.12 | 0.25 | 0 | 0.06 | 270.49 | 0.67 | 0.82 |
| Hex | D2 | B3 | F0 | C | 19 | 0 | 6 | 10E | 43 | 52 |
| Octal | 322 | 263 | 360 | 14 | 31 | 0 | 6 | 416 | 103 | 122 |
| Binary | 11010010 | 10110011 | 11110000 | 1100 | 11001 | 0 | 110 | 100001110 | 1000011 | 1010010 |
Color Harmonies of #D2B3F0
Complementary color
Monochromatic Colors of #D2B3F0
Black with #D2B3F0
Text Example
Text Example
White with #D2B3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B3F0; }
p { color: rgb(210,179,240); }
H1.HeaderClassName
{
color: #D2B3F0;
}
.AnyTagClassName
{
color: #D2B3F0;
}
</style>
background-color css
<style>
a { background-color: #D2B3F0; }
a { background-color: rgb(210,179,240); }
div.DivClassName
{
background-color: #D2B3F0;
}
.BgClassName
{
background-color: #D2B3F0;
}
</style>
border-color css
<style>
span { border-color: #D2B3F0; }
span { border-color: rgb(210,179,240); }
td.TdClassName
{
border-color: #D2B3F0;
}
.TagClassName
{
border-color: #D2B3F0;
}
</style>