Shades of Mauve #D1ADFF
Tints of Mauve #D1ADFF
RGB
CMYK
RGB Variations
Color information
#D1ADFF (or 0xD1ADFF) is known color: Mauve. HEX triplet: D1, AD and FF. RGB value is (209,173,255). Sum of RGB (Red+Green+Blue) = 209+173+255=637 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.81% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ADFF is #2E5200. Grayscale: #C0C0C0. Windows color (decimal): -3035649 or 16756177. OLE color: 16756177.
HSL color Cylindrical-coordinate representation of color #D1ADFF: hue angle of 266.34º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D1ADFF is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 173 | 255 | - |
| CMYK | 0.18 | 0.32 | 0 | 0 |
| HSL | 266.34º | 1% | 0.84% | - |
| HSV(B) | 266.34º | 0.32% | 1% | - |
| XYZ | 59.29 | 50.66 | 101.26 | - |
| YUV | 193.11 | 162.93 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 173 | 255 | 0.18 | 0.32 | 0 | 0 | 266.34 | 1 | 0.84 |
| Hex | D1 | AD | FF | 12 | 20 | 0 | 0 | 10A | 64 | 54 |
| Octal | 321 | 255 | 377 | 22 | 40 | 0 | 0 | 412 | 144 | 124 |
| Binary | 11010001 | 10101101 | 11111111 | 10010 | 100000 | 0 | 0 | 100001010 | 1100100 | 1010100 |
Color Harmonies of #D1ADFF
Complementary color
Monochromatic Colors of #D1ADFF
Black with #D1ADFF
Text Example
Text Example
White with #D1ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ADFF; }
p { color: rgb(209,173,255); }
H1.HeaderClassName
{
color: #D1ADFF;
}
.AnyTagClassName
{
color: #D1ADFF;
}
</style>
background-color css
<style>
a { background-color: #D1ADFF; }
a { background-color: rgb(209,173,255); }
div.DivClassName
{
background-color: #D1ADFF;
}
.BgClassName
{
background-color: #D1ADFF;
}
</style>
border-color css
<style>
span { border-color: #D1ADFF; }
span { border-color: rgb(209,173,255); }
td.TdClassName
{
border-color: #D1ADFF;
}
.TagClassName
{
border-color: #D1ADFF;
}
</style>