Shades of Mauve #D9AEFF
Tints of Mauve #D9AEFF
RGB
CMYK
RGB Variations
Color information
#D9AEFF (or 0xD9AEFF) is known color: Mauve. HEX triplet: D9, AE and FF. RGB value is (217,174,255). Sum of RGB (Red+Green+Blue) = 217+174+255=646 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.59% from 646); Green value is 174 (68.36% from 255 or 26.93% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9AEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AEFF is #265100. Grayscale: #C3C3C3. Windows color (decimal): -2511105 or 16756441. OLE color: 16756441.
HSL color Cylindrical-coordinate representation of color #D9AEFF: hue angle of 271.85º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9AEFF is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 174 | 255 | - |
| CMYK | 0.15 | 0.32 | 0 | 0 |
| HSL | 271.85º | 1% | 0.84% | - |
| HSV(B) | 271.85º | 0.32% | 1% | - |
| XYZ | 61.8 | 52.24 | 101.43 | - |
| YUV | 196.09 | 161.25 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 174 | 255 | 0.15 | 0.32 | 0 | 0 | 271.85 | 1 | 0.84 |
| Hex | D9 | AE | FF | F | 20 | 0 | 0 | 110 | 64 | 54 |
| Octal | 331 | 256 | 377 | 17 | 40 | 0 | 0 | 420 | 144 | 124 |
| Binary | 11011001 | 10101110 | 11111111 | 1111 | 100000 | 0 | 0 | 100010000 | 1100100 | 1010100 |
Color Harmonies of #D9AEFF
Complementary color
Monochromatic Colors of #D9AEFF
Black with #D9AEFF
Text Example
Text Example
White with #D9AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AEFF; }
p { color: rgb(217,174,255); }
H1.HeaderClassName
{
color: #D9AEFF;
}
.AnyTagClassName
{
color: #D9AEFF;
}
</style>
background-color css
<style>
a { background-color: #D9AEFF; }
a { background-color: rgb(217,174,255); }
div.DivClassName
{
background-color: #D9AEFF;
}
.BgClassName
{
background-color: #D9AEFF;
}
</style>
border-color css
<style>
span { border-color: #D9AEFF; }
span { border-color: rgb(217,174,255); }
td.TdClassName
{
border-color: #D9AEFF;
}
.TagClassName
{
border-color: #D9AEFF;
}
</style>