Shades of Mauve #D7AAFF
Tints of Mauve #D7AAFF
RGB
CMYK
RGB Variations
Color information
#D7AAFF (or 0xD7AAFF) is known color: Mauve. HEX triplet: D7, AA and FF. RGB value is (215,170,255). Sum of RGB (Red+Green+Blue) = 215+170+255=640 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.59% from 640); Green value is 170 (66.80% from 255 or 26.56% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7AAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7AAFF is #285500. Grayscale: #C0C0C0. Windows color (decimal): -2643201 or 16755415. OLE color: 16755415.
HSL color Cylindrical-coordinate representation of color #D7AAFF: hue angle of 271.76º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D7AAFF is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 170 | 255 | - |
| CMYK | 0.16 | 0.33 | 0 | 0 |
| HSL | 271.76º | 1% | 0.83% | - |
| HSV(B) | 271.76º | 0.33% | 1% | - |
| XYZ | 60.45 | 50.42 | 101.15 | - |
| YUV | 193.15 | 162.91 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 170 | 255 | 0.16 | 0.33 | 0 | 0 | 271.76 | 1 | 0.83 |
| Hex | D7 | AA | FF | 10 | 21 | 0 | 0 | 110 | 64 | 53 |
| Octal | 327 | 252 | 377 | 20 | 41 | 0 | 0 | 420 | 144 | 123 |
| Binary | 11010111 | 10101010 | 11111111 | 10000 | 100001 | 0 | 0 | 100010000 | 1100100 | 1010011 |
Color Harmonies of #D7AAFF
Complementary color
Monochromatic Colors of #D7AAFF
Black with #D7AAFF
Text Example
Text Example
White with #D7AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AAFF; }
p { color: rgb(215,170,255); }
H1.HeaderClassName
{
color: #D7AAFF;
}
.AnyTagClassName
{
color: #D7AAFF;
}
</style>
background-color css
<style>
a { background-color: #D7AAFF; }
a { background-color: rgb(215,170,255); }
div.DivClassName
{
background-color: #D7AAFF;
}
.BgClassName
{
background-color: #D7AAFF;
}
</style>
border-color css
<style>
span { border-color: #D7AAFF; }
span { border-color: rgb(215,170,255); }
td.TdClassName
{
border-color: #D7AAFF;
}
.TagClassName
{
border-color: #D7AAFF;
}
</style>