Shades of Mauve #D6ADEC
Tints of Mauve #D6ADEC
RGB
CMYK
RGB Variations
Color information
#D6ADEC (or 0xD6ADEC) is known color: Mauve. HEX triplet: D6, AD and EC. RGB value is (214,173,236). Sum of RGB (Red+Green+Blue) = 214+173+236=623 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.35% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #D6ADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ADEC is #295213. Grayscale: #C0C0C0. Windows color (decimal): -2707988 or 15510998. OLE color: 15510998.
HSL color Cylindrical-coordinate representation of color #D6ADEC: hue angle of 279.05º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D6ADEC is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 173 | 236 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.07 |
| HSL | 279.05º | 0.62% | 0.8% | - |
| HSV(B) | 279.05º | 0.27% | 0.93% | - |
| XYZ | 57.82 | 50.24 | 86.01 | - |
| YUV | 192.44 | 152.58 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 236 | 0.09 | 0.27 | 0 | 0.07 | 279.05 | 0.62 | 0.8 |
| Hex | D6 | AD | EC | 9 | 1B | 0 | 7 | 117 | 3E | 50 |
| Octal | 326 | 255 | 354 | 11 | 33 | 0 | 7 | 427 | 76 | 120 |
| Binary | 11010110 | 10101101 | 11101100 | 1001 | 11011 | 0 | 111 | 100010111 | 111110 | 1010000 |
Color Harmonies of #D6ADEC
Complementary color
Monochromatic Colors of #D6ADEC
Black with #D6ADEC
Text Example
Text Example
White with #D6ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ADEC; }
p { color: rgb(214,173,236); }
H1.HeaderClassName
{
color: #D6ADEC;
}
.AnyTagClassName
{
color: #D6ADEC;
}
</style>
background-color css
<style>
a { background-color: #D6ADEC; }
a { background-color: rgb(214,173,236); }
div.DivClassName
{
background-color: #D6ADEC;
}
.BgClassName
{
background-color: #D6ADEC;
}
</style>
border-color css
<style>
span { border-color: #D6ADEC; }
span { border-color: rgb(214,173,236); }
td.TdClassName
{
border-color: #D6ADEC;
}
.TagClassName
{
border-color: #D6ADEC;
}
</style>