Shades of Mauve #D9ADF3
Tints of Mauve #D9ADF3
RGB
CMYK
RGB Variations
Color information
#D9ADF3 (or 0xD9ADF3) is known color: Mauve. HEX triplet: D9, AD and F3. RGB value is (217,173,243). Sum of RGB (Red+Green+Blue) = 217+173+243=633 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.28% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 243 (95.31% from 255 or 38.39% from 633); Max value from RGB is 243 - color contains mainly: blue. Hex color #D9ADF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ADF3 is #26520C. Grayscale: #C1C1C1. Windows color (decimal): -2511373 or 15969753. OLE color: 15969753.
HSL color Cylindrical-coordinate representation of color #D9ADF3: hue angle of 277.71º 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 #D9ADF3 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 173 | 243 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.05 |
| HSL | 277.71º | 0.74% | 0.82% | - |
| HSV(B) | 277.71º | 0.29% | 0.95% | - |
| XYZ | 59.74 | 51.11 | 91.51 | - |
| YUV | 194.14 | 155.58 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 243 | 0.11 | 0.29 | 0 | 0.05 | 277.71 | 0.74 | 0.82 |
| Hex | D9 | AD | F3 | B | 1D | 0 | 5 | 116 | 4A | 52 |
| Octal | 331 | 255 | 363 | 13 | 35 | 0 | 5 | 426 | 112 | 122 |
| Binary | 11011001 | 10101101 | 11110011 | 1011 | 11101 | 0 | 101 | 100010110 | 1001010 | 1010010 |
Color Harmonies of #D9ADF3
Complementary color
Monochromatic Colors of #D9ADF3
Black with #D9ADF3
Text Example
Text Example
White with #D9ADF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ADF3; }
p { color: rgb(217,173,243); }
H1.HeaderClassName
{
color: #D9ADF3;
}
.AnyTagClassName
{
color: #D9ADF3;
}
</style>
background-color css
<style>
a { background-color: #D9ADF3; }
a { background-color: rgb(217,173,243); }
div.DivClassName
{
background-color: #D9ADF3;
}
.BgClassName
{
background-color: #D9ADF3;
}
</style>
border-color css
<style>
span { border-color: #D9ADF3; }
span { border-color: rgb(217,173,243); }
td.TdClassName
{
border-color: #D9ADF3;
}
.TagClassName
{
border-color: #D9ADF3;
}
</style>