Shades of Mauve #D3ADF3
Tints of Mauve #D3ADF3
RGB
CMYK
RGB Variations
Color information
#D3ADF3 (or 0xD3ADF3) is known color: Mauve. HEX triplet: D3, AD and F3. RGB value is (211,173,243). Sum of RGB (Red+Green+Blue) = 211+173+243=627 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.65% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #D3ADF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ADF3 is #2C520C. Grayscale: #C0C0C0. Windows color (decimal): -2904589 or 15969747. OLE color: 15969747.
HSL color Cylindrical-coordinate representation of color #D3ADF3: hue angle of 272.57º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D3ADF3 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 173 | 243 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.05 |
| HSL | 272.57º | 0.74% | 0.82% | - |
| HSV(B) | 272.57º | 0.29% | 0.95% | - |
| XYZ | 57.99 | 50.21 | 91.43 | - |
| YUV | 192.34 | 156.59 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 173 | 243 | 0.13 | 0.29 | 0 | 0.05 | 272.57 | 0.74 | 0.82 |
| Hex | D3 | AD | F3 | D | 1D | 0 | 5 | 111 | 4A | 52 |
| Octal | 323 | 255 | 363 | 15 | 35 | 0 | 5 | 421 | 112 | 122 |
| Binary | 11010011 | 10101101 | 11110011 | 1101 | 11101 | 0 | 101 | 100010001 | 1001010 | 1010010 |
Color Harmonies of #D3ADF3
Complementary color
Monochromatic Colors of #D3ADF3
Black with #D3ADF3
Text Example
Text Example
White with #D3ADF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ADF3; }
p { color: rgb(211,173,243); }
H1.HeaderClassName
{
color: #D3ADF3;
}
.AnyTagClassName
{
color: #D3ADF3;
}
</style>
background-color css
<style>
a { background-color: #D3ADF3; }
a { background-color: rgb(211,173,243); }
div.DivClassName
{
background-color: #D3ADF3;
}
.BgClassName
{
background-color: #D3ADF3;
}
</style>
border-color css
<style>
span { border-color: #D3ADF3; }
span { border-color: rgb(211,173,243); }
td.TdClassName
{
border-color: #D3ADF3;
}
.TagClassName
{
border-color: #D3ADF3;
}
</style>