Shades of Mauve #D6B1EE
Tints of Mauve #D6B1EE
RGB
CMYK
RGB Variations
Color information
#D6B1EE (or 0xD6B1EE) is known color: Mauve. HEX triplet: D6, B1 and EE. RGB value is (214,177,238). Sum of RGB (Red+Green+Blue) = 214+177+238=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 177 (69.53% from 255 or 28.14% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6B1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6B1EE is #294E11. Grayscale: #C2C2C2. Windows color (decimal): -2706962 or 15643094. OLE color: 15643094.
HSL color Cylindrical-coordinate representation of color #D6B1EE: hue angle of 276.39º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D6B1EE is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 177 | 238 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.07 |
| HSL | 276.39º | 0.64% | 0.81% | - |
| HSV(B) | 276.39º | 0.26% | 0.93% | - |
| XYZ | 58.89 | 51.91 | 87.81 | - |
| YUV | 195.02 | 152.26 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 177 | 238 | 0.10 | 0.26 | 0 | 0.07 | 276.39 | 0.64 | 0.81 |
| Hex | D6 | B1 | EE | A | 1A | 0 | 7 | 114 | 40 | 51 |
| Octal | 326 | 261 | 356 | 12 | 32 | 0 | 7 | 424 | 100 | 121 |
| Binary | 11010110 | 10110001 | 11101110 | 1010 | 11010 | 0 | 111 | 100010100 | 1000000 | 1010001 |
Color Harmonies of #D6B1EE
Complementary color
Monochromatic Colors of #D6B1EE
Black with #D6B1EE
Text Example
Text Example
White with #D6B1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B1EE; }
p { color: rgb(214,177,238); }
H1.HeaderClassName
{
color: #D6B1EE;
}
.AnyTagClassName
{
color: #D6B1EE;
}
</style>
background-color css
<style>
a { background-color: #D6B1EE; }
a { background-color: rgb(214,177,238); }
div.DivClassName
{
background-color: #D6B1EE;
}
.BgClassName
{
background-color: #D6B1EE;
}
</style>
border-color css
<style>
span { border-color: #D6B1EE; }
span { border-color: rgb(214,177,238); }
td.TdClassName
{
border-color: #D6B1EE;
}
.TagClassName
{
border-color: #D6B1EE;
}
</style>