Shades of Mauve #D8AFF0
Tints of Mauve #D8AFF0
RGB
CMYK
RGB Variations
Color information
#D8AFF0 (or 0xD8AFF0) is known color: Mauve. HEX triplet: D8, AF and F0. RGB value is (216,175,240). Sum of RGB (Red+Green+Blue) = 216+175+240=631 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.23% from 631); Green value is 175 (68.75% from 255 or 27.73% 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 #D8AFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AFF0 is #27500F. Grayscale: #C2C2C2. Windows color (decimal): -2576400 or 15773656. OLE color: 15773656.
HSL color Cylindrical-coordinate representation of color #D8AFF0: hue angle of 277.85º degrees, saturation: 0.68, 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 #D8AFF0 is Cyan = 0.1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 175 | 240 | - |
| CMYK | 0.1 | 0.27 | 0 | 0.06 |
| HSL | 277.85º | 0.68% | 0.81% | - |
| HSV(B) | 277.85º | 0.27% | 0.94% | - |
| XYZ | 59.38 | 51.55 | 89.26 | - |
| YUV | 194.67 | 153.58 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 240 | 0.1 | 0.27 | 0 | 0.06 | 277.85 | 0.68 | 0.81 |
| Hex | D8 | AF | F0 | A | 1B | 0 | 6 | 116 | 44 | 51 |
| Octal | 330 | 257 | 360 | 12 | 33 | 0 | 6 | 426 | 104 | 121 |
| Binary | 11011000 | 10101111 | 11110000 | 1010 | 11011 | 0 | 110 | 100010110 | 1000100 | 1010001 |
Color Harmonies of #D8AFF0
Complementary color
Monochromatic Colors of #D8AFF0
Black with #D8AFF0
Text Example
Text Example
White with #D8AFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AFF0; }
p { color: rgb(216,175,240); }
H1.HeaderClassName
{
color: #D8AFF0;
}
.AnyTagClassName
{
color: #D8AFF0;
}
</style>
background-color css
<style>
a { background-color: #D8AFF0; }
a { background-color: rgb(216,175,240); }
div.DivClassName
{
background-color: #D8AFF0;
}
.BgClassName
{
background-color: #D8AFF0;
}
</style>
border-color css
<style>
span { border-color: #D8AFF0; }
span { border-color: rgb(216,175,240); }
td.TdClassName
{
border-color: #D8AFF0;
}
.TagClassName
{
border-color: #D8AFF0;
}
</style>