Shades of Mauve #D3AFEE
Tints of Mauve #D3AFEE
RGB
CMYK
RGB Variations
Color information
#D3AFEE (or 0xD3AFEE) is known color: Mauve. HEX triplet: D3, AF and EE. RGB value is (211,175,238). Sum of RGB (Red+Green+Blue) = 211+175+238=624 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.81% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #D3AFEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AFEE is #2C5011. Grayscale: #C0C0C0. Windows color (decimal): -2904082 or 15642579. OLE color: 15642579.
HSL color Cylindrical-coordinate representation of color #D3AFEE: hue angle of 274.29º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D3AFEE is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 175 | 238 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.07 |
| HSL | 274.29º | 0.65% | 0.81% | - |
| HSV(B) | 274.29º | 0.26% | 0.93% | - |
| XYZ | 57.63 | 50.68 | 87.63 | - |
| YUV | 192.95 | 153.43 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 175 | 238 | 0.11 | 0.26 | 0 | 0.07 | 274.29 | 0.65 | 0.81 |
| Hex | D3 | AF | EE | B | 1A | 0 | 7 | 112 | 41 | 51 |
| Octal | 323 | 257 | 356 | 13 | 32 | 0 | 7 | 422 | 101 | 121 |
| Binary | 11010011 | 10101111 | 11101110 | 1011 | 11010 | 0 | 111 | 100010010 | 1000001 | 1010001 |
Color Harmonies of #D3AFEE
Complementary color
Monochromatic Colors of #D3AFEE
Black with #D3AFEE
Text Example
Text Example
White with #D3AFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AFEE; }
p { color: rgb(211,175,238); }
H1.HeaderClassName
{
color: #D3AFEE;
}
.AnyTagClassName
{
color: #D3AFEE;
}
</style>
background-color css
<style>
a { background-color: #D3AFEE; }
a { background-color: rgb(211,175,238); }
div.DivClassName
{
background-color: #D3AFEE;
}
.BgClassName
{
background-color: #D3AFEE;
}
</style>
border-color css
<style>
span { border-color: #D3AFEE; }
span { border-color: rgb(211,175,238); }
td.TdClassName
{
border-color: #D3AFEE;
}
.TagClassName
{
border-color: #D3AFEE;
}
</style>