Shades of Mauve #D8ADF4
Tints of Mauve #D8ADF4
RGB
CMYK
RGB Variations
Color information
#D8ADF4 (or 0xD8ADF4) is known color: Mauve. HEX triplet: D8, AD and F4. RGB value is (216,173,244). Sum of RGB (Red+Green+Blue) = 216+173+244=633 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.12% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 244 (95.70% from 255 or 38.55% from 633); Max value from RGB is 244 - color contains mainly: blue. Hex color #D8ADF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ADF4 is #27520B. Grayscale: #C1C1C1. Windows color (decimal): -2576908 or 16035288. OLE color: 16035288.
HSL color Cylindrical-coordinate representation of color #D8ADF4: hue angle of 276.34º 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 #D8ADF4 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 173 | 244 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.04 |
| HSL | 276.34º | 0.76% | 0.82% | - |
| HSV(B) | 276.34º | 0.29% | 0.96% | - |
| XYZ | 59.59 | 51.02 | 92.29 | - |
| YUV | 193.95 | 156.25 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 173 | 244 | 0.11 | 0.29 | 0 | 0.04 | 276.34 | 0.76 | 0.82 |
| Hex | D8 | AD | F4 | B | 1D | 0 | 4 | 114 | 4C | 52 |
| Octal | 330 | 255 | 364 | 13 | 35 | 0 | 4 | 424 | 114 | 122 |
| Binary | 11011000 | 10101101 | 11110100 | 1011 | 11101 | 0 | 100 | 100010100 | 1001100 | 1010010 |
Color Harmonies of #D8ADF4
Complementary color
Monochromatic Colors of #D8ADF4
Black with #D8ADF4
Text Example
Text Example
White with #D8ADF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ADF4; }
p { color: rgb(216,173,244); }
H1.HeaderClassName
{
color: #D8ADF4;
}
.AnyTagClassName
{
color: #D8ADF4;
}
</style>
background-color css
<style>
a { background-color: #D8ADF4; }
a { background-color: rgb(216,173,244); }
div.DivClassName
{
background-color: #D8ADF4;
}
.BgClassName
{
background-color: #D8ADF4;
}
</style>
border-color css
<style>
span { border-color: #D8ADF4; }
span { border-color: rgb(216,173,244); }
td.TdClassName
{
border-color: #D8ADF4;
}
.TagClassName
{
border-color: #D8ADF4;
}
</style>