Shades of Mauve #D8AFEC
Tints of Mauve #D8AFEC
RGB
CMYK
RGB Variations
Color information
#D8AFEC (or 0xD8AFEC) is known color: Mauve. HEX triplet: D8, AF and EC. RGB value is (216,175,236). Sum of RGB (Red+Green+Blue) = 216+175+236=627 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.45% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #D8AFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AFEC is #275013. Grayscale: #C2C2C2. Windows color (decimal): -2576404 or 15511512. OLE color: 15511512.
HSL color Cylindrical-coordinate representation of color #D8AFEC: hue angle of 280.33º degrees, saturation: 0.62, 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 #D8AFEC is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 175 | 236 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.07 |
| HSL | 280.33º | 0.62% | 0.81% | - |
| HSV(B) | 280.33º | 0.26% | 0.93% | - |
| XYZ | 58.79 | 51.32 | 86.16 | - |
| YUV | 194.21 | 151.58 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 236 | 0.08 | 0.26 | 0 | 0.07 | 280.33 | 0.62 | 0.81 |
| Hex | D8 | AF | EC | 8 | 1A | 0 | 7 | 118 | 3E | 51 |
| Octal | 330 | 257 | 354 | 10 | 32 | 0 | 7 | 430 | 76 | 121 |
| Binary | 11011000 | 10101111 | 11101100 | 1000 | 11010 | 0 | 111 | 100011000 | 111110 | 1010001 |
Color Harmonies of #D8AFEC
Complementary color
Monochromatic Colors of #D8AFEC
Black with #D8AFEC
Text Example
Text Example
White with #D8AFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AFEC; }
p { color: rgb(216,175,236); }
H1.HeaderClassName
{
color: #D8AFEC;
}
.AnyTagClassName
{
color: #D8AFEC;
}
</style>
background-color css
<style>
a { background-color: #D8AFEC; }
a { background-color: rgb(216,175,236); }
div.DivClassName
{
background-color: #D8AFEC;
}
.BgClassName
{
background-color: #D8AFEC;
}
</style>
border-color css
<style>
span { border-color: #D8AFEC; }
span { border-color: rgb(216,175,236); }
td.TdClassName
{
border-color: #D8AFEC;
}
.TagClassName
{
border-color: #D8AFEC;
}
</style>