Shades of Mauve #D8AFED
Tints of Mauve #D8AFED
RGB
CMYK
RGB Variations
Color information
#D8AFED (or 0xD8AFED) is known color: Mauve. HEX triplet: D8, AF and ED. RGB value is (216,175,237). Sum of RGB (Red+Green+Blue) = 216+175+237=628 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.39% from 628); Green value is 175 (68.75% from 255 or 27.87% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #D8AFED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AFED is #275012. Grayscale: #C2C2C2. Windows color (decimal): -2576403 or 15577048. OLE color: 15577048.
HSL color Cylindrical-coordinate representation of color #D8AFED: hue angle of 279.68º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8AFED is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 175 | 237 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.07 |
| HSL | 279.68º | 0.63% | 0.81% | - |
| HSV(B) | 279.68º | 0.26% | 0.93% | - |
| XYZ | 58.93 | 51.37 | 86.93 | - |
| YUV | 194.33 | 152.08 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 237 | 0.09 | 0.26 | 0 | 0.07 | 279.68 | 0.63 | 0.81 |
| Hex | D8 | AF | ED | 9 | 1A | 0 | 7 | 118 | 3F | 51 |
| Octal | 330 | 257 | 355 | 11 | 32 | 0 | 7 | 430 | 77 | 121 |
| Binary | 11011000 | 10101111 | 11101101 | 1001 | 11010 | 0 | 111 | 100011000 | 111111 | 1010001 |
Color Harmonies of #D8AFED
Complementary color
Monochromatic Colors of #D8AFED
Black with #D8AFED
Text Example
Text Example
White with #D8AFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AFED; }
p { color: rgb(216,175,237); }
H1.HeaderClassName
{
color: #D8AFED;
}
.AnyTagClassName
{
color: #D8AFED;
}
</style>
background-color css
<style>
a { background-color: #D8AFED; }
a { background-color: rgb(216,175,237); }
div.DivClassName
{
background-color: #D8AFED;
}
.BgClassName
{
background-color: #D8AFED;
}
</style>
border-color css
<style>
span { border-color: #D8AFED; }
span { border-color: rgb(216,175,237); }
td.TdClassName
{
border-color: #D8AFED;
}
.TagClassName
{
border-color: #D8AFED;
}
</style>