Shades of Mauve #D8ADED
Tints of Mauve #D8ADED
RGB
CMYK
RGB Variations
Color information
#D8ADED (or 0xD8ADED) is known color: Mauve. HEX triplet: D8, AD and ED. RGB value is (216,173,237). Sum of RGB (Red+Green+Blue) = 216+173+237=626 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.50% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #D8ADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ADED is #275212. Grayscale: #C0C0C0. Windows color (decimal): -2576915 or 15576536. OLE color: 15576536.
HSL color Cylindrical-coordinate representation of color #D8ADED: hue angle of 280.31º degrees, saturation: 0.64, 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 #D8ADED is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 173 | 237 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.07 |
| HSL | 280.31º | 0.64% | 0.8% | - |
| HSV(B) | 280.31º | 0.27% | 0.93% | - |
| XYZ | 58.55 | 50.6 | 86.8 | - |
| YUV | 193.15 | 152.75 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 173 | 237 | 0.09 | 0.27 | 0 | 0.07 | 280.31 | 0.64 | 0.8 |
| Hex | D8 | AD | ED | 9 | 1B | 0 | 7 | 118 | 40 | 50 |
| Octal | 330 | 255 | 355 | 11 | 33 | 0 | 7 | 430 | 100 | 120 |
| Binary | 11011000 | 10101101 | 11101101 | 1001 | 11011 | 0 | 111 | 100011000 | 1000000 | 1010000 |
Color Harmonies of #D8ADED
Complementary color
Monochromatic Colors of #D8ADED
Black with #D8ADED
Text Example
Text Example
White with #D8ADED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ADED; }
p { color: rgb(216,173,237); }
H1.HeaderClassName
{
color: #D8ADED;
}
.AnyTagClassName
{
color: #D8ADED;
}
</style>
background-color css
<style>
a { background-color: #D8ADED; }
a { background-color: rgb(216,173,237); }
div.DivClassName
{
background-color: #D8ADED;
}
.BgClassName
{
background-color: #D8ADED;
}
</style>
border-color css
<style>
span { border-color: #D8ADED; }
span { border-color: rgb(216,173,237); }
td.TdClassName
{
border-color: #D8ADED;
}
.TagClassName
{
border-color: #D8ADED;
}
</style>