Shades of Mauve #D8AEF0
Tints of Mauve #D8AEF0
RGB
CMYK
RGB Variations
Color information
#D8AEF0 (or 0xD8AEF0) is known color: Mauve. HEX triplet: D8, AE and F0. RGB value is (216,174,240). Sum of RGB (Red+Green+Blue) = 216+174+240=630 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.29% from 630); Green value is 174 (68.36% from 255 or 27.62% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 240 - color contains mainly: blue. Hex color #D8AEF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AEF0 is #27510F. Grayscale: #C1C1C1. Windows color (decimal): -2576656 or 15773400. OLE color: 15773400.
HSL color Cylindrical-coordinate representation of color #D8AEF0: hue angle of 278.18º 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 #D8AEF0 is Cyan = 0.1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 174 | 240 | - |
| CMYK | 0.1 | 0.28 | 0 | 0.06 |
| HSL | 278.18º | 0.69% | 0.81% | - |
| HSV(B) | 278.18º | 0.28% | 0.94% | - |
| XYZ | 59.18 | 51.16 | 89.19 | - |
| YUV | 194.08 | 153.91 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 174 | 240 | 0.1 | 0.28 | 0 | 0.06 | 278.18 | 0.69 | 0.81 |
| Hex | D8 | AE | F0 | A | 1C | 0 | 6 | 116 | 45 | 51 |
| Octal | 330 | 256 | 360 | 12 | 34 | 0 | 6 | 426 | 105 | 121 |
| Binary | 11011000 | 10101110 | 11110000 | 1010 | 11100 | 0 | 110 | 100010110 | 1000101 | 1010001 |
Color Harmonies of #D8AEF0
Complementary color
Monochromatic Colors of #D8AEF0
Black with #D8AEF0
Text Example
Text Example
White with #D8AEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AEF0; }
p { color: rgb(216,174,240); }
H1.HeaderClassName
{
color: #D8AEF0;
}
.AnyTagClassName
{
color: #D8AEF0;
}
</style>
background-color css
<style>
a { background-color: #D8AEF0; }
a { background-color: rgb(216,174,240); }
div.DivClassName
{
background-color: #D8AEF0;
}
.BgClassName
{
background-color: #D8AEF0;
}
</style>
border-color css
<style>
span { border-color: #D8AEF0; }
span { border-color: rgb(216,174,240); }
td.TdClassName
{
border-color: #D8AEF0;
}
.TagClassName
{
border-color: #D8AEF0;
}
</style>