Shades of Mauve #D8AFFB
Tints of Mauve #D8AFFB
RGB
CMYK
RGB Variations
Color information
#D8AFFB (or 0xD8AFFB) is known color: Mauve. HEX triplet: D8, AF and FB. RGB value is (216,175,251). Sum of RGB (Red+Green+Blue) = 216+175+251=642 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.64% from 642); Green value is 175 (68.75% from 255 or 27.26% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #D8AFFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AFFB is #275004. Grayscale: #C3C3C3. Windows color (decimal): -2576389 or 16494552. OLE color: 16494552.
HSL color Cylindrical-coordinate representation of color #D8AFFB: hue angle of 272.37º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D8AFFB is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 175 | 251 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.02 |
| HSL | 272.37º | 0.9% | 0.84% | - |
| HSV(B) | 272.37º | 0.3% | 0.98% | - |
| XYZ | 61.06 | 52.22 | 98.13 | - |
| YUV | 195.92 | 159.08 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 251 | 0.14 | 0.30 | 0 | 0.02 | 272.37 | 0.9 | 0.84 |
| Hex | D8 | AF | FB | E | 1E | 0 | 2 | 110 | 5A | 54 |
| Octal | 330 | 257 | 373 | 16 | 36 | 0 | 2 | 420 | 132 | 124 |
| Binary | 11011000 | 10101111 | 11111011 | 1110 | 11110 | 0 | 10 | 100010000 | 1011010 | 1010100 |
Color Harmonies of #D8AFFB
Complementary color
Monochromatic Colors of #D8AFFB
Black with #D8AFFB
Text Example
Text Example
White with #D8AFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AFFB; }
p { color: rgb(216,175,251); }
H1.HeaderClassName
{
color: #D8AFFB;
}
.AnyTagClassName
{
color: #D8AFFB;
}
</style>
background-color css
<style>
a { background-color: #D8AFFB; }
a { background-color: rgb(216,175,251); }
div.DivClassName
{
background-color: #D8AFFB;
}
.BgClassName
{
background-color: #D8AFFB;
}
</style>
border-color css
<style>
span { border-color: #D8AFFB; }
span { border-color: rgb(216,175,251); }
td.TdClassName
{
border-color: #D8AFFB;
}
.TagClassName
{
border-color: #D8AFFB;
}
</style>