Shades of Mauve #D4AFEF
Tints of Mauve #D4AFEF
RGB
CMYK
RGB Variations
Color information
#D4AFEF (or 0xD4AFEF) is known color: Mauve. HEX triplet: D4, AF and EF. RGB value is (212,175,239). Sum of RGB (Red+Green+Blue) = 212+175+239=626 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.87% from 626); Green value is 175 (68.75% from 255 or 27.96% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4AFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AFEF is #2B5010. Grayscale: #C1C1C1. Windows color (decimal): -2838545 or 15708116. OLE color: 15708116.
HSL color Cylindrical-coordinate representation of color #D4AFEF: hue angle of 274.69º 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 #D4AFEF is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 175 | 239 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.06 |
| HSL | 274.69º | 0.67% | 0.81% | - |
| HSV(B) | 274.69º | 0.27% | 0.94% | - |
| XYZ | 58.06 | 50.89 | 88.42 | - |
| YUV | 193.36 | 153.76 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 175 | 239 | 0.11 | 0.27 | 0 | 0.06 | 274.69 | 0.67 | 0.81 |
| Hex | D4 | AF | EF | B | 1B | 0 | 6 | 113 | 43 | 51 |
| Octal | 324 | 257 | 357 | 13 | 33 | 0 | 6 | 423 | 103 | 121 |
| Binary | 11010100 | 10101111 | 11101111 | 1011 | 11011 | 0 | 110 | 100010011 | 1000011 | 1010001 |
Color Harmonies of #D4AFEF
Complementary color
Monochromatic Colors of #D4AFEF
Black with #D4AFEF
Text Example
Text Example
White with #D4AFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AFEF; }
p { color: rgb(212,175,239); }
H1.HeaderClassName
{
color: #D4AFEF;
}
.AnyTagClassName
{
color: #D4AFEF;
}
</style>
background-color css
<style>
a { background-color: #D4AFEF; }
a { background-color: rgb(212,175,239); }
div.DivClassName
{
background-color: #D4AFEF;
}
.BgClassName
{
background-color: #D4AFEF;
}
</style>
border-color css
<style>
span { border-color: #D4AFEF; }
span { border-color: rgb(212,175,239); }
td.TdClassName
{
border-color: #D4AFEF;
}
.TagClassName
{
border-color: #D4AFEF;
}
</style>