Shades of Mauve #D2AEF1
Tints of Mauve #D2AEF1
RGB
CMYK
RGB Variations
Color information
#D2AEF1 (or 0xD2AEF1) is known color: Mauve. HEX triplet: D2, AE and F1. RGB value is (210,174,241). Sum of RGB (Red+Green+Blue) = 210+174+241=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #D2AEF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AEF1 is #2D510E. Grayscale: #C0C0C0. Windows color (decimal): -2969871 or 15838930. OLE color: 15838930.
HSL color Cylindrical-coordinate representation of color #D2AEF1: hue angle of 272.24º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2AEF1 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 174 | 241 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.05 |
| HSL | 272.24º | 0.71% | 0.81% | - |
| HSV(B) | 272.24º | 0.28% | 0.95% | - |
| XYZ | 57.59 | 50.32 | 89.9 | - |
| YUV | 192.4 | 155.43 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 174 | 241 | 0.13 | 0.28 | 0 | 0.05 | 272.24 | 0.71 | 0.81 |
| Hex | D2 | AE | F1 | D | 1C | 0 | 5 | 110 | 47 | 51 |
| Octal | 322 | 256 | 361 | 15 | 34 | 0 | 5 | 420 | 107 | 121 |
| Binary | 11010010 | 10101110 | 11110001 | 1101 | 11100 | 0 | 101 | 100010000 | 1000111 | 1010001 |
Color Harmonies of #D2AEF1
Complementary color
Monochromatic Colors of #D2AEF1
Black with #D2AEF1
Text Example
Text Example
White with #D2AEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AEF1; }
p { color: rgb(210,174,241); }
H1.HeaderClassName
{
color: #D2AEF1;
}
.AnyTagClassName
{
color: #D2AEF1;
}
</style>
background-color css
<style>
a { background-color: #D2AEF1; }
a { background-color: rgb(210,174,241); }
div.DivClassName
{
background-color: #D2AEF1;
}
.BgClassName
{
background-color: #D2AEF1;
}
</style>
border-color css
<style>
span { border-color: #D2AEF1; }
span { border-color: rgb(210,174,241); }
td.TdClassName
{
border-color: #D2AEF1;
}
.TagClassName
{
border-color: #D2AEF1;
}
</style>