Shades of Mauve #D6ADFE
Tints of Mauve #D6ADFE
RGB
CMYK
RGB Variations
Color information
#D6ADFE (or 0xD6ADFE) is known color: Mauve. HEX triplet: D6, AD and FE. RGB value is (214,173,254). Sum of RGB (Red+Green+Blue) = 214+173+254=641 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.39% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ADFE is #295201. Grayscale: #C2C2C2. Windows color (decimal): -2707970 or 16690646. OLE color: 16690646.
HSL color Cylindrical-coordinate representation of color #D6ADFE: hue angle of 270.37º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6ADFE is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 173 | 254 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.00 |
| HSL | 270.37º | 0.98% | 0.84% | - |
| HSV(B) | 270.37º | 0.32% | 1% | - |
| XYZ | 60.56 | 51.34 | 100.48 | - |
| YUV | 194.49 | 161.58 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 254 | 0.16 | 0.32 | 0 | 0.00 | 270.37 | 0.98 | 0.84 |
| Hex | D6 | AD | FE | 10 | 20 | 0 | 0 | 10E | 62 | 54 |
| Octal | 326 | 255 | 376 | 20 | 40 | 0 | 0 | 416 | 142 | 124 |
| Binary | 11010110 | 10101101 | 11111110 | 10000 | 100000 | 0 | 0 | 100001110 | 1100010 | 1010100 |
Color Harmonies of #D6ADFE
Complementary color
Monochromatic Colors of #D6ADFE
Black with #D6ADFE
Text Example
Text Example
White with #D6ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ADFE; }
p { color: rgb(214,173,254); }
H1.HeaderClassName
{
color: #D6ADFE;
}
.AnyTagClassName
{
color: #D6ADFE;
}
</style>
background-color css
<style>
a { background-color: #D6ADFE; }
a { background-color: rgb(214,173,254); }
div.DivClassName
{
background-color: #D6ADFE;
}
.BgClassName
{
background-color: #D6ADFE;
}
</style>
border-color css
<style>
span { border-color: #D6ADFE; }
span { border-color: rgb(214,173,254); }
td.TdClassName
{
border-color: #D6ADFE;
}
.TagClassName
{
border-color: #D6ADFE;
}
</style>