Shades of Mauve #D8ADEC
Tints of Mauve #D8ADEC
RGB
CMYK
RGB Variations
Color information
#D8ADEC (or 0xD8ADEC) is known color: Mauve. HEX triplet: D8, AD and EC. RGB value is (216,173,236). Sum of RGB (Red+Green+Blue) = 216+173+236=625 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.56% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #D8ADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ADEC is #275213. Grayscale: #C0C0C0. Windows color (decimal): -2576916 or 15511000. OLE color: 15511000.
HSL color Cylindrical-coordinate representation of color #D8ADEC: hue angle of 280.95º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D8ADEC is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 173 | 236 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.07 |
| HSL | 280.95º | 0.62% | 0.8% | - |
| HSV(B) | 280.95º | 0.27% | 0.93% | - |
| XYZ | 58.4 | 50.54 | 86.03 | - |
| YUV | 193.04 | 152.25 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 173 | 236 | 0.08 | 0.27 | 0 | 0.07 | 280.95 | 0.62 | 0.8 |
| Hex | D8 | AD | EC | 8 | 1B | 0 | 7 | 119 | 3E | 50 |
| Octal | 330 | 255 | 354 | 10 | 33 | 0 | 7 | 431 | 76 | 120 |
| Binary | 11011000 | 10101101 | 11101100 | 1000 | 11011 | 0 | 111 | 100011001 | 111110 | 1010000 |
Color Harmonies of #D8ADEC
Complementary color
Monochromatic Colors of #D8ADEC
Black with #D8ADEC
Text Example
Text Example
White with #D8ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ADEC; }
p { color: rgb(216,173,236); }
H1.HeaderClassName
{
color: #D8ADEC;
}
.AnyTagClassName
{
color: #D8ADEC;
}
</style>
background-color css
<style>
a { background-color: #D8ADEC; }
a { background-color: rgb(216,173,236); }
div.DivClassName
{
background-color: #D8ADEC;
}
.BgClassName
{
background-color: #D8ADEC;
}
</style>
border-color css
<style>
span { border-color: #D8ADEC; }
span { border-color: rgb(216,173,236); }
td.TdClassName
{
border-color: #D8ADEC;
}
.TagClassName
{
border-color: #D8ADEC;
}
</style>