Shades of Mauve #D3AEF0
Tints of Mauve #D3AEF0
RGB
CMYK
RGB Variations
Color information
#D3AEF0 (or 0xD3AEF0) is known color: Mauve. HEX triplet: D3, AE and F0. RGB value is (211,174,240). Sum of RGB (Red+Green+Blue) = 211+174+240=625 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.76% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 240 (94.14% from 255 or 38.4% from 625); Max value from RGB is 240 - color contains mainly: blue. Hex color #D3AEF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AEF0 is #2C510F. Grayscale: #C0C0C0. Windows color (decimal): -2904336 or 15773395. OLE color: 15773395.
HSL color Cylindrical-coordinate representation of color #D3AEF0: hue angle of 273.64º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D3AEF0 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 174 | 240 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.06 |
| HSL | 273.64º | 0.69% | 0.81% | - |
| HSV(B) | 273.64º | 0.28% | 0.94% | - |
| XYZ | 57.73 | 50.41 | 89.13 | - |
| YUV | 192.59 | 154.76 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 174 | 240 | 0.12 | 0.28 | 0 | 0.06 | 273.64 | 0.69 | 0.81 |
| Hex | D3 | AE | F0 | C | 1C | 0 | 6 | 112 | 45 | 51 |
| Octal | 323 | 256 | 360 | 14 | 34 | 0 | 6 | 422 | 105 | 121 |
| Binary | 11010011 | 10101110 | 11110000 | 1100 | 11100 | 0 | 110 | 100010010 | 1000101 | 1010001 |
Color Harmonies of #D3AEF0
Complementary color
Monochromatic Colors of #D3AEF0
Black with #D3AEF0
Text Example
Text Example
White with #D3AEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AEF0; }
p { color: rgb(211,174,240); }
H1.HeaderClassName
{
color: #D3AEF0;
}
.AnyTagClassName
{
color: #D3AEF0;
}
</style>
background-color css
<style>
a { background-color: #D3AEF0; }
a { background-color: rgb(211,174,240); }
div.DivClassName
{
background-color: #D3AEF0;
}
.BgClassName
{
background-color: #D3AEF0;
}
</style>
border-color css
<style>
span { border-color: #D3AEF0; }
span { border-color: rgb(211,174,240); }
td.TdClassName
{
border-color: #D3AEF0;
}
.TagClassName
{
border-color: #D3AEF0;
}
</style>