Shades of Mauve #D8AFFE
Tints of Mauve #D8AFFE
RGB
CMYK
RGB Variations
Color information
#D8AFFE (or 0xD8AFFE) is known color: Mauve. HEX triplet: D8, AF and FE. RGB value is (216,175,254). Sum of RGB (Red+Green+Blue) = 216+175+254=645 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.49% from 645); Green value is 175 (68.75% from 255 or 27.13% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8AFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AFFE is #275001. Grayscale: #C3C3C3. Windows color (decimal): -2576386 or 16691160. OLE color: 16691160.
HSL color Cylindrical-coordinate representation of color #D8AFFE: hue angle of 271.14º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8AFFE is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 175 | 254 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.00 |
| HSL | 271.14º | 0.98% | 0.84% | - |
| HSV(B) | 271.14º | 0.31% | 1% | - |
| XYZ | 61.54 | 52.41 | 100.64 | - |
| YUV | 196.27 | 160.58 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 254 | 0.15 | 0.31 | 0 | 0.00 | 271.14 | 0.98 | 0.84 |
| Hex | D8 | AF | FE | F | 1F | 0 | 0 | 10F | 62 | 54 |
| Octal | 330 | 257 | 376 | 17 | 37 | 0 | 0 | 417 | 142 | 124 |
| Binary | 11011000 | 10101111 | 11111110 | 1111 | 11111 | 0 | 0 | 100001111 | 1100010 | 1010100 |
Color Harmonies of #D8AFFE
Complementary color
Monochromatic Colors of #D8AFFE
Black with #D8AFFE
Text Example
Text Example
White with #D8AFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AFFE; }
p { color: rgb(216,175,254); }
H1.HeaderClassName
{
color: #D8AFFE;
}
.AnyTagClassName
{
color: #D8AFFE;
}
</style>
background-color css
<style>
a { background-color: #D8AFFE; }
a { background-color: rgb(216,175,254); }
div.DivClassName
{
background-color: #D8AFFE;
}
.BgClassName
{
background-color: #D8AFFE;
}
</style>
border-color css
<style>
span { border-color: #D8AFFE; }
span { border-color: rgb(216,175,254); }
td.TdClassName
{
border-color: #D8AFFE;
}
.TagClassName
{
border-color: #D8AFFE;
}
</style>