Shades of Mauve #D8AAFC
Tints of Mauve #D8AAFC
RGB
CMYK
RGB Variations
Color information
#D8AAFC (or 0xD8AAFC) is known color: Mauve. HEX triplet: D8, AA and FC. RGB value is (216,170,252). Sum of RGB (Red+Green+Blue) = 216+170+252=638 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.86% from 638); Green value is 170 (66.80% from 255 or 26.65% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #D8AAFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AAFC is #275503. Grayscale: #C0C0C0. Windows color (decimal): -2577668 or 16558808. OLE color: 16558808.
HSL color Cylindrical-coordinate representation of color #D8AAFC: hue angle of 273.66º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D8AAFC is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 170 | 252 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.01 |
| HSL | 273.66º | 0.93% | 0.83% | - |
| HSV(B) | 273.66º | 0.33% | 0.99% | - |
| XYZ | 60.26 | 50.38 | 98.64 | - |
| YUV | 193.1 | 161.24 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 170 | 252 | 0.14 | 0.33 | 0 | 0.01 | 273.66 | 0.93 | 0.83 |
| Hex | D8 | AA | FC | E | 21 | 0 | 1 | 112 | 5D | 53 |
| Octal | 330 | 252 | 374 | 16 | 41 | 0 | 1 | 422 | 135 | 123 |
| Binary | 11011000 | 10101010 | 11111100 | 1110 | 100001 | 0 | 1 | 100010010 | 1011101 | 1010011 |
Color Harmonies of #D8AAFC
Complementary color
Monochromatic Colors of #D8AAFC
Black with #D8AAFC
Text Example
Text Example
White with #D8AAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AAFC; }
p { color: rgb(216,170,252); }
H1.HeaderClassName
{
color: #D8AAFC;
}
.AnyTagClassName
{
color: #D8AAFC;
}
</style>
background-color css
<style>
a { background-color: #D8AAFC; }
a { background-color: rgb(216,170,252); }
div.DivClassName
{
background-color: #D8AAFC;
}
.BgClassName
{
background-color: #D8AAFC;
}
</style>
border-color css
<style>
span { border-color: #D8AAFC; }
span { border-color: rgb(216,170,252); }
td.TdClassName
{
border-color: #D8AAFC;
}
.TagClassName
{
border-color: #D8AAFC;
}
</style>