Shades of Mauve #D1ADF4
Tints of Mauve #D1ADF4
RGB
CMYK
RGB Variations
Color information
#D1ADF4 (or 0xD1ADF4) is known color: Mauve. HEX triplet: D1, AD and F4. RGB value is (209,173,244). Sum of RGB (Red+Green+Blue) = 209+173+244=626 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.39% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 244 (95.70% from 255 or 38.98% from 626); Max value from RGB is 244 - color contains mainly: blue. Hex color #D1ADF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ADF4 is #2E520B. Grayscale: #BFBFBF. Windows color (decimal): -3035660 or 16035281. OLE color: 16035281.
HSL color Cylindrical-coordinate representation of color #D1ADF4: hue angle of 270.42º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1ADF4 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 173 | 244 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.04 |
| HSL | 270.42º | 0.76% | 0.82% | - |
| HSV(B) | 270.42º | 0.29% | 0.96% | - |
| XYZ | 57.57 | 49.97 | 92.2 | - |
| YUV | 191.86 | 157.43 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 173 | 244 | 0.14 | 0.29 | 0 | 0.04 | 270.42 | 0.76 | 0.82 |
| Hex | D1 | AD | F4 | E | 1D | 0 | 4 | 10E | 4C | 52 |
| Octal | 321 | 255 | 364 | 16 | 35 | 0 | 4 | 416 | 114 | 122 |
| Binary | 11010001 | 10101101 | 11110100 | 1110 | 11101 | 0 | 100 | 100001110 | 1001100 | 1010010 |
Color Harmonies of #D1ADF4
Complementary color
Monochromatic Colors of #D1ADF4
Black with #D1ADF4
Text Example
Text Example
White with #D1ADF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ADF4; }
p { color: rgb(209,173,244); }
H1.HeaderClassName
{
color: #D1ADF4;
}
.AnyTagClassName
{
color: #D1ADF4;
}
</style>
background-color css
<style>
a { background-color: #D1ADF4; }
a { background-color: rgb(209,173,244); }
div.DivClassName
{
background-color: #D1ADF4;
}
.BgClassName
{
background-color: #D1ADF4;
}
</style>
border-color css
<style>
span { border-color: #D1ADF4; }
span { border-color: rgb(209,173,244); }
td.TdClassName
{
border-color: #D1ADF4;
}
.TagClassName
{
border-color: #D1ADF4;
}
</style>