Shades of Mauve #D1AFFC
Tints of Mauve #D1AFFC
RGB
CMYK
RGB Variations
Color information
#D1AFFC (or 0xD1AFFC) is known color: Mauve. HEX triplet: D1, AF and FC. RGB value is (209,175,252). Sum of RGB (Red+Green+Blue) = 209+175+252=636 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.86% from 636); Green value is 175 (68.75% from 255 or 27.52% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1AFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AFFC is #2E5003. Grayscale: #C1C1C1. Windows color (decimal): -3035140 or 16560081. OLE color: 16560081.
HSL color Cylindrical-coordinate representation of color #D1AFFC: hue angle of 266.49º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D1AFFC is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 175 | 252 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.01 |
| HSL | 266.49º | 0.93% | 0.84% | - |
| HSV(B) | 266.49º | 0.31% | 0.99% | - |
| XYZ | 59.2 | 51.24 | 98.87 | - |
| YUV | 193.94 | 160.76 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 252 | 0.17 | 0.31 | 0 | 0.01 | 266.49 | 0.93 | 0.84 |
| Hex | D1 | AF | FC | 11 | 1F | 0 | 1 | 10A | 5D | 54 |
| Octal | 321 | 257 | 374 | 21 | 37 | 0 | 1 | 412 | 135 | 124 |
| Binary | 11010001 | 10101111 | 11111100 | 10001 | 11111 | 0 | 1 | 100001010 | 1011101 | 1010100 |
Color Harmonies of #D1AFFC
Complementary color
Monochromatic Colors of #D1AFFC
Black with #D1AFFC
Text Example
Text Example
White with #D1AFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AFFC; }
p { color: rgb(209,175,252); }
H1.HeaderClassName
{
color: #D1AFFC;
}
.AnyTagClassName
{
color: #D1AFFC;
}
</style>
background-color css
<style>
a { background-color: #D1AFFC; }
a { background-color: rgb(209,175,252); }
div.DivClassName
{
background-color: #D1AFFC;
}
.BgClassName
{
background-color: #D1AFFC;
}
</style>
border-color css
<style>
span { border-color: #D1AFFC; }
span { border-color: rgb(209,175,252); }
td.TdClassName
{
border-color: #D1AFFC;
}
.TagClassName
{
border-color: #D1AFFC;
}
</style>