Shades of Mauve #D5AFEF
Tints of Mauve #D5AFEF
RGB
CMYK
RGB Variations
Color information
#D5AFEF (or 0xD5AFEF) is known color: Mauve. HEX triplet: D5, AF and EF. RGB value is (213,175,239). Sum of RGB (Red+Green+Blue) = 213+175+239=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5AFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AFEF is #2A5010. Grayscale: #C1C1C1. Windows color (decimal): -2773009 or 15708117. OLE color: 15708117.
HSL color Cylindrical-coordinate representation of color #D5AFEF: hue angle of 275.62º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5AFEF is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 175 | 239 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.06 |
| HSL | 275.63º | 0.67% | 0.81% | - |
| HSV(B) | 275.63º | 0.27% | 0.94% | - |
| XYZ | 58.35 | 51.04 | 88.44 | - |
| YUV | 193.66 | 153.59 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 239 | 0.11 | 0.27 | 0 | 0.06 | 275.63 | 0.67 | 0.81 |
| Hex | D5 | AF | EF | B | 1B | 0 | 6 | 114 | 43 | 51 |
| Octal | 325 | 257 | 357 | 13 | 33 | 0 | 6 | 424 | 103 | 121 |
| Binary | 11010101 | 10101111 | 11101111 | 1011 | 11011 | 0 | 110 | 100010100 | 1000011 | 1010001 |
Color Harmonies of #D5AFEF
Complementary color
Monochromatic Colors of #D5AFEF
Black with #D5AFEF
Text Example
Text Example
White with #D5AFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AFEF; }
p { color: rgb(213,175,239); }
H1.HeaderClassName
{
color: #D5AFEF;
}
.AnyTagClassName
{
color: #D5AFEF;
}
</style>
background-color css
<style>
a { background-color: #D5AFEF; }
a { background-color: rgb(213,175,239); }
div.DivClassName
{
background-color: #D5AFEF;
}
.BgClassName
{
background-color: #D5AFEF;
}
</style>
border-color css
<style>
span { border-color: #D5AFEF; }
span { border-color: rgb(213,175,239); }
td.TdClassName
{
border-color: #D5AFEF;
}
.TagClassName
{
border-color: #D5AFEF;
}
</style>