Shades of Mauve #D3ADF9
Tints of Mauve #D3ADF9
RGB
CMYK
RGB Variations
Color information
#D3ADF9 (or 0xD3ADF9) is known color: Mauve. HEX triplet: D3, AD and F9. RGB value is (211,173,249). Sum of RGB (Red+Green+Blue) = 211+173+249=633 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.33% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 249 (97.66% from 255 or 39.34% from 633); Max value from RGB is 249 - color contains mainly: blue. Hex color #D3ADF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ADF9 is #2C5206. Grayscale: #C0C0C0. Windows color (decimal): -2904583 or 16362963. OLE color: 16362963.
HSL color Cylindrical-coordinate representation of color #D3ADF9: hue angle of 270º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D3ADF9 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 173 | 249 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.02 |
| HSL | 270º | 0.86% | 0.83% | - |
| HSV(B) | 270º | 0.31% | 0.98% | - |
| XYZ | 58.91 | 50.58 | 96.28 | - |
| YUV | 193.03 | 159.59 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 173 | 249 | 0.15 | 0.31 | 0 | 0.02 | 270 | 0.86 | 0.83 |
| Hex | D3 | AD | F9 | F | 1F | 0 | 2 | 10E | 56 | 53 |
| Octal | 323 | 255 | 371 | 17 | 37 | 0 | 2 | 416 | 126 | 123 |
| Binary | 11010011 | 10101101 | 11111001 | 1111 | 11111 | 0 | 10 | 100001110 | 1010110 | 1010011 |
Color Harmonies of #D3ADF9
Complementary color
Monochromatic Colors of #D3ADF9
Black with #D3ADF9
Text Example
Text Example
White with #D3ADF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ADF9; }
p { color: rgb(211,173,249); }
H1.HeaderClassName
{
color: #D3ADF9;
}
.AnyTagClassName
{
color: #D3ADF9;
}
</style>
background-color css
<style>
a { background-color: #D3ADF9; }
a { background-color: rgb(211,173,249); }
div.DivClassName
{
background-color: #D3ADF9;
}
.BgClassName
{
background-color: #D3ADF9;
}
</style>
border-color css
<style>
span { border-color: #D3ADF9; }
span { border-color: rgb(211,173,249); }
td.TdClassName
{
border-color: #D3ADF9;
}
.TagClassName
{
border-color: #D3ADF9;
}
</style>