Shades of Mauve #D6B3F3
Tints of Mauve #D6B3F3
RGB
CMYK
RGB Variations
Color information
#D6B3F3 (or 0xD6B3F3) is known color: Mauve. HEX triplet: D6, B3 and F3. RGB value is (214,179,243). Sum of RGB (Red+Green+Blue) = 214+179+243=636 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.65% from 636); Green value is 179 (70.31% from 255 or 28.14% from 636); Blue value is 243 (95.31% from 255 or 38.21% from 636); Max value from RGB is 243 - color contains mainly: blue. Hex color #D6B3F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B3F3 is #294C0C. Grayscale: #C4C4C4. Windows color (decimal): -2706445 or 15971286. OLE color: 15971286.
HSL color Cylindrical-coordinate representation of color #D6B3F3: hue angle of 272.81º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D6B3F3 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 179 | 243 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.05 |
| HSL | 272.81º | 0.73% | 0.83% | - |
| HSV(B) | 272.81º | 0.26% | 0.95% | - |
| XYZ | 60.03 | 53.01 | 91.86 | - |
| YUV | 196.76 | 154.1 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 179 | 243 | 0.12 | 0.26 | 0 | 0.05 | 272.81 | 0.73 | 0.83 |
| Hex | D6 | B3 | F3 | C | 1A | 0 | 5 | 111 | 49 | 53 |
| Octal | 326 | 263 | 363 | 14 | 32 | 0 | 5 | 421 | 111 | 123 |
| Binary | 11010110 | 10110011 | 11110011 | 1100 | 11010 | 0 | 101 | 100010001 | 1001001 | 1010011 |
Color Harmonies of #D6B3F3
Complementary color
Monochromatic Colors of #D6B3F3
Black with #D6B3F3
Text Example
Text Example
White with #D6B3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B3F3; }
p { color: rgb(214,179,243); }
H1.HeaderClassName
{
color: #D6B3F3;
}
.AnyTagClassName
{
color: #D6B3F3;
}
</style>
background-color css
<style>
a { background-color: #D6B3F3; }
a { background-color: rgb(214,179,243); }
div.DivClassName
{
background-color: #D6B3F3;
}
.BgClassName
{
background-color: #D6B3F3;
}
</style>
border-color css
<style>
span { border-color: #D6B3F3; }
span { border-color: rgb(214,179,243); }
td.TdClassName
{
border-color: #D6B3F3;
}
.TagClassName
{
border-color: #D6B3F3;
}
</style>