Shades of Mauve #D4AFFB
Tints of Mauve #D4AFFB
RGB
CMYK
RGB Variations
Color information
#D4AFFB (or 0xD4AFFB) is known color: Mauve. HEX triplet: D4, AF and FB. RGB value is (212,175,251). Sum of RGB (Red+Green+Blue) = 212+175+251=638 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.23% from 638); Green value is 175 (68.75% from 255 or 27.43% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #D4AFFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AFFB is #2B5004. Grayscale: #C2C2C2. Windows color (decimal): -2838533 or 16494548. OLE color: 16494548.
HSL color Cylindrical-coordinate representation of color #D4AFFB: hue angle of 269.21º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4AFFB is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 175 | 251 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.02 |
| HSL | 269.21º | 0.9% | 0.84% | - |
| HSV(B) | 269.21º | 0.3% | 0.98% | - |
| XYZ | 59.89 | 51.62 | 98.07 | - |
| YUV | 194.73 | 159.76 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 175 | 251 | 0.16 | 0.30 | 0 | 0.02 | 269.21 | 0.9 | 0.84 |
| Hex | D4 | AF | FB | 10 | 1E | 0 | 2 | 10D | 5A | 54 |
| Octal | 324 | 257 | 373 | 20 | 36 | 0 | 2 | 415 | 132 | 124 |
| Binary | 11010100 | 10101111 | 11111011 | 10000 | 11110 | 0 | 10 | 100001101 | 1011010 | 1010100 |
Color Harmonies of #D4AFFB
Complementary color
Monochromatic Colors of #D4AFFB
Black with #D4AFFB
Text Example
Text Example
White with #D4AFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AFFB; }
p { color: rgb(212,175,251); }
H1.HeaderClassName
{
color: #D4AFFB;
}
.AnyTagClassName
{
color: #D4AFFB;
}
</style>
background-color css
<style>
a { background-color: #D4AFFB; }
a { background-color: rgb(212,175,251); }
div.DivClassName
{
background-color: #D4AFFB;
}
.BgClassName
{
background-color: #D4AFFB;
}
</style>
border-color css
<style>
span { border-color: #D4AFFB; }
span { border-color: rgb(212,175,251); }
td.TdClassName
{
border-color: #D4AFFB;
}
.TagClassName
{
border-color: #D4AFFB;
}
</style>