Shades of Mauve #D8B2FA
Tints of Mauve #D8B2FA
RGB
CMYK
RGB Variations
Color information
#D8B2FA (or 0xD8B2FA) is known color: Mauve. HEX triplet: D8, B2 and FA. RGB value is (216,178,250). Sum of RGB (Red+Green+Blue) = 216+178+250=644 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.54% from 644); Green value is 178 (69.92% from 255 or 27.64% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #D8B2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8B2FA is #274D05. Grayscale: #C5C5C5. Windows color (decimal): -2575622 or 16429784. OLE color: 16429784.
HSL color Cylindrical-coordinate representation of color #D8B2FA: hue angle of 271.67º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D8B2FA is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 178 | 250 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.02 |
| HSL | 271.67º | 0.88% | 0.84% | - |
| HSV(B) | 271.67º | 0.29% | 0.98% | - |
| XYZ | 61.49 | 53.34 | 97.5 | - |
| YUV | 197.57 | 157.59 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 178 | 250 | 0.14 | 0.29 | 0 | 0.02 | 271.67 | 0.88 | 0.84 |
| Hex | D8 | B2 | FA | E | 1D | 0 | 2 | 110 | 58 | 54 |
| Octal | 330 | 262 | 372 | 16 | 35 | 0 | 2 | 420 | 130 | 124 |
| Binary | 11011000 | 10110010 | 11111010 | 1110 | 11101 | 0 | 10 | 100010000 | 1011000 | 1010100 |
Color Harmonies of #D8B2FA
Complementary color
Monochromatic Colors of #D8B2FA
Black with #D8B2FA
Text Example
Text Example
White with #D8B2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B2FA; }
p { color: rgb(216,178,250); }
H1.HeaderClassName
{
color: #D8B2FA;
}
.AnyTagClassName
{
color: #D8B2FA;
}
</style>
background-color css
<style>
a { background-color: #D8B2FA; }
a { background-color: rgb(216,178,250); }
div.DivClassName
{
background-color: #D8B2FA;
}
.BgClassName
{
background-color: #D8B2FA;
}
</style>
border-color css
<style>
span { border-color: #D8B2FA; }
span { border-color: rgb(216,178,250); }
td.TdClassName
{
border-color: #D8B2FA;
}
.TagClassName
{
border-color: #D8B2FA;
}
</style>