Shades of Mauve #D6B3EF
Tints of Mauve #D6B3EF
RGB
CMYK
RGB Variations
Color information
#D6B3EF (or 0xD6B3EF) is known color: Mauve. HEX triplet: D6, B3 and EF. RGB value is (214,179,239). Sum of RGB (Red+Green+Blue) = 214+179+239=632 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.86% from 632); Green value is 179 (70.31% from 255 or 28.32% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #D6B3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B3EF is #294C10. Grayscale: #C4C4C4. Windows color (decimal): -2706449 or 15709142. OLE color: 15709142.
HSL color Cylindrical-coordinate representation of color #D6B3EF: hue angle of 275º degrees, saturation: 0.65, 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 #D6B3EF is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 179 | 239 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.06 |
| HSL | 275º | 0.65% | 0.82% | - |
| HSV(B) | 275º | 0.25% | 0.94% | - |
| XYZ | 59.43 | 52.77 | 88.71 | - |
| YUV | 196.31 | 152.1 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 179 | 239 | 0.10 | 0.25 | 0 | 0.06 | 275 | 0.65 | 0.82 |
| Hex | D6 | B3 | EF | A | 19 | 0 | 6 | 113 | 41 | 52 |
| Octal | 326 | 263 | 357 | 12 | 31 | 0 | 6 | 423 | 101 | 122 |
| Binary | 11010110 | 10110011 | 11101111 | 1010 | 11001 | 0 | 110 | 100010011 | 1000001 | 1010010 |
Color Harmonies of #D6B3EF
Complementary color
Monochromatic Colors of #D6B3EF
Black with #D6B3EF
Text Example
Text Example
White with #D6B3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B3EF; }
p { color: rgb(214,179,239); }
H1.HeaderClassName
{
color: #D6B3EF;
}
.AnyTagClassName
{
color: #D6B3EF;
}
</style>
background-color css
<style>
a { background-color: #D6B3EF; }
a { background-color: rgb(214,179,239); }
div.DivClassName
{
background-color: #D6B3EF;
}
.BgClassName
{
background-color: #D6B3EF;
}
</style>
border-color css
<style>
span { border-color: #D6B3EF; }
span { border-color: rgb(214,179,239); }
td.TdClassName
{
border-color: #D6B3EF;
}
.TagClassName
{
border-color: #D6B3EF;
}
</style>