Shades of Mauve #D8ADEA
Tints of Mauve #D8ADEA
RGB
CMYK
RGB Variations
Color information
#D8ADEA (or 0xD8ADEA) is known color: Mauve. HEX triplet: D8, AD and EA. RGB value is (216,173,234). Sum of RGB (Red+Green+Blue) = 216+173+234=623 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.67% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #D8ADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ADEA is #275215. Grayscale: #C0C0C0. Windows color (decimal): -2576918 or 15379928. OLE color: 15379928.
HSL color Cylindrical-coordinate representation of color #D8ADEA: hue angle of 282.3º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8ADEA is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 173 | 234 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.08 |
| HSL | 282.3º | 0.59% | 0.8% | - |
| HSV(B) | 282.3º | 0.26% | 0.92% | - |
| XYZ | 58.11 | 50.43 | 84.51 | - |
| YUV | 192.81 | 151.25 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 173 | 234 | 0.08 | 0.26 | 0 | 0.08 | 282.3 | 0.59 | 0.8 |
| Hex | D8 | AD | EA | 8 | 1A | 0 | 8 | 11A | 3B | 50 |
| Octal | 330 | 255 | 352 | 10 | 32 | 0 | 10 | 432 | 73 | 120 |
| Binary | 11011000 | 10101101 | 11101010 | 1000 | 11010 | 0 | 1000 | 100011010 | 111011 | 1010000 |
Color Harmonies of #D8ADEA
Complementary color
Monochromatic Colors of #D8ADEA
Black with #D8ADEA
Text Example
Text Example
White with #D8ADEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ADEA; }
p { color: rgb(216,173,234); }
H1.HeaderClassName
{
color: #D8ADEA;
}
.AnyTagClassName
{
color: #D8ADEA;
}
</style>
background-color css
<style>
a { background-color: #D8ADEA; }
a { background-color: rgb(216,173,234); }
div.DivClassName
{
background-color: #D8ADEA;
}
.BgClassName
{
background-color: #D8ADEA;
}
</style>
border-color css
<style>
span { border-color: #D8ADEA; }
span { border-color: rgb(216,173,234); }
td.TdClassName
{
border-color: #D8ADEA;
}
.TagClassName
{
border-color: #D8ADEA;
}
</style>