Shades of Mauve #D6ADF4
Tints of Mauve #D6ADF4
RGB
CMYK
RGB Variations
Color information
#D6ADF4 (or 0xD6ADF4) is known color: Mauve. HEX triplet: D6, AD and F4. RGB value is (214,173,244). Sum of RGB (Red+Green+Blue) = 214+173+244=631 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.91% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 244 (95.70% from 255 or 38.67% from 631); Max value from RGB is 244 - color contains mainly: blue. Hex color #D6ADF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6ADF4 is #29520B. Grayscale: #C1C1C1. Windows color (decimal): -2707980 or 16035286. OLE color: 16035286.
HSL color Cylindrical-coordinate representation of color #D6ADF4: hue angle of 274.65º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6ADF4 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 173 | 244 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.04 |
| HSL | 274.65º | 0.76% | 0.82% | - |
| HSV(B) | 274.65º | 0.29% | 0.96% | - |
| XYZ | 59 | 50.71 | 92.27 | - |
| YUV | 193.35 | 156.58 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 244 | 0.12 | 0.29 | 0 | 0.04 | 274.65 | 0.76 | 0.82 |
| Hex | D6 | AD | F4 | C | 1D | 0 | 4 | 113 | 4C | 52 |
| Octal | 326 | 255 | 364 | 14 | 35 | 0 | 4 | 423 | 114 | 122 |
| Binary | 11010110 | 10101101 | 11110100 | 1100 | 11101 | 0 | 100 | 100010011 | 1001100 | 1010010 |
Color Harmonies of #D6ADF4
Complementary color
Monochromatic Colors of #D6ADF4
Black with #D6ADF4
Text Example
Text Example
White with #D6ADF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ADF4; }
p { color: rgb(214,173,244); }
H1.HeaderClassName
{
color: #D6ADF4;
}
.AnyTagClassName
{
color: #D6ADF4;
}
</style>
background-color css
<style>
a { background-color: #D6ADF4; }
a { background-color: rgb(214,173,244); }
div.DivClassName
{
background-color: #D6ADF4;
}
.BgClassName
{
background-color: #D6ADF4;
}
</style>
border-color css
<style>
span { border-color: #D6ADF4; }
span { border-color: rgb(214,173,244); }
td.TdClassName
{
border-color: #D6ADF4;
}
.TagClassName
{
border-color: #D6ADF4;
}
</style>