Shades of Mauve #D0AEF1
Tints of Mauve #D0AEF1
RGB
CMYK
RGB Variations
Color information
#D0AEF1 (or 0xD0AEF1) is known color: Mauve. HEX triplet: D0, AE and F1. RGB value is (208,174,241). Sum of RGB (Red+Green+Blue) = 208+174+241=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #D0AEF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AEF1 is #2F510E. Grayscale: #BFBFBF. Windows color (decimal): -3100943 or 15838928. OLE color: 15838928.
HSL color Cylindrical-coordinate representation of color #D0AEF1: hue angle of 270.45º 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 #D0AEF1 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 174 | 241 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.05 |
| HSL | 270.45º | 0.71% | 0.81% | - |
| HSV(B) | 270.45º | 0.28% | 0.95% | - |
| XYZ | 57.03 | 50.03 | 89.87 | - |
| YUV | 191.8 | 155.76 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 174 | 241 | 0.14 | 0.28 | 0 | 0.05 | 270.45 | 0.71 | 0.81 |
| Hex | D0 | AE | F1 | E | 1C | 0 | 5 | 10E | 47 | 51 |
| Octal | 320 | 256 | 361 | 16 | 34 | 0 | 5 | 416 | 107 | 121 |
| Binary | 11010000 | 10101110 | 11110001 | 1110 | 11100 | 0 | 101 | 100001110 | 1000111 | 1010001 |
Color Harmonies of #D0AEF1
Complementary color
Monochromatic Colors of #D0AEF1
Black with #D0AEF1
Text Example
Text Example
White with #D0AEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AEF1; }
p { color: rgb(208,174,241); }
H1.HeaderClassName
{
color: #D0AEF1;
}
.AnyTagClassName
{
color: #D0AEF1;
}
</style>
background-color css
<style>
a { background-color: #D0AEF1; }
a { background-color: rgb(208,174,241); }
div.DivClassName
{
background-color: #D0AEF1;
}
.BgClassName
{
background-color: #D0AEF1;
}
</style>
border-color css
<style>
span { border-color: #D0AEF1; }
span { border-color: rgb(208,174,241); }
td.TdClassName
{
border-color: #D0AEF1;
}
.TagClassName
{
border-color: #D0AEF1;
}
</style>