Shades of Mauve #D3ADF0
Tints of Mauve #D3ADF0
RGB
CMYK
RGB Variations
Color information
#D3ADF0 (or 0xD3ADF0) is known color: Mauve. HEX triplet: D3, AD and F0. RGB value is (211,173,240). Sum of RGB (Red+Green+Blue) = 211+173+240=624 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.81% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 240 - color contains mainly: blue. Hex color #D3ADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ADF0 is #2C520F. Grayscale: #BFBFBF. Windows color (decimal): -2904592 or 15773139. OLE color: 15773139.
HSL color Cylindrical-coordinate representation of color #D3ADF0: hue angle of 274.03º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D3ADF0 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 173 | 240 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.06 |
| HSL | 274.03º | 0.69% | 0.81% | - |
| HSV(B) | 274.03º | 0.28% | 0.94% | - |
| XYZ | 57.54 | 50.03 | 89.06 | - |
| YUV | 192 | 155.09 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 173 | 240 | 0.12 | 0.28 | 0 | 0.06 | 274.03 | 0.69 | 0.81 |
| Hex | D3 | AD | F0 | C | 1C | 0 | 6 | 112 | 45 | 51 |
| Octal | 323 | 255 | 360 | 14 | 34 | 0 | 6 | 422 | 105 | 121 |
| Binary | 11010011 | 10101101 | 11110000 | 1100 | 11100 | 0 | 110 | 100010010 | 1000101 | 1010001 |
Color Harmonies of #D3ADF0
Complementary color
Monochromatic Colors of #D3ADF0
Black with #D3ADF0
Text Example
Text Example
White with #D3ADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ADF0; }
p { color: rgb(211,173,240); }
H1.HeaderClassName
{
color: #D3ADF0;
}
.AnyTagClassName
{
color: #D3ADF0;
}
</style>
background-color css
<style>
a { background-color: #D3ADF0; }
a { background-color: rgb(211,173,240); }
div.DivClassName
{
background-color: #D3ADF0;
}
.BgClassName
{
background-color: #D3ADF0;
}
</style>
border-color css
<style>
span { border-color: #D3ADF0; }
span { border-color: rgb(211,173,240); }
td.TdClassName
{
border-color: #D3ADF0;
}
.TagClassName
{
border-color: #D3ADF0;
}
</style>