Shades of Mauve #D5AFF8
Tints of Mauve #D5AFF8
RGB
CMYK
RGB Variations
Color information
#D5AFF8 (or 0xD5AFF8) is known color: Mauve. HEX triplet: D5, AF and F8. RGB value is (213,175,248). Sum of RGB (Red+Green+Blue) = 213+175+248=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 175 (68.75% from 255 or 27.52% from 636); Blue value is 248 (97.27% from 255 or 38.99% from 636); Max value from RGB is 248 - color contains mainly: blue. Hex color #D5AFF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AFF8 is #2A5007. Grayscale: #C2C2C2. Windows color (decimal): -2773000 or 16297941. OLE color: 16297941.
HSL color Cylindrical-coordinate representation of color #D5AFF8: hue angle of 271.23º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5AFF8 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 175 | 248 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.03 |
| HSL | 271.23º | 0.84% | 0.83% | - |
| HSV(B) | 271.23º | 0.29% | 0.97% | - |
| XYZ | 59.71 | 51.58 | 95.62 | - |
| YUV | 194.68 | 158.09 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 248 | 0.14 | 0.29 | 0 | 0.03 | 271.23 | 0.84 | 0.83 |
| Hex | D5 | AF | F8 | E | 1D | 0 | 3 | 10F | 54 | 53 |
| Octal | 325 | 257 | 370 | 16 | 35 | 0 | 3 | 417 | 124 | 123 |
| Binary | 11010101 | 10101111 | 11111000 | 1110 | 11101 | 0 | 11 | 100001111 | 1010100 | 1010011 |
Color Harmonies of #D5AFF8
Complementary color
Monochromatic Colors of #D5AFF8
Black with #D5AFF8
Text Example
Text Example
White with #D5AFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AFF8; }
p { color: rgb(213,175,248); }
H1.HeaderClassName
{
color: #D5AFF8;
}
.AnyTagClassName
{
color: #D5AFF8;
}
</style>
background-color css
<style>
a { background-color: #D5AFF8; }
a { background-color: rgb(213,175,248); }
div.DivClassName
{
background-color: #D5AFF8;
}
.BgClassName
{
background-color: #D5AFF8;
}
</style>
border-color css
<style>
span { border-color: #D5AFF8; }
span { border-color: rgb(213,175,248); }
td.TdClassName
{
border-color: #D5AFF8;
}
.TagClassName
{
border-color: #D5AFF8;
}
</style>