Shades of Mauve #D6ABEE
Tints of Mauve #D6ABEE
RGB
CMYK
RGB Variations
Color information
#D6ABEE (or 0xD6ABEE) is known color: Mauve. HEX triplet: D6, AB and EE. RGB value is (214,171,238). Sum of RGB (Red+Green+Blue) = 214+171+238=623 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.35% from 623); Green value is 171 (67.19% from 255 or 27.45% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6ABEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ABEE is #295411. Grayscale: #BFBFBF. Windows color (decimal): -2708498 or 15641558. OLE color: 15641558.
HSL color Cylindrical-coordinate representation of color #D6ABEE: hue angle of 278.51º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6ABEE is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 171 | 238 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.07 |
| HSL | 278.51º | 0.66% | 0.8% | - |
| HSV(B) | 278.51º | 0.28% | 0.93% | - |
| XYZ | 57.73 | 49.6 | 87.42 | - |
| YUV | 191.5 | 154.25 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 171 | 238 | 0.10 | 0.28 | 0 | 0.07 | 278.51 | 0.66 | 0.8 |
| Hex | D6 | AB | EE | A | 1C | 0 | 7 | 117 | 42 | 50 |
| Octal | 326 | 253 | 356 | 12 | 34 | 0 | 7 | 427 | 102 | 120 |
| Binary | 11010110 | 10101011 | 11101110 | 1010 | 11100 | 0 | 111 | 100010111 | 1000010 | 1010000 |
Color Harmonies of #D6ABEE
Complementary color
Monochromatic Colors of #D6ABEE
Black with #D6ABEE
Text Example
Text Example
White with #D6ABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ABEE; }
p { color: rgb(214,171,238); }
H1.HeaderClassName
{
color: #D6ABEE;
}
.AnyTagClassName
{
color: #D6ABEE;
}
</style>
background-color css
<style>
a { background-color: #D6ABEE; }
a { background-color: rgb(214,171,238); }
div.DivClassName
{
background-color: #D6ABEE;
}
.BgClassName
{
background-color: #D6ABEE;
}
</style>
border-color css
<style>
span { border-color: #D6ABEE; }
span { border-color: rgb(214,171,238); }
td.TdClassName
{
border-color: #D6ABEE;
}
.TagClassName
{
border-color: #D6ABEE;
}
</style>