Shades of Mauve #D4AAFB
Tints of Mauve #D4AAFB
RGB
CMYK
RGB Variations
Color information
#D4AAFB (or 0xD4AAFB) is known color: Mauve. HEX triplet: D4, AA and FB. RGB value is (212,170,251). Sum of RGB (Red+Green+Blue) = 212+170+251=633 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.49% from 633); Green value is 170 (66.80% from 255 or 26.86% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #D4AAFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AAFB is #2B5504. Grayscale: #BFBFBF. Windows color (decimal): -2839813 or 16493268. OLE color: 16493268.
HSL color Cylindrical-coordinate representation of color #D4AAFB: hue angle of 271.11º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D4AAFB is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 170 | 251 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.02 |
| HSL | 271.11º | 0.91% | 0.83% | - |
| HSV(B) | 271.11º | 0.32% | 0.98% | - |
| XYZ | 58.94 | 49.71 | 97.76 | - |
| YUV | 191.79 | 161.41 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 251 | 0.16 | 0.32 | 0 | 0.02 | 271.11 | 0.91 | 0.83 |
| Hex | D4 | AA | FB | 10 | 20 | 0 | 2 | 10F | 5B | 53 |
| Octal | 324 | 252 | 373 | 20 | 40 | 0 | 2 | 417 | 133 | 123 |
| Binary | 11010100 | 10101010 | 11111011 | 10000 | 100000 | 0 | 10 | 100001111 | 1011011 | 1010011 |
Color Harmonies of #D4AAFB
Complementary color
Monochromatic Colors of #D4AAFB
Black with #D4AAFB
Text Example
Text Example
White with #D4AAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AAFB; }
p { color: rgb(212,170,251); }
H1.HeaderClassName
{
color: #D4AAFB;
}
.AnyTagClassName
{
color: #D4AAFB;
}
</style>
background-color css
<style>
a { background-color: #D4AAFB; }
a { background-color: rgb(212,170,251); }
div.DivClassName
{
background-color: #D4AAFB;
}
.BgClassName
{
background-color: #D4AAFB;
}
</style>
border-color css
<style>
span { border-color: #D4AAFB; }
span { border-color: rgb(212,170,251); }
td.TdClassName
{
border-color: #D4AAFB;
}
.TagClassName
{
border-color: #D4AAFB;
}
</style>