Shades of Mauve #D0B4FA
Tints of Mauve #D0B4FA
RGB
CMYK
RGB Variations
Color information
#D0B4FA (or 0xD0B4FA) is known color: Mauve. HEX triplet: D0, B4 and FA. RGB value is (208,180,250). Sum of RGB (Red+Green+Blue) = 208+180+250=638 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.60% from 638); Green value is 180 (70.70% from 255 or 28.21% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0B4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0B4FA is #2F4B05. Grayscale: #C4C4C4. Windows color (decimal): -3099398 or 16430288. OLE color: 16430288.
HSL color Cylindrical-coordinate representation of color #D0B4FA: hue angle of 264º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D0B4FA is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 180 | 250 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.02 |
| HSL | 264º | 0.88% | 0.84% | - |
| HSV(B) | 264º | 0.28% | 0.98% | - |
| XYZ | 59.59 | 52.95 | 97.52 | - |
| YUV | 196.35 | 158.28 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 180 | 250 | 0.17 | 0.28 | 0 | 0.02 | 264 | 0.88 | 0.84 |
| Hex | D0 | B4 | FA | 11 | 1C | 0 | 2 | 108 | 58 | 54 |
| Octal | 320 | 264 | 372 | 21 | 34 | 0 | 2 | 410 | 130 | 124 |
| Binary | 11010000 | 10110100 | 11111010 | 10001 | 11100 | 0 | 10 | 100001000 | 1011000 | 1010100 |
Color Harmonies of #D0B4FA
Complementary color
Monochromatic Colors of #D0B4FA
Black with #D0B4FA
Text Example
Text Example
White with #D0B4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B4FA; }
p { color: rgb(208,180,250); }
H1.HeaderClassName
{
color: #D0B4FA;
}
.AnyTagClassName
{
color: #D0B4FA;
}
</style>
background-color css
<style>
a { background-color: #D0B4FA; }
a { background-color: rgb(208,180,250); }
div.DivClassName
{
background-color: #D0B4FA;
}
.BgClassName
{
background-color: #D0B4FA;
}
</style>
border-color css
<style>
span { border-color: #D0B4FA; }
span { border-color: rgb(208,180,250); }
td.TdClassName
{
border-color: #D0B4FA;
}
.TagClassName
{
border-color: #D0B4FA;
}
</style>