Shades of Mauve #D5AAFC
Tints of Mauve #D5AAFC
RGB
CMYK
RGB Variations
Color information
#D5AAFC (or 0xD5AAFC) is known color: Mauve. HEX triplet: D5, AA and FC. RGB value is (213,170,252). Sum of RGB (Red+Green+Blue) = 213+170+252=635 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.54% from 635); Green value is 170 (66.80% from 255 or 26.77% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5AAFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AAFC is #2A5503. Grayscale: #BFBFBF. Windows color (decimal): -2774276 or 16558805. OLE color: 16558805.
HSL color Cylindrical-coordinate representation of color #D5AAFC: hue angle of 271.46º 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 #D5AAFC is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 170 | 252 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.01 |
| HSL | 271.46º | 0.93% | 0.83% | - |
| HSV(B) | 271.46º | 0.33% | 0.99% | - |
| XYZ | 59.39 | 49.92 | 98.6 | - |
| YUV | 192.21 | 161.75 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 170 | 252 | 0.15 | 0.33 | 0 | 0.01 | 271.46 | 0.93 | 0.83 |
| Hex | D5 | AA | FC | F | 21 | 0 | 1 | 10F | 5D | 53 |
| Octal | 325 | 252 | 374 | 17 | 41 | 0 | 1 | 417 | 135 | 123 |
| Binary | 11010101 | 10101010 | 11111100 | 1111 | 100001 | 0 | 1 | 100001111 | 1011101 | 1010011 |
Color Harmonies of #D5AAFC
Complementary color
Monochromatic Colors of #D5AAFC
Black with #D5AAFC
Text Example
Text Example
White with #D5AAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AAFC; }
p { color: rgb(213,170,252); }
H1.HeaderClassName
{
color: #D5AAFC;
}
.AnyTagClassName
{
color: #D5AAFC;
}
</style>
background-color css
<style>
a { background-color: #D5AAFC; }
a { background-color: rgb(213,170,252); }
div.DivClassName
{
background-color: #D5AAFC;
}
.BgClassName
{
background-color: #D5AAFC;
}
</style>
border-color css
<style>
span { border-color: #D5AAFC; }
span { border-color: rgb(213,170,252); }
td.TdClassName
{
border-color: #D5AAFC;
}
.TagClassName
{
border-color: #D5AAFC;
}
</style>