Shades of Mauve #D3ADF5
Tints of Mauve #D3ADF5
RGB
CMYK
RGB Variations
Color information
#D3ADF5 (or 0xD3ADF5) is known color: Mauve. HEX triplet: D3, AD and F5. RGB value is (211,173,245). Sum of RGB (Red+Green+Blue) = 211+173+245=629 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.55% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 245 (96.09% from 255 or 38.95% from 629); Max value from RGB is 245 - color contains mainly: blue. Hex color #D3ADF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ADF5 is #2C520A. Grayscale: #C0C0C0. Windows color (decimal): -2904587 or 16100819. OLE color: 16100819.
HSL color Cylindrical-coordinate representation of color #D3ADF5: hue angle of 271.67º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D3ADF5 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 173 | 245 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.04 |
| HSL | 271.67º | 0.78% | 0.82% | - |
| HSV(B) | 271.67º | 0.29% | 0.96% | - |
| XYZ | 58.29 | 50.33 | 93.03 | - |
| YUV | 192.57 | 157.59 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 173 | 245 | 0.14 | 0.29 | 0 | 0.04 | 271.67 | 0.78 | 0.82 |
| Hex | D3 | AD | F5 | E | 1D | 0 | 4 | 110 | 4E | 52 |
| Octal | 323 | 255 | 365 | 16 | 35 | 0 | 4 | 420 | 116 | 122 |
| Binary | 11010011 | 10101101 | 11110101 | 1110 | 11101 | 0 | 100 | 100010000 | 1001110 | 1010010 |
Color Harmonies of #D3ADF5
Complementary color
Monochromatic Colors of #D3ADF5
Black with #D3ADF5
Text Example
Text Example
White with #D3ADF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ADF5; }
p { color: rgb(211,173,245); }
H1.HeaderClassName
{
color: #D3ADF5;
}
.AnyTagClassName
{
color: #D3ADF5;
}
</style>
background-color css
<style>
a { background-color: #D3ADF5; }
a { background-color: rgb(211,173,245); }
div.DivClassName
{
background-color: #D3ADF5;
}
.BgClassName
{
background-color: #D3ADF5;
}
</style>
border-color css
<style>
span { border-color: #D3ADF5; }
span { border-color: rgb(211,173,245); }
td.TdClassName
{
border-color: #D3ADF5;
}
.TagClassName
{
border-color: #D3ADF5;
}
</style>