Shades of Mauve #D9AEF6
Tints of Mauve #D9AEF6
RGB
CMYK
RGB Variations
Color information
#D9AEF6 (or 0xD9AEF6) is known color: Mauve. HEX triplet: D9, AE and F6. RGB value is (217,174,246). Sum of RGB (Red+Green+Blue) = 217+174+246=637 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.07% from 637); Green value is 174 (68.36% from 255 or 27.32% from 637); Blue value is 246 (96.48% from 255 or 38.62% from 637); Max value from RGB is 246 - color contains mainly: blue. Hex color #D9AEF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AEF6 is #265109. Grayscale: #C2C2C2. Windows color (decimal): -2511114 or 16166617. OLE color: 16166617.
HSL color Cylindrical-coordinate representation of color #D9AEF6: hue angle of 275.83º degrees, saturation: 0.8, 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 #D9AEF6 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 174 | 246 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.04 |
| HSL | 275.83º | 0.8% | 0.82% | - |
| HSV(B) | 275.83º | 0.29% | 0.96% | - |
| XYZ | 60.39 | 51.68 | 93.98 | - |
| YUV | 195.07 | 156.75 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 174 | 246 | 0.12 | 0.29 | 0 | 0.04 | 275.83 | 0.8 | 0.82 |
| Hex | D9 | AE | F6 | C | 1D | 0 | 4 | 114 | 50 | 52 |
| Octal | 331 | 256 | 366 | 14 | 35 | 0 | 4 | 424 | 120 | 122 |
| Binary | 11011001 | 10101110 | 11110110 | 1100 | 11101 | 0 | 100 | 100010100 | 1010000 | 1010010 |
Color Harmonies of #D9AEF6
Complementary color
Monochromatic Colors of #D9AEF6
Black with #D9AEF6
Text Example
Text Example
White with #D9AEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AEF6; }
p { color: rgb(217,174,246); }
H1.HeaderClassName
{
color: #D9AEF6;
}
.AnyTagClassName
{
color: #D9AEF6;
}
</style>
background-color css
<style>
a { background-color: #D9AEF6; }
a { background-color: rgb(217,174,246); }
div.DivClassName
{
background-color: #D9AEF6;
}
.BgClassName
{
background-color: #D9AEF6;
}
</style>
border-color css
<style>
span { border-color: #D9AEF6; }
span { border-color: rgb(217,174,246); }
td.TdClassName
{
border-color: #D9AEF6;
}
.TagClassName
{
border-color: #D9AEF6;
}
</style>