Shades of Mauve #D6B0EF
Tints of Mauve #D6B0EF
RGB
CMYK
RGB Variations
Color information
#D6B0EF (or 0xD6B0EF) is known color: Mauve. HEX triplet: D6, B0 and EF. RGB value is (214,176,239). Sum of RGB (Red+Green+Blue) = 214+176+239=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 176 (69.14% from 255 or 27.98% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 239 - color contains mainly: blue. Hex color #D6B0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6B0EF is #294F10. Grayscale: #C2C2C2. Windows color (decimal): -2707217 or 15708374. OLE color: 15708374.
HSL color Cylindrical-coordinate representation of color #D6B0EF: hue angle of 276.19º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D6B0EF is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 176 | 239 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.06 |
| HSL | 276.19º | 0.66% | 0.81% | - |
| HSV(B) | 276.19º | 0.26% | 0.94% | - |
| XYZ | 58.84 | 51.58 | 88.52 | - |
| YUV | 194.54 | 153.09 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 239 | 0.10 | 0.26 | 0 | 0.06 | 276.19 | 0.66 | 0.81 |
| Hex | D6 | B0 | EF | A | 1A | 0 | 6 | 114 | 42 | 51 |
| Octal | 326 | 260 | 357 | 12 | 32 | 0 | 6 | 424 | 102 | 121 |
| Binary | 11010110 | 10110000 | 11101111 | 1010 | 11010 | 0 | 110 | 100010100 | 1000010 | 1010001 |
Color Harmonies of #D6B0EF
Complementary color
Monochromatic Colors of #D6B0EF
Black with #D6B0EF
Text Example
Text Example
White with #D6B0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B0EF; }
p { color: rgb(214,176,239); }
H1.HeaderClassName
{
color: #D6B0EF;
}
.AnyTagClassName
{
color: #D6B0EF;
}
</style>
background-color css
<style>
a { background-color: #D6B0EF; }
a { background-color: rgb(214,176,239); }
div.DivClassName
{
background-color: #D6B0EF;
}
.BgClassName
{
background-color: #D6B0EF;
}
</style>
border-color css
<style>
span { border-color: #D6B0EF; }
span { border-color: rgb(214,176,239); }
td.TdClassName
{
border-color: #D6B0EF;
}
.TagClassName
{
border-color: #D6B0EF;
}
</style>