Shades of Mauve #D1ADFB
Tints of Mauve #D1ADFB
RGB
CMYK
RGB Variations
Color information
#D1ADFB (or 0xD1ADFB) is known color: Mauve. HEX triplet: D1, AD and FB. RGB value is (209,173,251). Sum of RGB (Red+Green+Blue) = 209+173+251=633 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.02% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #D1ADFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ADFB is #2E5204. Grayscale: #C0C0C0. Windows color (decimal): -3035653 or 16494033. OLE color: 16494033.
HSL color Cylindrical-coordinate representation of color #D1ADFB: hue angle of 267.69º degrees, saturation: 0.91, 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 #D1ADFB is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 173 | 251 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.02 |
| HSL | 267.69º | 0.91% | 0.83% | - |
| HSV(B) | 267.69º | 0.31% | 0.98% | - |
| XYZ | 58.65 | 50.41 | 97.91 | - |
| YUV | 192.66 | 160.93 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 173 | 251 | 0.17 | 0.31 | 0 | 0.02 | 267.69 | 0.91 | 0.83 |
| Hex | D1 | AD | FB | 11 | 1F | 0 | 2 | 10C | 5B | 53 |
| Octal | 321 | 255 | 373 | 21 | 37 | 0 | 2 | 414 | 133 | 123 |
| Binary | 11010001 | 10101101 | 11111011 | 10001 | 11111 | 0 | 10 | 100001100 | 1011011 | 1010011 |
Color Harmonies of #D1ADFB
Complementary color
Monochromatic Colors of #D1ADFB
Black with #D1ADFB
Text Example
Text Example
White with #D1ADFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ADFB; }
p { color: rgb(209,173,251); }
H1.HeaderClassName
{
color: #D1ADFB;
}
.AnyTagClassName
{
color: #D1ADFB;
}
</style>
background-color css
<style>
a { background-color: #D1ADFB; }
a { background-color: rgb(209,173,251); }
div.DivClassName
{
background-color: #D1ADFB;
}
.BgClassName
{
background-color: #D1ADFB;
}
</style>
border-color css
<style>
span { border-color: #D1ADFB; }
span { border-color: rgb(209,173,251); }
td.TdClassName
{
border-color: #D1ADFB;
}
.TagClassName
{
border-color: #D1ADFB;
}
</style>