Shades of Mauve #D5AFEE
Tints of Mauve #D5AFEE
RGB
CMYK
RGB Variations
Color information
#D5AFEE (or 0xD5AFEE) is known color: Mauve. HEX triplet: D5, AF and EE. RGB value is (213,175,238). Sum of RGB (Red+Green+Blue) = 213+175+238=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 175 (68.75% from 255 or 27.96% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #D5AFEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AFEE is #2A5011. Grayscale: #C1C1C1. Windows color (decimal): -2773010 or 15642581. OLE color: 15642581.
HSL color Cylindrical-coordinate representation of color #D5AFEE: hue angle of 276.19º degrees, saturation: 0.65, 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 #D5AFEE is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 175 | 238 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.07 |
| HSL | 276.19º | 0.65% | 0.81% | - |
| HSV(B) | 276.19º | 0.26% | 0.93% | - |
| XYZ | 58.2 | 50.98 | 87.66 | - |
| YUV | 193.54 | 153.09 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 238 | 0.11 | 0.26 | 0 | 0.07 | 276.19 | 0.65 | 0.81 |
| Hex | D5 | AF | EE | B | 1A | 0 | 7 | 114 | 41 | 51 |
| Octal | 325 | 257 | 356 | 13 | 32 | 0 | 7 | 424 | 101 | 121 |
| Binary | 11010101 | 10101111 | 11101110 | 1011 | 11010 | 0 | 111 | 100010100 | 1000001 | 1010001 |
Color Harmonies of #D5AFEE
Complementary color
Monochromatic Colors of #D5AFEE
Black with #D5AFEE
Text Example
Text Example
White with #D5AFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AFEE; }
p { color: rgb(213,175,238); }
H1.HeaderClassName
{
color: #D5AFEE;
}
.AnyTagClassName
{
color: #D5AFEE;
}
</style>
background-color css
<style>
a { background-color: #D5AFEE; }
a { background-color: rgb(213,175,238); }
div.DivClassName
{
background-color: #D5AFEE;
}
.BgClassName
{
background-color: #D5AFEE;
}
</style>
border-color css
<style>
span { border-color: #D5AFEE; }
span { border-color: rgb(213,175,238); }
td.TdClassName
{
border-color: #D5AFEE;
}
.TagClassName
{
border-color: #D5AFEE;
}
</style>