Shades of Mauve #D8ADEF
Tints of Mauve #D8ADEF
RGB
CMYK
RGB Variations
Color information
#D8ADEF (or 0xD8ADEF) is known color: Mauve. HEX triplet: D8, AD and EF. RGB value is (216,173,239). Sum of RGB (Red+Green+Blue) = 216+173+239=628 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.39% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 239 (93.75% from 255 or 38.06% from 628); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8ADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ADEF is #275210. Grayscale: #C1C1C1. Windows color (decimal): -2576913 or 15707608. OLE color: 15707608.
HSL color Cylindrical-coordinate representation of color #D8ADEF: hue angle of 279.09º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D8ADEF is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 173 | 239 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.06 |
| HSL | 279.09º | 0.67% | 0.81% | - |
| HSV(B) | 279.09º | 0.28% | 0.94% | - |
| XYZ | 58.84 | 50.72 | 88.35 | - |
| YUV | 193.38 | 153.75 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 173 | 239 | 0.10 | 0.28 | 0 | 0.06 | 279.09 | 0.67 | 0.81 |
| Hex | D8 | AD | EF | A | 1C | 0 | 6 | 117 | 43 | 51 |
| Octal | 330 | 255 | 357 | 12 | 34 | 0 | 6 | 427 | 103 | 121 |
| Binary | 11011000 | 10101101 | 11101111 | 1010 | 11100 | 0 | 110 | 100010111 | 1000011 | 1010001 |
Color Harmonies of #D8ADEF
Complementary color
Monochromatic Colors of #D8ADEF
Black with #D8ADEF
Text Example
Text Example
White with #D8ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ADEF; }
p { color: rgb(216,173,239); }
H1.HeaderClassName
{
color: #D8ADEF;
}
.AnyTagClassName
{
color: #D8ADEF;
}
</style>
background-color css
<style>
a { background-color: #D8ADEF; }
a { background-color: rgb(216,173,239); }
div.DivClassName
{
background-color: #D8ADEF;
}
.BgClassName
{
background-color: #D8ADEF;
}
</style>
border-color css
<style>
span { border-color: #D8ADEF; }
span { border-color: rgb(216,173,239); }
td.TdClassName
{
border-color: #D8ADEF;
}
.TagClassName
{
border-color: #D8ADEF;
}
</style>