Shades of Mauve #D9AEF0
Tints of Mauve #D9AEF0
RGB
CMYK
RGB Variations
Color information
#D9AEF0 (or 0xD9AEF0) is known color: Mauve. HEX triplet: D9, AE and F0. RGB value is (217,174,240). Sum of RGB (Red+Green+Blue) = 217+174+240=631 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.39% from 631); Green value is 174 (68.36% from 255 or 27.58% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 240 - color contains mainly: blue. Hex color #D9AEF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AEF0 is #26510F. Grayscale: #C2C2C2. Windows color (decimal): -2511120 or 15773401. OLE color: 15773401.
HSL color Cylindrical-coordinate representation of color #D9AEF0: hue angle of 279.09º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D9AEF0 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 174 | 240 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.06 |
| HSL | 279.09º | 0.69% | 0.81% | - |
| HSV(B) | 279.09º | 0.28% | 0.94% | - |
| XYZ | 59.48 | 51.32 | 89.21 | - |
| YUV | 194.38 | 153.75 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 174 | 240 | 0.10 | 0.28 | 0 | 0.06 | 279.09 | 0.69 | 0.81 |
| Hex | D9 | AE | F0 | A | 1C | 0 | 6 | 117 | 45 | 51 |
| Octal | 331 | 256 | 360 | 12 | 34 | 0 | 6 | 427 | 105 | 121 |
| Binary | 11011001 | 10101110 | 11110000 | 1010 | 11100 | 0 | 110 | 100010111 | 1000101 | 1010001 |
Color Harmonies of #D9AEF0
Complementary color
Monochromatic Colors of #D9AEF0
Black with #D9AEF0
Text Example
Text Example
White with #D9AEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AEF0; }
p { color: rgb(217,174,240); }
H1.HeaderClassName
{
color: #D9AEF0;
}
.AnyTagClassName
{
color: #D9AEF0;
}
</style>
background-color css
<style>
a { background-color: #D9AEF0; }
a { background-color: rgb(217,174,240); }
div.DivClassName
{
background-color: #D9AEF0;
}
.BgClassName
{
background-color: #D9AEF0;
}
</style>
border-color css
<style>
span { border-color: #D9AEF0; }
span { border-color: rgb(217,174,240); }
td.TdClassName
{
border-color: #D9AEF0;
}
.TagClassName
{
border-color: #D9AEF0;
}
</style>