Shades of Mauve #D8ADFF
Tints of Mauve #D8ADFF
RGB
CMYK
RGB Variations
Color information
#D8ADFF (or 0xD8ADFF) is known color: Mauve. HEX triplet: D8, AD and FF. RGB value is (216,173,255). Sum of RGB (Red+Green+Blue) = 216+173+255=644 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.54% from 644); Green value is 173 (67.97% from 255 or 26.86% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ADFF is #275200. Grayscale: #C2C2C2. Windows color (decimal): -2576897 or 16756184. OLE color: 16756184.
HSL color Cylindrical-coordinate representation of color #D8ADFF: hue angle of 271.46º 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 #D8ADFF is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 173 | 255 | - |
| CMYK | 0.15 | 0.32 | 0 | 0 |
| HSL | 271.46º | 1% | 0.84% | - |
| HSV(B) | 271.46º | 0.32% | 1% | - |
| XYZ | 61.31 | 51.71 | 101.36 | - |
| YUV | 195.21 | 161.75 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 173 | 255 | 0.15 | 0.32 | 0 | 0 | 271.46 | 1 | 0.84 |
| Hex | D8 | AD | FF | F | 20 | 0 | 0 | 10F | 64 | 54 |
| Octal | 330 | 255 | 377 | 17 | 40 | 0 | 0 | 417 | 144 | 124 |
| Binary | 11011000 | 10101101 | 11111111 | 1111 | 100000 | 0 | 0 | 100001111 | 1100100 | 1010100 |
Color Harmonies of #D8ADFF
Complementary color
Monochromatic Colors of #D8ADFF
Black with #D8ADFF
Text Example
Text Example
White with #D8ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ADFF; }
p { color: rgb(216,173,255); }
H1.HeaderClassName
{
color: #D8ADFF;
}
.AnyTagClassName
{
color: #D8ADFF;
}
</style>
background-color css
<style>
a { background-color: #D8ADFF; }
a { background-color: rgb(216,173,255); }
div.DivClassName
{
background-color: #D8ADFF;
}
.BgClassName
{
background-color: #D8ADFF;
}
</style>
border-color css
<style>
span { border-color: #D8ADFF; }
span { border-color: rgb(216,173,255); }
td.TdClassName
{
border-color: #D8ADFF;
}
.TagClassName
{
border-color: #D8ADFF;
}
</style>