Shades of Mauve #D5AAFE
Tints of Mauve #D5AAFE
RGB
CMYK
RGB Variations
Color information
#D5AAFE (or 0xD5AAFE) is known color: Mauve. HEX triplet: D5, AA and FE. RGB value is (213,170,254). Sum of RGB (Red+Green+Blue) = 213+170+254=637 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.44% from 637); Green value is 170 (66.80% from 255 or 26.69% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5AAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AAFE is #2A5501. Grayscale: #C0C0C0. Windows color (decimal): -2774274 or 16689877. OLE color: 16689877.
HSL color Cylindrical-coordinate representation of color #D5AAFE: hue angle of 270.71º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D5AAFE is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 170 | 254 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.00 |
| HSL | 270.71º | 0.98% | 0.83% | - |
| HSV(B) | 270.71º | 0.33% | 1% | - |
| XYZ | 59.7 | 50.05 | 100.28 | - |
| YUV | 192.43 | 162.75 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 170 | 254 | 0.16 | 0.33 | 0 | 0.00 | 270.71 | 0.98 | 0.83 |
| Hex | D5 | AA | FE | 10 | 21 | 0 | 0 | 10F | 62 | 53 |
| Octal | 325 | 252 | 376 | 20 | 41 | 0 | 0 | 417 | 142 | 123 |
| Binary | 11010101 | 10101010 | 11111110 | 10000 | 100001 | 0 | 0 | 100001111 | 1100010 | 1010011 |
Color Harmonies of #D5AAFE
Complementary color
Monochromatic Colors of #D5AAFE
Black with #D5AAFE
Text Example
Text Example
White with #D5AAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AAFE; }
p { color: rgb(213,170,254); }
H1.HeaderClassName
{
color: #D5AAFE;
}
.AnyTagClassName
{
color: #D5AAFE;
}
</style>
background-color css
<style>
a { background-color: #D5AAFE; }
a { background-color: rgb(213,170,254); }
div.DivClassName
{
background-color: #D5AAFE;
}
.BgClassName
{
background-color: #D5AAFE;
}
</style>
border-color css
<style>
span { border-color: #D5AAFE; }
span { border-color: rgb(213,170,254); }
td.TdClassName
{
border-color: #D5AAFE;
}
.TagClassName
{
border-color: #D5AAFE;
}
</style>