Shades of Mauve #D8AFF2
Tints of Mauve #D8AFF2
RGB
CMYK
RGB Variations
Color information
#D8AFF2 (or 0xD8AFF2) is known color: Mauve. HEX triplet: D8, AF and F2. RGB value is (216,175,242). Sum of RGB (Red+Green+Blue) = 216+175+242=633 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.12% from 633); Green value is 175 (68.75% from 255 or 27.65% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #D8AFF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AFF2 is #27500D. Grayscale: #C2C2C2. Windows color (decimal): -2576398 or 15904728. OLE color: 15904728.
HSL color Cylindrical-coordinate representation of color #D8AFF2: hue angle of 276.72º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D8AFF2 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 175 | 242 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.05 |
| HSL | 276.72º | 0.72% | 0.82% | - |
| HSV(B) | 276.72º | 0.28% | 0.95% | - |
| XYZ | 59.68 | 51.67 | 90.83 | - |
| YUV | 194.9 | 154.58 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 242 | 0.11 | 0.28 | 0 | 0.05 | 276.72 | 0.72 | 0.82 |
| Hex | D8 | AF | F2 | B | 1C | 0 | 5 | 115 | 48 | 52 |
| Octal | 330 | 257 | 362 | 13 | 34 | 0 | 5 | 425 | 110 | 122 |
| Binary | 11011000 | 10101111 | 11110010 | 1011 | 11100 | 0 | 101 | 100010101 | 1001000 | 1010010 |
Color Harmonies of #D8AFF2
Complementary color
Monochromatic Colors of #D8AFF2
Black with #D8AFF2
Text Example
Text Example
White with #D8AFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AFF2; }
p { color: rgb(216,175,242); }
H1.HeaderClassName
{
color: #D8AFF2;
}
.AnyTagClassName
{
color: #D8AFF2;
}
</style>
background-color css
<style>
a { background-color: #D8AFF2; }
a { background-color: rgb(216,175,242); }
div.DivClassName
{
background-color: #D8AFF2;
}
.BgClassName
{
background-color: #D8AFF2;
}
</style>
border-color css
<style>
span { border-color: #D8AFF2; }
span { border-color: rgb(216,175,242); }
td.TdClassName
{
border-color: #D8AFF2;
}
.TagClassName
{
border-color: #D8AFF2;
}
</style>