Shades of Mauve #D8AAEF
Tints of Mauve #D8AAEF
RGB
CMYK
RGB Variations
Color information
#D8AAEF (or 0xD8AAEF) is known color: Mauve. HEX triplet: D8, AA and EF. RGB value is (216,170,239). Sum of RGB (Red+Green+Blue) = 216+170+239=625 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.56% from 625); Green value is 170 (66.80% from 255 or 27.2% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8AAEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AAEF is #275510. Grayscale: #BFBFBF. Windows color (decimal): -2577681 or 15706840. OLE color: 15706840.
HSL color Cylindrical-coordinate representation of color #D8AAEF: hue angle of 280º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D8AAEF is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 170 | 239 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.06 |
| HSL | 280º | 0.68% | 0.8% | - |
| HSV(B) | 280º | 0.29% | 0.94% | - |
| XYZ | 58.27 | 49.58 | 88.16 | - |
| YUV | 191.62 | 154.74 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 170 | 239 | 0.10 | 0.29 | 0 | 0.06 | 280 | 0.68 | 0.8 |
| Hex | D8 | AA | EF | A | 1D | 0 | 6 | 118 | 44 | 50 |
| Octal | 330 | 252 | 357 | 12 | 35 | 0 | 6 | 430 | 104 | 120 |
| Binary | 11011000 | 10101010 | 11101111 | 1010 | 11101 | 0 | 110 | 100011000 | 1000100 | 1010000 |
Color Harmonies of #D8AAEF
Complementary color
Monochromatic Colors of #D8AAEF
Black with #D8AAEF
Text Example
Text Example
White with #D8AAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AAEF; }
p { color: rgb(216,170,239); }
H1.HeaderClassName
{
color: #D8AAEF;
}
.AnyTagClassName
{
color: #D8AAEF;
}
</style>
background-color css
<style>
a { background-color: #D8AAEF; }
a { background-color: rgb(216,170,239); }
div.DivClassName
{
background-color: #D8AAEF;
}
.BgClassName
{
background-color: #D8AAEF;
}
</style>
border-color css
<style>
span { border-color: #D8AAEF; }
span { border-color: rgb(216,170,239); }
td.TdClassName
{
border-color: #D8AAEF;
}
.TagClassName
{
border-color: #D8AAEF;
}
</style>