Shades of Mauve #D3AFFC
Tints of Mauve #D3AFFC
RGB
CMYK
RGB Variations
Color information
#D3AFFC (or 0xD3AFFC) is known color: Mauve. HEX triplet: D3, AF and FC. RGB value is (211,175,252). Sum of RGB (Red+Green+Blue) = 211+175+252=638 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.07% from 638); Green value is 175 (68.75% from 255 or 27.43% 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 #D3AFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AFFC is #2C5003. Grayscale: #C2C2C2. Windows color (decimal): -2904068 or 16560083. OLE color: 16560083.
HSL color Cylindrical-coordinate representation of color #D3AFFC: hue angle of 268.05º 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 #D3AFFC is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 175 | 252 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.01 |
| HSL | 268.05º | 0.93% | 0.84% | - |
| HSV(B) | 268.05º | 0.31% | 0.99% | - |
| XYZ | 59.76 | 51.54 | 98.89 | - |
| YUV | 194.54 | 160.43 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 175 | 252 | 0.16 | 0.31 | 0 | 0.01 | 268.05 | 0.93 | 0.84 |
| Hex | D3 | AF | FC | 10 | 1F | 0 | 1 | 10C | 5D | 54 |
| Octal | 323 | 257 | 374 | 20 | 37 | 0 | 1 | 414 | 135 | 124 |
| Binary | 11010011 | 10101111 | 11111100 | 10000 | 11111 | 0 | 1 | 100001100 | 1011101 | 1010100 |
Color Harmonies of #D3AFFC
Complementary color
Monochromatic Colors of #D3AFFC
Black with #D3AFFC
Text Example
Text Example
White with #D3AFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AFFC; }
p { color: rgb(211,175,252); }
H1.HeaderClassName
{
color: #D3AFFC;
}
.AnyTagClassName
{
color: #D3AFFC;
}
</style>
background-color css
<style>
a { background-color: #D3AFFC; }
a { background-color: rgb(211,175,252); }
div.DivClassName
{
background-color: #D3AFFC;
}
.BgClassName
{
background-color: #D3AFFC;
}
</style>
border-color css
<style>
span { border-color: #D3AFFC; }
span { border-color: rgb(211,175,252); }
td.TdClassName
{
border-color: #D3AFFC;
}
.TagClassName
{
border-color: #D3AFFC;
}
</style>