Shades of Mauve #D8AEED
Tints of Mauve #D8AEED
RGB
CMYK
RGB Variations
Color information
#D8AEED (or 0xD8AEED) is known color: Mauve. HEX triplet: D8, AE and ED. RGB value is (216,174,237). Sum of RGB (Red+Green+Blue) = 216+174+237=627 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.45% from 627); Green value is 174 (68.36% from 255 or 27.75% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #D8AEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AEED is #275112. Grayscale: #C1C1C1. Windows color (decimal): -2576659 or 15576792. OLE color: 15576792.
HSL color Cylindrical-coordinate representation of color #D8AEED: hue angle of 280º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D8AEED is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 174 | 237 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.07 |
| HSL | 280º | 0.64% | 0.81% | - |
| HSV(B) | 280º | 0.27% | 0.93% | - |
| XYZ | 58.74 | 50.99 | 86.87 | - |
| YUV | 193.74 | 152.41 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 174 | 237 | 0.09 | 0.27 | 0 | 0.07 | 280 | 0.64 | 0.81 |
| Hex | D8 | AE | ED | 9 | 1B | 0 | 7 | 118 | 40 | 51 |
| Octal | 330 | 256 | 355 | 11 | 33 | 0 | 7 | 430 | 100 | 121 |
| Binary | 11011000 | 10101110 | 11101101 | 1001 | 11011 | 0 | 111 | 100011000 | 1000000 | 1010001 |
Color Harmonies of #D8AEED
Complementary color
Monochromatic Colors of #D8AEED
Black with #D8AEED
Text Example
Text Example
White with #D8AEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AEED; }
p { color: rgb(216,174,237); }
H1.HeaderClassName
{
color: #D8AEED;
}
.AnyTagClassName
{
color: #D8AEED;
}
</style>
background-color css
<style>
a { background-color: #D8AEED; }
a { background-color: rgb(216,174,237); }
div.DivClassName
{
background-color: #D8AEED;
}
.BgClassName
{
background-color: #D8AEED;
}
</style>
border-color css
<style>
span { border-color: #D8AEED; }
span { border-color: rgb(216,174,237); }
td.TdClassName
{
border-color: #D8AEED;
}
.TagClassName
{
border-color: #D8AEED;
}
</style>